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 claims v1.0.1 but has old files - Git repo installs as same v1.0.1 but has newer files #26

Open
slowrunner opened this issue Nov 24, 2023 · 0 comments

Comments

@slowrunner
Copy link

PyPi claims imusensor is v1.0.1 but does not contain the latest files, e.g. "replaced name test with logical or ('|')"
github latest installs as same version v1.0.1 but is clearly later than PyPi v1.0.1

installed from pypi (then removed) with:

pip3 install imusensor
..
The name is wrong [113]
..
pip3 uninstall imusensor
  • =======
    Installed from git (to Ubuntu 22.04 on Raspberry Pi4) with:
git clone https://github.com/niru-5/imusensor.git
cd imusensor
python3 setup.py build
sudo python3 setup.py install
..
Installed /usr/local/lib/python3.10/dist-packages/imusensor-1.0.1-py3.10.egg
Processing dependencies for imusensor==1.0.1
Finished processing dependencies for imusensor==1.0.1
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