UMONS-GFA / ardas

FM Sensors conditionning based on on Arduino
GNU General Public License v3.0
0 stars 1 forks source link

Pipenv doesn't work well on raspberry pi #92

Closed bastinc closed 6 years ago

bastinc commented 6 years ago

We need to fix packages versions in a requirement.txt

bastinc commented 6 years ago

We should try to increase the timeout https://stackoverflow.com/questions/50382837/pipenv-install-timing-out-on-rpi

export PIPENV_TIMEOUT=500

kaufmanno commented 6 years ago

We chose to avoid using pipenv on the raspberry pi and rather use pip3 with a requirement.txt file generated with pip3 freeze in the virtual environment running on the developer machine