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
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
git clone https://github.com/huggingface/lighteval.git
cd lighteval
pip install -e .
The text was updated successfully, but these errors were encountered:
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: