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 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:
× 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: