We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm trying to run MAGMA on conda environment.
It seems that there are some problems with requirements.txt
First problem is numpy dependency problem.
nevergrad==0.5.0 requires numpy >= 1.21.1 tensorflow==2.4.1 requires numpy ~= 1.19.2 but requirements.txt installs numpy == 1.16.4
Moreover, 'stable-baselines' only supports tensorflow<=1.15.0
if I use tensorflow == 1.15.0 with numpy === 1.21.1,
ValueError: too many values to unpack (expected 2)
occurs.
if I use tensorflow == 2.4.1 with numpy === 1.21.1,
error occurs becuase there is no tensorflow.contrib module
please let me know the appropriate environment (version of numpy & tensorflow) for executing MAGMA.
Thank you
The text was updated successfully, but these errors were encountered:
Hello, have you solved these problems? If possible, let’s communicate [email protected]
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm trying to run MAGMA on conda environment.
It seems that there are some problems with requirements.txt
First problem is numpy dependency problem.
nevergrad==0.5.0 requires numpy >= 1.21.1
tensorflow==2.4.1 requires numpy ~= 1.19.2
but requirements.txt installs numpy == 1.16.4
Moreover, 'stable-baselines' only supports tensorflow<=1.15.0
if I use tensorflow == 1.15.0 with numpy === 1.21.1,
ValueError: too many values to unpack (expected 2)
occurs.
if I use tensorflow == 2.4.1 with numpy === 1.21.1,
error occurs becuase there is no tensorflow.contrib module
please let me know the appropriate environment (version of numpy & tensorflow) for executing MAGMA.
Thank you
The text was updated successfully, but these errors were encountered: