Closed JanoschMenke closed 4 months ago
Reinstalling Reinvent4 with Python 3.10.10, and then installing qsartuna:
python -m pip install https://github.com/MolecularAI/QSARtuna/files/15091368/qsartuna-3.0.0.1.tar.gz
even tho there are some dependency issues, REINVENT can run and produce the scores.
But is this the way it is intended
There is no clear guideline as to how to approach this because of the dependency issues you describe. QSARTuna has a rather conservative choice in the Python version. It used to work with the development version of QPtuna and it still seems to do so when you are happy to ignore dependency issues. For that reason, or actually because of scikit-learn, we have implemented the ExternalProcess scoring component such that the user can run any arbitrary code (in any arbitrary environment if needed).
Alright sounds good. I just wasn't sure if there is an official way to get Qptuna running in Reinvent.
Hi,
I was just wondering what the right process is to train a model with QSARTuna (I guess formally Qptuna) and then use it as a scoring component in Reinvent4.
I trained using QSARTuna models, however then I get the error:
I tried installing QSARTuna in the Reinvent4 environment:
python -m pip install https://github.com/MolecularAI/QSARtuna/files/15091368/qsartuna-3.0.0.1.tar.gz
but this is not possible as:
ERROR: Package 'qsartuna' requires a different Python: 3.10.14 not in '==3.10.10'
I could reininstall Reinvent4 with Python 3.10.10. But would that solve the issue? Below is the code that I used to generate the model, I am using
buildconfig
functionality: