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

feedparser=5.2.1 does not support the latest version of setuptools #203

Open
nick-robo opened this issue Jan 18, 2023 · 1 comment
Open

Comments

@nick-robo
Copy link

I have been trying to install gitsome using pipx and I kept running into this error.

PIP STDERR
----------
  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.

Aparently, this is caused by the latest version of setuptools not supporting use_2to3 (source).

@LGDHuaOPER
Copy link

I got this error too.

$ pipx install gitsome
Fatal error from pip prevented installation. Full pip output in file:
    C:\Users\xxx\.local\pipx\logs\cmd_2023-03-07_14.53.57_pip_errors.log

pip seemed to fail to build package:
    feedparser<6.0.0,>=5.2.1

Some possibly relevant errors from pip install:
    error: subprocess-exited-with-error
    error: metadata-generation-failed

Error installing gitsome.

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

No branches or pull requests

3 participants