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
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