-
Notifications
You must be signed in to change notification settings - Fork 19
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
AttributeError: module 'numpy' has no attribute 'loads' #5
Comments
Thanks for your interest in design-bench! Can you try this with numpy==1.18.5, which is the version of numpy that we used here: https://github.com/brandontrabucco/design-baselines/blob/master/requirements.txt? Let me know if you have any additional questions. -Brandon |
Thanks for that. Can't believe I missed that requirements.txt file. However, upon correctly downgrading to 1.18.5 (verified it with
Installing 1.21.1 seems to fix this however. |
I am still having this issue, neither using numpy 1.21.1 nor 1.18.5 seems to be fixing it. |
Hi @erfanhamdi This is a bit of a late response but I had to setup a fresh environment lately for Design Bench and found that If you're still interested in using Design Bench I am working on my own fork which fixes some of these issues, it seems like the current code requires some much older dependencies like this version of numpy. |
Hi,
After following the instructions in the readme (creating a new environment
mbo
with the required dependencies) and trying to create a new task, I get the following error:It seems like
loads
does not exist in this version of Numpy ('1.22.3'). Changing the method call tonp.load(...)
also does not fix the issue and throws another error.Thanks.
The text was updated successfully, but these errors were encountered: