imusensor icon indicating copy to clipboard operation
imusensor copied to clipboard

PyPi claims v1.0.1 but has old files - Git repo installs as same v1.0.1 but has newer files

Open slowrunner opened this issue 7 months ago • 0 comments

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

slowrunner avatar Nov 24 '23 18:11 slowrunner