Sensirion / gas-index-algorithm

Sensirion's Gas Index Algorithm provides a VOC and NOx Index output signal calculated from the SGP40/41 raw signals

Home Page:https://sensirion.github.io/gas-index-algorithm/

Repository from Github https://github.comSensirion/gas-index-algorithmRepository from Github https://github.comSensirion/gas-index-algorithm

How to install package on Ubuntu Linux system

ds-digid opened this issue · comments

commented

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

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

commented

Thank you for clarification