Skip to content
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 #54

Open
sandro09021982 opened this issue Oct 17, 2022 · 1 comment
Open

installation error #54

sandro09021982 opened this issue Oct 17, 2022 · 1 comment

Comments

@sandro09021982
Copy link

I have an Asustor NAS, model AS1002T, kind of old. Last week Python was updated to version 3.10.6r10 and, for some unknown reason, all the packages that were installed are gone. Among them, Podfox. I managed to reinstall almost all of them, but Podfox gives the following error:

pip3 install podfox
Collecting podfox
Using cached podfox-0.1.2-py3-none-any.whl (5.8 kB)
Collecting colorama==0.3.7
Using cached colorama-0.3.7-py2.py3-none-any.whl (19 kB)
Collecting feedparser==5.2.1
Using cached feedparser-5.2.1.zip (1.2 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info 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: 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.

How can I resolve this issue and install Podfox again?

ps: If Podfox is installed, will it recognize the Podcasts already collected and configured in the previous installation?

@dalepotter
Copy link

The version of feedparser currently defined in podfox's setup.py (i.e. 5.2.1) will not work when using setuptools>=58.

The issue will be resolved in #51

In the meantime, you can downgrade setuptools to <58
Credit: https://programmerah.com/solved-error-in-pycallgraph-setup-command-use_2to3-is-invalid-47341/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants