You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set up an environment to work with DiffAbXL. The modelling-dev conda environment uses python 3.7. The pip requirements list biopython==1.84; however, this version only supports python 3.9 or later. Is a newer version of python required or does one need to use two python interpreters? Could recommended installation instructions be added to README.md?
Regarding the Python version, I'm currently using Python 3.11.8 and will update the environment.yml accordingly.
For the Pillow library, please use version 10.2.0. My current environment includes many packages that are not necessary for this project. To minimise the requirements, I’ve removed most of the unnecessary packages, though I may have unintentionally removed some important ones. I will update the README with detailed setup instructions when I can find the time.
I hope this helps. I will close this issue, but If you encounter any further issues with dependencies, feel free to reopen the ticket.
I am trying to set up an environment to work with DiffAbXL. The
modelling-dev
conda environment uses python 3.7. The pip requirements list biopython==1.84; however, this version only supports python 3.9 or later. Is a newer version of python required or does one need to use two python interpreters? Could recommended installation instructions be added to README.md?Commands:
Output:
The text was updated successfully, but these errors were encountered: