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
Thanks for the fantastic package and great research work.
I have tried both pip install ws-benchmark==1.1.2rc0 and pip install ws-benchmark on both my machine and Google Colab (fresh environment) but the installation fails each time.
A snippet from the error during installation:
Collecting scikit-learn<0.25.0,>=0.20.2 (from ws-benchmark==1.1.2rc0)
Downloading scikit-learn-0.24.2.tar.gz (7.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/7.5 MB 4.0 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Preparing metadata (pyproject.toml) ... error
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Thanks for the fantastic package and great research work.
I have tried both
pip install ws-benchmark==1.1.2rc0
andpip install ws-benchmark
on both my machine and Google Colab (fresh environment) but the installation fails each time.A snippet from the error during installation:
You can find the Colab notebook here.
The text was updated successfully, but these errors were encountered: