-
Notifications
You must be signed in to change notification settings - Fork 0
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 env issue, conflicts with package dependencies #13
Comments
Hi, You can skip openmm and amber. Best, Patrick |
Dear Patrick Thank you for your swift answer. I installed python 3.12.0 (extracted from the conda yml) and created a venv for it. Then installed the packages with pip as stated in your answer above. This resulted in a couple of errors, e.g.,
Nevertheless, it still does not execute correctly. I also noticed that these package version are quite different than the ones from the conda environment (e.g., chex: conda: 0.1.85, pip: 0.1.5). I will try to omit the openmm and amber steps as you suggested for the conda env also in your answer. May thanks Best regards, christoph |
The creation of the environment succeeded, however, some package versions had to be adapted
Furthermore, I also had to adapt the src/AFP.sh script to run on an L40S system. The problem here was that tensoflor automatically claimed 75% of the memory (of 46G) leaving too little for JAX. Thus, the adapted src/AFP.sh script has the following settings before
Hope this helps. Happy to help if there are any questions or related problems |
Hello
The installation of AFPRofile does not work for me (Linux, Debian 12). Specifically, the conda environment cannot be created due to problems in dependencies. Do you have any suggestions on how to solve this issue?
Please see underneath the error message.
Any help would be much appreciated.
Thank you in advance
Best regards, chrsitoph
The text was updated successfully, but these errors were encountered: