-
Notifications
You must be signed in to change notification settings - Fork 139
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
error in feedparser setup command: use_2to3 is invalid. #40
Comments
Hello, I have the same issue on Mac OS. Tried downgrading setuptools but did not work :( |
The error message due to a breaking change in setuptools version 58.0.0. The setuptools package has removed support for 2to3 during builds. |
this worked for me. (On Mac OS 13.4.1, Python 3.10.12)
first line got it installed and the second resolved the outdated feedparser issue. Last line returns setuptools to normal |
I tried to install it
pip install pygooglenews
but I got this error
.
.
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
error in feedparser setup command: use_2to3 is invalid.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel 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.
The text was updated successfully, but these errors were encountered: