We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
pip3 list | grep -i beacontools
however I run python3, saying import beacontools and get error: ModuleNotFoundError: No module named 'beacontools'
import beacontools
what can be wrong?
The text was updated successfully, but these errors were encountered:
try pip install rather than pip3?
Sorry, something went wrong.
No branches or pull requests
Hello All,
I've installed beacontools on fresh new RaspberryPi image.
sudo apt-get install python3-pip
pip3 install beacontools
pip3 list | grep -i beacontools
says: beacontools 2.1.0however I run python3, saying
import beacontools
and get error:
ModuleNotFoundError: No module named 'beacontools'
what can be wrong?
The text was updated successfully, but these errors were encountered: