-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
🐛 Bug: Ersilia Test on PY3.12 #1494
Comments
Wait, this is clearly an error. |
I think first step is to make sure that the test extra should not need rdkit, ie the test should go through the flow of installing rdkit the way ersilia normally does when dealing with compound inputs. |
so the rdkit-pypi was added in this commit which was authored by you @DhanshreeA and @Abellegese if I am not wrong: 4f7edf4#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711 |
Yes @GemmaTuron I did that because of the new pytest functionality. We have partial mocking on the def setup(self):
RdkitRequirement()
ChemblWebResourceClientRequirement() So the test was failing and I put that as extra in the |
Will take care of this. |
This should be tied to refactoring the test command to ensure it works in all Python env -- see #1484 |
Yes I pushed the changes a couple hours ago, will create a PR. |
Hi @GemmaTuron but the log also shows that you had trouble installing sudo apt-get install gfortran Updated: Also needed to remove the scipy version from the |
Describe the bug.
I am trying to use the test command at Ersilia. I have tried to install it with
pip install -e .[test]
In an environment that has Python 3.12, as in principle Py3.12 is supported by Ersilia. I have run into the following errors:
pyproject.toml
file:ersiliatest_py312.txt
I believe this is due to Python 3.12 because in an environment with 3.11 it works. Also, The Ersilia install without [test] seems to work in Py3.12. Tagging both @Abellegese as the developer of the testing and @DhanshreeA
Describe the steps to reproduce the behavior
No response
Operating environment
Ubuntu 24.04 LTS
The text was updated successfully, but these errors were encountered: