LineBO icon indicating copy to clipboard operation
LineBO copied to clipboard

numpy.ufunc size changed

Open a-z-e-r-i-l-a opened this issue 5 years ago • 3 comments

Hi Johannes, I want to run your code based on the guide you provided and am using this line:

febo create camelback --config config/camelback.yaml

But I am getting this error:

File "/home/ics/ranjbar/.local/share/virtualenvs/LineBO-ju2imuUx/lib/python3.6/site-packages/ConfigSpace/init.py", line 33, in from ConfigSpace.configuration_space import Configuration,
File "ConfigSpace/configuration_space.py", line 37, in init ConfigSpace.configuration_space File "init.pxd", line 918, in init ConfigSpace.hyperparameters ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject

Do you know what this is for? I tried changing the numpy version also but since it insist on having the 1.14.3 version to be installed, I kept it at the same version. Thanks. Ali

a-z-e-r-i-l-a avatar Sep 21 '19 20:09 a-z-e-r-i-l-a

In setup.py, you can change the version of NumPy required in the list "install_requires". Worked with NumPy 1.17.4 for me

chaitanyadwivedii avatar Dec 13 '19 22:12 chaitanyadwivedii

Hi Alireza, I also want to run this code,but I get an error : febo command not found. Do you know how to run this code? Thanks. pz

pengz1234 avatar May 13 '20 01:05 pengz1234

Hi Alireza, I also want to run this code,but I get an error : febo command not found. Do you know how to run this code? Thanks. pz

You may have forgotten to run pip install -e .

Amuwa avatar Mar 25 '21 15:03 Amuwa