Sensirion / python-i2c-sgp4x

The SGP40 is Sensirion’s new digital VOC (volatile organic compounds) sensor designed for easy integration into air purifiers or demand-controlled ventilation.
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

pypi package not found (sensirion-i2c-sgp4x) #1

Closed 1960pghpirates closed 3 years ago

1960pghpirates commented 3 years ago

On the user manual you provided:

https://sensirion.github.io/python-i2c-sgp4x/

The installation command is this: pip install sensirion-i2c-sgp4x

This command is not working for me. I am getting an error saying that the following URL cannot be found:

https://pypi.org/simple/sensirion-i2c-sgp4x/

When I search on pypi.org for the sensirion-i2c-sgp4x package, I cannot find it. Can you point me to the package link on pypi.org so that I can install the driver?

psachs commented 3 years ago

Hi

Thank you for pointing this out. We haven't published a release yet and therefore you are not able to find the python package on pypi yet.

I will release a first version immediately so you should be able to install it now from pypi. The URL is correct and should now point to the 0.1.0 release

Best regards, Pascal