-
Notifications
You must be signed in to change notification settings - Fork 74
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
Problem multiprocess in requirements #92
Comments
Thanks for reporting. |
There is no such issue when installing the library for standard use. I'm trying to reproduce it in development mode. |
Installing in development mode gt4sd-core git:(main) ✗ gt4sd-inference --algorithm_name PaccMannRL --algorithm_application PaccMannRLProteinBasedGenerator --target MVLSPADKTNVKAAWGKVGAHAGEYGAEALERMFLSFPTT --number_of_samples 10 Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Setting |
Probably here, it's just about:
|
The new multiprocess library version (
0.70.13
) gives problems when installinggt4sd-core
using the development mode. I had to setmultiprocess==0.70.12.2
to install the library.The text was updated successfully, but these errors were encountered: