Replies: 1 comment
-
The find ...touch command triggered the antivirus software on one student's machine and was stopping python 3.9 from running in the mamba install. We set norton to allow python 3.9 always on the antivirus (norton) program Now the newest install script: curl http://data.biostarhandbook.com/install.sh | bash exits with this error: Preparing transaction: ...working... done so we returned to step by step and the conda install mamba command fails with a python3.9 corruption error. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Many times HTTPS connection errors are caused by particular firewall settings, Norton antivirus app, or wifi proxy settings. Eliminate these as factors, perhaps connect to a different provider or double-check the firewall settings.
Most of the time the above solves the problem.
But there is a particular intermittent error that some users experience that manifests itself via the following error message:
The cause is somewhat mysterious but there are a few reported workaround:
The potential solution was to do a:
once after installing conda and once after installing mamba.
References:
Beta Was this translation helpful? Give feedback.
All reactions