You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm trying to use tulipy and I keep getting this error when I try to import. It used to work and then I had to factory reset my laptop and when I redownloaded it, it gave me this error. Any clues on why?
~/anaconda3/lib/python3.8/site-packages/tulipy/init.py in
24 # This file is generated. Do not modify directly.
25
---> 26 from . import lib
27 from .lib import TI_BUILD, InvalidOptionError
28
.venv/lib/python3.7/site-packages/Cython/Includes/numpy/init.pxd in init tulipy.lib()
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
The text was updated successfully, but these errors were encountered:
Hi. I'm trying to use tulipy and I keep getting this error when I try to import. It used to work and then I had to factory reset my laptop and when I redownloaded it, it gave me this error. Any clues on why?
ValueError Traceback (most recent call last)
in
----> 1 import tulipy
~/anaconda3/lib/python3.8/site-packages/tulipy/init.py in
24 # This file is generated. Do not modify directly.
25
---> 26 from . import lib
27 from .lib import TI_BUILD, InvalidOptionError
28
.venv/lib/python3.7/site-packages/Cython/Includes/numpy/init.pxd in init tulipy.lib()
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
The text was updated successfully, but these errors were encountered: