pimoroni / vl53l1x-python

Python library for the VL53L1X Laser Ranger
https://shop.pimoroni.com/products/vl53l1x-breakout
94 stars 53 forks source link

No module named 'VL53L1X' #36

Closed icooper9000 closed 4 years ago

icooper9000 commented 4 years ago

Have install this using sudo pip install smbus2 and sudo pip install vl53l1x

When I try to run one of the examples I get the message " No module named 'VL53L1X' " Seems to be installed, but cannot import . Using Thonny. Raspberry pi 3 , Buster 31 Feb 2020 Anybody experienced this or could suggest what might be amiss? cheers

EDIT!!! ok I think need to use pip3 - seems to work