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

pypi.org seems to have a bad version of the pyreleaseplugin package #19

Open
bspkrs opened this issue Dec 16, 2021 · 0 comments
Open

pypi.org seems to have a bad version of the pyreleaseplugin package #19

bspkrs opened this issue Dec 16, 2021 · 0 comments

Comments

@bspkrs
Copy link

bspkrs commented Dec 16, 2021

If you visit https://pypi.org/project/pyreleaseplugin/, the metadata for the project seems to be some sort of sample data for a sample project. The version is listed as 1.0.0 instead of 0.2.15 and if you use pip3 to install pyreleaseplugin (pip3 install pyreleaseplugin) it installs an empty package that is not usable.

Steps to reproduce:

  1. install python3 using your preferred method.
  2. install pip3 using your preferred method.
  3. run pip3 install pyreleaseplugin
  4. start a python shell: python3
  5. type import pyreleaseplugin and hit enter.

ModuleNotFoundError: No module named 'pyreleaseplugin' is displayed.

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

1 participant