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
Hello -
I downloaded and created the klusta environment per directions, but when I try to test with the sample data ($ klusta hybrid_10sec.prm) it raises an "ImportError" that reads:
ImportError: dlopen(/Applications/anaconda/envs/klusta/lib/python3.5/site-packages/scipy/sparse/_sparsetools.cpython-35m-darwin.so, 2): no suitable image found.
Did find:
/Applications/anaconda/envs/klusta/lib/python3.5/site-packages/scipy/sparse/_sparsetools.cpython-35m-darwin.so: truncated mach-o error: segment __TEXT extends to 3825664 which is past end of file 3080192""
I am relatively new to the programming world, my experience being limited to simple data extraction/manipulation with pandas/python. I have tried re-installing klusta but get the same error. Any advice on additional steps I could take?
THANK YOU!
The text was updated successfully, but these errors were encountered:
Hi, this is a weird bug. That might be a problem with the installation of Python and conda, maybe a conflict between different incompatible versions. Do you have several distributions or installations of Python on your computer? Maybe you could try to uninstall all of them, and then reinstall miniconda following the instructions?
Hello -
I downloaded and created the klusta environment per directions, but when I try to test with the sample data ($ klusta hybrid_10sec.prm) it raises an "ImportError" that reads:
ImportError: dlopen(/Applications/anaconda/envs/klusta/lib/python3.5/site-packages/scipy/sparse/_sparsetools.cpython-35m-darwin.so, 2): no suitable image found.
Did find:
/Applications/anaconda/envs/klusta/lib/python3.5/site-packages/scipy/sparse/_sparsetools.cpython-35m-darwin.so: truncated mach-o error: segment __TEXT extends to 3825664 which is past end of file 3080192""
I am relatively new to the programming world, my experience being limited to simple data extraction/manipulation with pandas/python. I have tried re-installing klusta but get the same error. Any advice on additional steps I could take?
THANK YOU!
The text was updated successfully, but these errors were encountered: