QUB-ASL / bzzz

Quadcopter with ESP32 and RaspberryPi
MIT License
7 stars 0 forks source link

Installing VL53L0X using setup.py #144

Closed jamie-54 closed 8 months ago

jamie-54 commented 8 months ago

Describe the bug

when running pip install . from inside venv, VL53L0X can not be installed

Affected File

setup.py

Affected Line

No response

To Reproduce

pip install .

Minimum reproducible example

pip install .

Additional context

running pip3 install git+https://github.com/pimoroni/VL53L0X-python.git worked to install this first then run pip install .