Sensirion / gas-index-algorithm

Sensirion's Gas Index Algorithm provides a VOC and NOx Index output signal calculated from the SGP40/41 raw signals
https://sensirion.github.io/gas-index-algorithm/
BSD 3-Clause "New" or "Revised" License
17 stars 10 forks source link

How to install package on Ubuntu Linux system #12

Closed ds-digid closed 2 months ago

ds-digid commented 2 months ago

Hi, I have tried to evaluate the SGP41 on a desktop PC with ubuntu 22.04.4

I have installed a virtual environment and tried:

pip install sensiron-gas-algorithm

The Error I got then was: ERROR: Could not find a version that satisfies the requirement sensiron-gas-algorithm (from versions: none) ERROR: No matching distribution found for sensiron-gas-algorithm

Is there a way to solve this error?

kind regards David

sdmueller commented 2 months ago

Hi @ds-digid

The package is called sensirion-gas-index-algorithm not sensirion-gas-algorithm.

Installing it as follows should work: pip install sensirion-gas-index-algorithm

ds-digid commented 2 months ago

Thank you for clarification