Open
Description
Bug stacktrace:
Im on a macOS system. Here's a partial stacktrace screenshot of the error I ran into
Everything else in stack trace is custom library code and truncated for brevity
Potential bug site:
The issue is in:
filesystem_spec/fsspec/spec.py
Line 568 in 961412d
Exception has occurred: AttributeError (note: full exception trace is shown but execution is paused at: _run_module_as_main)
module 'posixpath' has no attribute 'sep'
File "/path/to/my/venv/python/virtualenvs/base_lock/3.10.16/lib/python3.10/site-packages/fsspec/spec.py", line 563, in glob
seps = (os.path.sep, os.path.altsep) if os.path.altsep else (os.path.sep,)
Metadata
Metadata
Assignees
Labels
No labels