oloBion / Retip

Retip - Retention Time prediction for metabolomics
31 stars 15 forks source link

OpenSSL unavailable #17

Open BasvdVelde opened 1 year ago

BasvdVelde commented 1 year ago

Hi,

I get an OpenSSL error while the openssl seems loaded, can you guys see what's going wrong here?

library(openssl) Linking to: OpenSSL 1.1.1k 25 Mar 2021 keras <- fit.keras(training,testing)

  • "C:/Users/Bas/AppData/Local/r-miniconda/condabin/conda.bat" "create" "--yes" "--prefix" "C:/Users/Bas/AppData/Local/r-miniconda/envs/r-reticulate" "python=3.8" "numpy" "--quiet" "-c" "conda-forge" Collecting package metadata (current_repodata.json): ...working... failed

CondaSSLError: OpenSSL appears to be unavailable on this machine. OpenSSL is required to download and install packages.

Exception: HTTPSConnectionPool(host='conda.anaconda.org', port=443): Max retries exceeded with url: /conda-forge/win-64/current_repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))

Error: Error creating conda environment 'C:/Users/Bas/AppData/Local/r-miniconda/envs/r-reticulate' [exit code 1]