-
Notifications
You must be signed in to change notification settings - Fork 358
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
Installation: ERROR: Could not build wheels for learn2learn, which is required to install pyproject.toml-based projects #417
Comments
Can you try updating Cython to the latest version? |
problem solved. It needs to install VisualCppBuildTools_Full.exe |
I still have this problem on google colab. !pip install learn2learn was working till yesterday. now I have this error: × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Hi @seba-1511 , can you consider that? what's the problem and how can be solved |
error during installation:
_Building wheel for learn2learn (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for learn2learn (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [153 lines of output]
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for learn2learn
Failed to build learn2learn
ERROR: Could not build wheels for learn2learn, which is required to install pyproject.toml-based projects_
**I tried conda install but it didn't find the package
**
The text was updated successfully, but these errors were encountered: