-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
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
Module(s) not found because of wrong installation #166
Comments
I have this (Raspbian 12 64bit): pi@raspberrypi:~/luma.examples $ sudo -H pip3 install -e . × This environment is externally managed
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. |
See #167 @dg1kwa please try the updated instructions, temporarily located at https://github.com/rm-hull/luma.examples/tree/env-doc#installation-instructions until that pull request is merged. |
this work fine with raspbian 12 64bit. Thank you very much for very fast fix the problem. |
The installation guide on the homepage https://github.com/rm-hull/luma.examples#readme says to use
$ sudo -H pip install -e .
to install the dependencies. I tried and I got the error
ModuleNotFoundError: no module named luma
.I was able to resolve this by using
$ sudo -H pip3 install -e .
instead. When trying to run something now, it does work. So please update your documentation please :)
The text was updated successfully, but these errors were encountered: