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
File "/M/conda/envs/pyda/lib/python3.11/site-packages/streamlit/watcher/local_sources_watcher.py", line 217, in get_module_paths
potential_paths = extract_paths(module)
^^^^^^^^^^^^^^^^^^^^^
File "/M/conda/envs/pyda/lib/python3.11/site-packages/streamlit/watcher/local_sources_watcher.py", line 210, in
lambda m: list(m.path._path),
^^^^^^^^^^^^^^^^
File "/M/conda/envs/pyda/lib/python3.11/site-packages/torch/_classes.py", line 13, in getattr
proxy = torch._C._get_custom_class_python_wrapper(self.name, attr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Tried to instantiate class 'path.path', but it does not exist! Ensure that it is registered via torch::class
The text was updated successfully, but these errors were encountered:
File "/M/conda/envs/pyda/lib/python3.11/site-packages/streamlit/watcher/local_sources_watcher.py", line 217, in get_module_paths
potential_paths = extract_paths(module)
^^^^^^^^^^^^^^^^^^^^^
File "/M/conda/envs/pyda/lib/python3.11/site-packages/streamlit/watcher/local_sources_watcher.py", line 210, in
lambda m: list(m.path._path),
^^^^^^^^^^^^^^^^
File "/M/conda/envs/pyda/lib/python3.11/site-packages/torch/_classes.py", line 13, in getattr
proxy = torch._C._get_custom_class_python_wrapper(self.name, attr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Tried to instantiate class 'path.path', but it does not exist! Ensure that it is registered via torch::class
The text was updated successfully, but these errors were encountered: