-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
conda and python compatibility #798
Comments
Having the same issue when trying to build the docker image.
|
I resolved my issue my reverting to April 2023 version of miniconda instead of the "latest" one Install OpenMM and pdbfixer.
|
im getting the same issue tried again with a fresh install of Ubuntu22.04, could you explain the shell script a but please. I Installed Openmm and pdbfixer but when i run the code i get a /opt/conda permission denied. |
in the ipynb notebook in the block one find lines which looks like above (Miniconda version will be different) and change to what you see above |
found the fix at #321 (comment), just copy past the updated Dockerfile |
How to solve the problem below in block 1?
Specifications:
Your python: python=3.11
If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.
The following specifications were found to be incompatible with your system:
Your installed version is: 2.31
The text was updated successfully, but these errors were encountered: