Skip to content
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

Open
mkono87 opened this issue Jan 22, 2019 · 14 comments
Open

No module named error #29

mkono87 opened this issue Jan 22, 2019 · 14 comments

Comments

@mkono87
Copy link

mkono87 commented Jan 22, 2019

Also getting this issue but the earlier issue posted I was unable to find a solution

@Sorensiim
Copy link

Yep, me too.

@RobinDadswell
Copy link

How are you trying to run this? in Docker or just as a normal python script?

@Sorensiim
Copy link

Sorensiim commented Nov 6, 2019 via email

@RobinDadswell
Copy link

python 3?

@Sorensiim
Copy link

Sorensiim commented Nov 6, 2019 via email

@RobinDadswell
Copy link

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.

@Sorensiim
Copy link

Sorensiim commented Nov 6, 2019 via email

@mkono87
Copy link
Author

mkono87 commented Nov 6, 2019

I just use varken instead of this now works great.

@mkono87 mkono87 closed this as completed Nov 6, 2019
@Sorensiim
Copy link

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.

@mkono87
Copy link
Author

mkono87 commented Nov 6, 2019

@Sorensiim I posted this issue 11 months ago and its not "my" issue anymore. Can you not just make a new one?

@mkono87 mkono87 reopened this Nov 6, 2019
@RobinDadswell
Copy link

try running pip3 instead of pip pip3 install -r requirements.txt

@barrycarey
Copy link
Owner

@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.

@agneevX
Copy link

agneevX commented Feb 21, 2020

Still facing the same issue :(

pi@pi4:/opt/Plex-Data-Collector-For-InfluxDB $ python ./plexcollector.py 
Traceback (most recent call last):
  File "./plexcollector.py", line 3, in <module>
    from plexcollector.PlexInfluxdbCollector import PlexInfluxdbCollector
  File "/opt/Plex-Data-Collector-For-InfluxDB/plexcollector/PlexInfluxdbCollector.py", line 5, in <module>
    from urllib.error import HTTPError
ImportError: No module named error

@StickyzzG
Copy link

in my case i was using a pi 4 so it was defaulting to python 2.7
I needed to change the line ExecStart=/usr/bin/python to ExecStart=/usr/bin/python3.7
Then all worked fine

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants