beacontools icon indicating copy to clipboard operation
beacontools copied to clipboard

ModuleNotFoundError: No module named 'beacontools'

Open dima72 opened this issue 3 years ago • 2 comments

Hello All, I've installed beacontools on fresh new RaspberryPi image.

PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)" 

sudo apt-get install python3-pip pip3 install beacontools

pip3 list | grep -i beacontools says: beacontools 2.1.0

however I run python3, saying import beacontools and get error: ModuleNotFoundError: No module named 'beacontools'

what can be wrong?

dima72 avatar Mar 02 '21 20:03 dima72

try pip install rather than pip3?

iSayeed avatar Nov 10 '22 12:11 iSayeed

Appreciated!  

Четверг, 10 ноября 2022, 7:45 -05:00 от Anas @.***>: try pip install rather than pip3?    

dima72 avatar Nov 10 '22 19:11 dima72