piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

RPi.bme280 #154

Closed SvenTaveby closed 4 years ago

SvenTaveby commented 4 years ago

Package name: example Link to PyPI page: https://pypi.org/project/RPi.bme280 -- | -- Link to piwheels page: https://www.piwheels.org/simple/rpi-bme280/ Version: all Python version: 3.7 I am the maintainer: No More information: 403 Client Error: Forbidden for url: https://www.piwheels.org/simple/rpi-bme280/ Please use code blocks where appropriate:

command line commands here

sudo pip3 install RPi.bme280

print("code here")
bennuttall commented 4 years ago

Fixed - we purged a bunch of deleted packages recently and sometimes when multiple packages with the same name (when canonicalised, like RPI.bme280 == rpi-bme280) were registered and deleted.

SvenTaveby commented 4 years ago

Thank You very much!