zSeriesGuy / Tautulli

A Python based monitoring and tracking tool for Plex Media Server.
http://tautulli.com
GNU General Public License v3.0
27 stars 9 forks source link

Start Problems since v4 #18

Closed peppoonline closed 4 years ago

peppoonline commented 4 years ago

OS: Server 2016 Python: 3.7x

"C:\Users\admin\AppData\Local\Programs\Python\Python37>python.exe C:\Users\admin\Downloads\Tautulli-4.0.01\Tautulli.py Traceback (most recent call last): File "C:\Users\admin\Downloads\Tautulli-4.0.01\Tautulli.py", line 32, in import pytz ModuleNotFoundError: No module named 'pytz'"

What did I do wrong? Can you point me in the right direction? :)

zSeriesGuy commented 4 years ago

@peppoonline Did you see the installation instructions in the changelog? https://github.com/zSeriesGuy/Tautulli/blob/master/CHANGELOG.md

Did you set up a python3 venv?

I wrote those instructions in the changelog with Linux in mind. I didn't really try it on Windows since Pycharm created the virtual environment.

zSeriesGuy commented 4 years ago

Try this:

In command window:

peppoonline commented 4 years ago

Hey mate, your commands worked perfectly fine - thanks a lot!!!

zSeriesGuy commented 4 years ago

Glad it worked.