thinq2-python icon indicating copy to clipboard operation
thinq2-python copied to clipboard

Install error

Open mlepannetier opened this issue 4 years ago • 1 comments

Hi,

I have an error whan installing

pi@raspberrypi:~/thinq2-python $ poetry install /home/pi/.poetry/lib/poetry/_vendor/py2.7/subprocess32.py:149: RuntimeWarning: The _posixsubprocess module is not being used. Child process reliability may suffer if your program uses threads. "program uses threads.", RuntimeWarning) The currently activated Python version 2.7.16 is not supported by the project (^3.7). Trying to find and use a compatible version. Using python3 (3.7.3) Installing dependencies from lock file

Package operations: 49 installs, 0 updates, 0 removals

  • Installing pycparser (2.20)

[OSError] [Errno 2] No such file or directory: 'pip'

mlepannetier avatar Jun 22 '20 12:06 mlepannetier

did you install poetry using python2.7? i had the same error.

dbeltman avatar Aug 21 '20 16:08 dbeltman