Replies: 2 comments 2 replies
-
|
My first guess would be a misconfigured Python. It is not the What do you get as output with and |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Just add the note, I uninstalled miniconda3 and made a fresh install. Created a new env called ngs2. Still get the same error. which python gives /Users/mark/miniconda3/envs/ngs2/bin/python Python -v reports the version 3.8.1. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed bio per the manual onto a miniconda3 env. But when I try to run bio fetch, I am getting an SSL error.
Example:
bio fetch AF086833 > refs/AF086833.gb
Results in:
Error for AF086833, nuccore, gbwithparts, text: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)>
I tried reinstalling Miniconda3 and bio but still getting the same error. Any idea where the problem could be? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions