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 distribution of 2.x releases contain previous version of Python source code #81

Open
bcdarwin opened this issue Aug 14, 2024 · 0 comments

Comments

@bcdarwin
Copy link

e.g.,

$ python3 -m venv env
$ source env/bin/activate
$ python3 -m pip install ipyniivue
 ...
$ python3 -c 'from ipyniivue import NiiVue'
 ... # ImportError: cannot import name 'NiiVue' from 'ipyniivue'
$ python3 -c 'from ipyniivue import AnyNiivue'
 # succeeds

inspecting the installed code (or downloading a source tarball) shows that despite the supposed version 2.0.1, obsolete code is included from before the AnyNiivue -> NiiVue rename.

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