When i try to run:
python3 install.py --all
For a while it loads things but then i get:
/usr/bin/python3: can't open file 'setup.py': [Errno 2] No such file or directory
Failed to build watchdog module.
My Install is a fresh minimal install of Ubuntu 20.04, so far i've tried:
sudo apt install build-essential
sudo apt install python3-dev
pip3 install setuptools
pip3 install --upgrade setuptools
I also saw, that i should run this, from where the "setup.py" file is but i cannot find that also
Any help is much appreciated!