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
Describe the bug
seems like there is an incompatibility between pandas and numpy
(HSF) jlee38@mothership:/mnt/colony/ds/HSF$ hsf -h
Traceback (most recent call last):
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/bin/hsf", line 5, in
from hsf.factory import start
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/hsf/factory.py", line 5, in
import ants
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/ants/init.py", line 4, in
from .core import *
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/ants/core/init.py", line 1, in
from .ants_image_io import (image_header_info,
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/ants/core/ants_image_io.py", line 24, in
from ants.decorators import image_method
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/ants/decorators.py", line 2, in
from ants.core.ants_image import ANTsImage
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/ants/core/ants_image.py", line 17, in
import pandas as pd
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/pandas/init.py", line 22, in
from pandas.compat import is_numpy_dev as _is_numpy_dev # pyright: ignore # noqa:F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/pandas/compat/init.py", line 18, in
from pandas.compat.numpy import (
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/pandas/compat/numpy/init.py", line 4, in
from pandas.util.version import Version
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/pandas/util/init.py", line 2, in
from pandas.util._decorators import ( # noqa:F401
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/pandas/util/_decorators.py", line 14, in
from pandas._libs.properties import cache_readonly
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/pandas/_libs/init.py", line 13, in
from pandas._libs.interval import Interval
File "pandas/_libs/interval.pyx", line 1, in init pandas._libs.interval
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Describe the bug
seems like there is an incompatibility between pandas and numpy
(HSF) jlee38@mothership:/mnt/colony/ds/HSF$ hsf -h
Traceback (most recent call last):
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/bin/hsf", line 5, in
from hsf.factory import start
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/hsf/factory.py", line 5, in
import ants
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/ants/init.py", line 4, in
from .core import *
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/ants/core/init.py", line 1, in
from .ants_image_io import (image_header_info,
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/ants/core/ants_image_io.py", line 24, in
from ants.decorators import image_method
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/ants/decorators.py", line 2, in
from ants.core.ants_image import ANTsImage
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/ants/core/ants_image.py", line 17, in
import pandas as pd
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/pandas/init.py", line 22, in
from pandas.compat import is_numpy_dev as _is_numpy_dev # pyright: ignore # noqa:F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/pandas/compat/init.py", line 18, in
from pandas.compat.numpy import (
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/pandas/compat/numpy/init.py", line 4, in
from pandas.util.version import Version
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/pandas/util/init.py", line 2, in
from pandas.util._decorators import ( # noqa:F401
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/pandas/util/_decorators.py", line 14, in
from pandas._libs.properties import cache_readonly
File "/mnt/colony/pythonENVS/anaconda3/envs/HSF/lib/python3.11/site-packages/pandas/_libs/init.py", line 13, in
from pandas._libs.interval import Interval
File "pandas/_libs/interval.pyx", line 1, in init pandas._libs.interval
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: