Search found 1 match
- Sun Jan 31, 2021 4:18 pm
- Forum: Raspberry Pi microcontroller boards
- Topic: Problem installing packages
- Replies: 3
- Views: 6410
Problem installing packages
I am fairly new to Python - let alone MicroPython. I am trying to install packages in the Thonny IDE to use BMP180 sensors with a Pi Pico but I don't seem to be able to load any packages successfully. I can install with pip3 (but not pip) but then install smbus. Ideas for what could be going wrong w...