oloBion / Retip

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

Failed to install #16

Closed BasvdVelde closed 1 year ago

BasvdVelde commented 1 year ago

Hi developers!

I am trying to install Retip and everything seems to work just until the very end, when I try to install keras.

library(keras) install_keras() 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."))

It says OpenSSL is required but I manually installed this package in R and still get this error. Anybody can help me out?

many thanks!

Bas