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
I'm trying to install the package on linux, but pip seems to fail building the wheel for some reason
This is what I got after trying to run pip install url, pip install --verbose url
Some system information, if this helps:
OS: Linux Mint 20.3
GCC Version 9.4.0
Pip Version 22.0.4
Python Version 3.10.4
Looking at pip's output, I noticed that the GCC errors were mostly x has no member named 'y', did you mean 'z'?
The text was updated successfully, but these errors were encountered:
I'm trying to install the package on linux, but pip seems to fail building the wheel for some reason
This is what I got after trying to run
pip install url
,pip install --verbose url
Some system information, if this helps:
OS: Linux Mint 20.3
GCC Version 9.4.0
Pip Version 22.0.4
Python Version 3.10.4
Looking at pip's output, I noticed that the GCC errors were mostly
x has no member named 'y', did you mean 'z'?
The text was updated successfully, but these errors were encountered: