Times-0 / Timeline

AS2 & AS3 CPPS Emulator, written in Python. (Club Penguin Private Server Emulator)
https://times-0.github.io/
GNU General Public License v3.0
69 stars 18 forks source link

Pip module (Watchdog) Error upon installation #41

Closed t2vee closed 3 years ago

t2vee commented 3 years ago

When installing the required pip modules (specifically Watchdog) this error occurs.

Collecting watchdog Downloading https://files.pythonhosted.org/packages/f3/6e/14f228ece54c289af148f9f588d9e591fa8294e36193c1904682affb2751/watchdog-1.0.0.tar.gz (97kB) 100% |████████████████████████████████| 102kB 4.1MB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-qUhb6T/watchdog/setup.py", line 18, in <module> import importlib.util ImportError: No module named util

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-qUhb6T/watchdog/

I think this is a issue with the module itself but i couldn't find anything online and in case you need any extra information: am using Ubuntu 18.04 and had followed the setup guide exactly with mariadb.

Fixed the issue by downgrading to a older watchdog version (0.10.6)