-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No module named error #29
Comments
Yep, me too. |
How are you trying to run this? in Docker or just as a normal python script? |
Python on a Debian VM.
…On Wed, 6 Nov 2019, 14:05 Robin Dadswell, ***@***.***> wrote:
How are you trying to run this? in Docker or just as a normal python
script?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29?email_source=notifications&email_token=AB6XIPEHTCXXY7FFXKZXKTDQSK6H3A5CNFSM4GRUGQU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGOT7A#issuecomment-550300156>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6XIPGTZNSUIZX4KO6JPSLQSK6H3ANCNFSM4GRUGQUQ>
.
|
python 3? |
Yarp.
…On Wed, 6 Nov 2019, 14:16 Robin Dadswell, ***@***.***> wrote:
python 3?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29?email_source=notifications&email_token=AB6XIPB7NLBKDTOHOXHB253QSK7R7A5CNFSM4GRUGQU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGPTCA#issuecomment-550304136>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6XIPE2NHFSSWJPNLWPVN3QSK7R7ANCNFSM4GRUGQUQ>
.
|
Have you run this to install all module requirements? |
Yes.
I'll give it a whirl on a Windows machine later.
…On Wed, 6 Nov 2019, 14:22 Robin Dadswell, ***@***.***> wrote:
Have you run this to install all module requirements?
pip install -r requirements.txt
I just tested on my windows machine and this was all that was needed to
resolve it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29?email_source=notifications&email_token=AB6XIPFECWDDGRCJVYCPRLLQSLAK5A5CNFSM4GRUGQU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGQFFQ#issuecomment-550306454>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6XIPHKTNQL5AGGLRLOCXDQSLAK5ANCNFSM4GRUGQUQ>
.
|
I just use varken instead of this now works great. |
Works just fine on Windows, still getting the same error on Linux . @mkono87 why did you close this? The issue is still very much there. |
@Sorensiim I posted this issue 11 months ago and its not "my" issue anymore. Can you not just make a new one? |
try running pip3 instead of pip |
@Sorensiim Can you give me the whole trace? I haven't look at this project in a long time. But last time I did I was developing on Ubuntu. |
Still facing the same issue :(
|
in my case i was using a pi 4 so it was defaulting to python 2.7 |
Also getting this issue but the earlier issue posted I was unable to find a solution
The text was updated successfully, but these errors were encountered: