-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'url_to_fs' from 'fsspec' #507
Comments
I ran into the same problem and below is my log error.
|
I would try fix this bug. |
LoserCheems
added a commit
to LoserCheems/lighteval
that referenced
this issue
Jan 24, 2025
clefourrier
added a commit
that referenced
this issue
Jan 24, 2025
* Fixed bug of import url_to_fs from fsspec (#507) * Add a try catch as import depend on fsspec version * Fixed code quality --------- Co-authored-by: Clémentine Fourrier <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I am trying this lighteval for the first time and got struck immediately.
I tired to run this example
And I got this error
ImportError: cannot import name 'url_to_fs' from 'fsspec' (/root/miniconda3/envs/lightevals/lib/python3.11/site-packages/fsspec/__init__.py)
Steps to reproduce
The text was updated successfully, but these errors were encountered: