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
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:
install python3 using your preferred method.
install pip3 using your preferred method.
run pip3 install pyreleaseplugin
start a python shell: python3
type import pyreleaseplugin and hit enter.
ModuleNotFoundError: No module named 'pyreleaseplugin' is displayed.
The text was updated successfully, but these errors were encountered:
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:
pip3 install pyreleaseplugin
python3
import pyreleaseplugin
and hit enter.ModuleNotFoundError: No module named 'pyreleaseplugin' is displayed.
The text was updated successfully, but these errors were encountered: