COSA icon indicating copy to clipboard operation
COSA copied to clipboard

ERROR when running testing

Open jmlongriver12 opened this issue 1 year ago • 3 comments

Here is the information: Traceback (most recent call last): File "/opt/conda/lib/python3.8/runpy.py", line 185, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/opt/conda/lib/python3.8/runpy.py", line 111, in _get_module_details import(pkg_name) File "COSA/env/lib/python3.8/site-packages/torch/init.py", line 527, in class DoubleStorage(_C.DoubleStorageBase, _StorageBase): AttributeError: module 'torch._C' has no attribute 'DoubleStorageBase'

I also tried different version of torch, got other errors

jmlongriver12 avatar Jul 25 '23 13:07 jmlongriver12