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
Traceback (most recent call last):
File "/usr/local/apps/cryopros/1.0.0/mamba/envs/CRYOPROS_ENV/bin/cryopros-train", line 8, in <module>
sys.exit(main())
^^^^^^
File "cryoPROS/main_train.py", line 115, in cryoPROS.main_train.main
File "/usr/local/apps/cryopros/1.0.0/mamba/envs/CRYOPROS_ENV/lib/python3.12/site-packages/cryoPROS/data/dataset.py", line 25, in __init__
with mrcfile.mmap(self.data_path, mode='r', permissive=True) as mrc:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/apps/cryopros/1.0.0/mamba/envs/CRYOPROS_ENV/lib/python3.12/site-packages/mrcfile/load_functions.py", line 268, in mmap
return MrcMemmap(name, mode=mode, permissive=permissive)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/apps/cryopros/1.0.0/mamba/envs/CRYOPROS_ENV/lib/python3.12/site-packages/mrcfile/mrcfile.py", line 115, in __init__
self._read(header_only)
File "/usr/local/apps/cryopros/1.0.0/mamba/envs/CRYOPROS_ENV/lib/python3.12/site-packages/mrcfile/mrcfile.py", line 131, in _read
super(MrcFile, self)._read(header_only)
File "/usr/local/apps/cryopros/1.0.0/mamba/envs/CRYOPROS_ENV/lib/python3.12/site-packages/mrcfile/mrcinterpreter.py", line 173, in _read
self._read_data()
File "/usr/local/apps/cryopros/1.0.0/mamba/envs/CRYOPROS_ENV/lib/python3.12/site-packages/mrcfile/mrcmemmap.py", line 112, in _read_data
self._open_memmap(dtype, shape)
File "/usr/local/apps/cryopros/1.0.0/mamba/envs/CRYOPROS_ENV/lib/python3.12/site-packages/mrcfile/mrcmemmap.py", line 121, in _open_memmap
self._data = np.memmap(self._iostream,
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/apps/cryopros/1.0.0/mamba/envs/CRYOPROS_ENV/lib/python3.12/site-packages/numpy/_core/memmap.py", line 277, in __new__
bytes -= start
OverflowError: Python integer 34078721024 out of bounds for int32
Any clue what to do?
The text was updated successfully, but these errors were encountered:
I installed cryopros like this:
I downloaded all the example files and ran this command:
I got this error:
Any clue what to do?
The text was updated successfully, but these errors were encountered: