Closed mirfan899 closed 5 years ago
The issue is with numpy version, reverting back to 1.15 fixed the issue.
I tried switching back to numpy 1.15, but now I get a different error while running the demo:
Traceback (most recent call last):
File "/home/advait/Documents/Merlin/merlin/src/run_merlin.py", line 65, in <module>
from frontend.parameter_generation import ParameterGeneration
File "/home/advait/Documents/Merlin/merlin/src/frontend/parameter_generation.py", line 50, in <module>
from .mlpg_fast import MLParameterGenerationFast as MLParameterGeneration
File "/home/advait/Documents/Merlin/merlin/src/frontend/mlpg_fast.py", line 53, in <module>
import bandmat as bm
File "/usr/local/lib/python3.5/dist-packages/bandmat/__init__.py", line 99, in <module>
from bandmat.core import *
File "__init__.pxd", line 861, in init bandmat.core (bandmat/core.c:13778)
ValueError: numpy.ufunc has the wrong size, try recompiling
i have this exact same issue. reverting numpy to 1.15 did not help me fix it either
Okay, you can change the version to numpy==1.13.1
. For my conda environment is also working.
hi Mirfan Thanks for your info. Deactivating my virtual environment, and the re-installing the packages globally worked fine. i used numpy (1.13.3). Not really sure though why they did not specify working versions of all the needed packages in the requirments.txt file.
I'm getting the following error on Google VM using Ubuntu 18.04, Python 3.6 when I try to run
/merlin/egs/slt_arctic/s1
recipe.