linjmeyer / tilt-pitch

Simple replacement for the Tilt Hydrometer mobile apps and TiltPi with lots of features
GNU General Public License v3.0
49 stars 16 forks source link

pip3 setuptools version 59.6.0 not supported, causes the following error #37

Closed dino8251 closed 12 months ago

dino8251 commented 12 months ago

Collecting pybluez Using cached PyBluez-0.23.tar.gz (97 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [1 lines of output] error in PyBluez setup command: use_2to3 is invalid. [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

Reverting setuptools to 57.0.0 allowed pip3 install tilt-pitch to run without errors.

pip3 install setuptools==57.0.0

dino8251 commented 12 months ago

Saw this was already addressed.