-
Notifications
You must be signed in to change notification settings - Fork 102
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
Missing module error during installation #161
Comments
Is likely because you are on python 3.12. Downgrade to 3.11 or clone repo instead of using pip. |
i'm new to this and google isn't really helping me here, what's the command to downgrade to 3.11 ? i've been looking for it for days and i can't find it... |
Depends, what's your linux distro? Probably easiest way is to just continue to use python 3.12, but clone the repo to use it instead of installing from pypi |
I'm on linux mint, i cloned the repo and now idk what to do with it |
Well, start with running the demo:
Looks like the general entrypoint is
|
I did author PR #162 to update the dependencies that were causing the issue, and I tested and confirmed that the software still worked. I just don't know if any maintainers saw it yet. |
i'm getting this error :
same with |
Try running with |
Nice, yeah I wonder if this project is somewhat dead-ish. |
I got it to work by creating a file in the repo root called
And then I ran You might also have luck making the change @jaherron made in his PR here: https://github.com/Brikwerk/nxbt/pull/162/files and then doing |
Device: Raspberry Pi 5 (8GB RAM)
OS: Ubuntu 24.04.1
Python Version: 3.12.3
pipx version: 1.4.3
I got the externally-managed error when installing nxbt, so I tried using pipx as instructed by pip.
It's throwing an error about a missing module called "imp".
Output from pipx (verbose)
The text was updated successfully, but these errors were encountered: