Skip to content
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

Package problem #2

Open
CStriker opened this issue Dec 29, 2022 · 1 comment
Open

Package problem #2

CStriker opened this issue Dec 29, 2022 · 1 comment

Comments

@CStriker
Copy link

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

@shanfei-huang
Copy link

Hello, have you solved these problems? If possible, let’s communicate [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants