-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always error message "Could not load conda plugin 'conda-libmamba-solver'" and "CondaSSLError: OpenSSL appears to be unavailable on this machine. OpenSSL is required to download and install packages." #388
Comments
Your If your primary use is going to be bioinformatics via That said, we have some solutions available now that do not involve reinstalling everything.
Let me know how it goes! |
Hi, thanks for all the tips. So I tried the first 2, and ran into issues, and eventually decided it'd be easiest to uninstall anaconda3 and then I downloaded miniforge, and reinstalled anaconda using that. Now, I have samtools working and am not running into the errors. So all good for now. Thank you again. |
Ok so now I try to install a new package, stringtie, but get the error. environment variables:
populated config files : /Users/me/miniforge3/.condarc An unexpected error has occurred. Conda has prepared the above report. If submitted, this report will be used by core maintainers to improve I'm not sure what's wrong with installing stringtie specifically, as the samtools install just before worked. |
Mixing anaconda and conda-forge in the base environment is going to lead to the same problems: a potentially broken
|
Checklist
What happened?
I'm very new to this so bear with me. I'm coding in the terminal shell, trying to do learn bioinformatics and doing RNAseq. Anaconda worked for me until a few hours ago. After trying to install packages, I get the errors:
Could not load conda plugin
conda-libmamba-solver
:dlopen(/Users/me/miniconda3/lib/python3.11/site-packages/libmambapy/bindings.cpython-311-darwin.so, 2): Library not loaded: @rpath/libcrypto.3.dylib
Referenced from: /Users/me/miniconda3/lib/libmamba.2.0.0.dylib
Reason: no suitable image found. Did find:
/Users/me/miniconda3/lib/libcrypto.3.dylib: mach-o, but wrong architecture
/Users/me/miniconda3/lib/python3.11/site-packages/libmambapy/../../../libcrypto.3.dylib: mach-o, but wrong architecture
/Users/me/miniconda3/bin/../lib/libcrypto.3.dylib: mach-o, but wrong architecture
Collecting package metadata (current_repodata.json): 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: /bioconda/osx-64/current_repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))
I'm unsure what caused this as I could install packages before, but now this issue keeps happening. I tried the following work arounds.
Same error as above
I don't have these files in my bin folder, however in lib folder I have libcrypto.dylib and libssl.3.dylib
Same error as above
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connectto HTTPS URL because the SSL module is not available.")': /simple/samtools/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connectto HTTPS URL because the SSL module is not available.")': /simple/samtools/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connectto HTTPS URL because the SSL module is not available.")': /simple/samtools/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connectto HTTPS URL because the SSL module is not available.")': /simple/samtools/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connectto HTTPS URL because the SSL module is not available.")': /simple/samtools/
Could not fetch URL https://pypi.org/simple/samtools/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/samtools/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement samtools (from versions: none)
ERROR: No matching distribution found for samtools
Any help you have would be much appreciated. Thank you.
Conda Info
Conda Config
Conda list
Additional Context
I've installed a few packages such as hisat2, trying to install samtools.
Thanks
The text was updated successfully, but these errors were encountered: