TomWhitwell / SlowMovie

MIT License
345 stars 69 forks source link

WaveShare Drive Issue/Question #119

Closed CozBoogie closed 2 years ago

CozBoogie commented 2 years ago

Trying to confirm I have the correct driver for 7.5 WaveShare screen. Test video runs but I get no image to the screen.

Thoughts and thanks....

pi@raspberrypi:~ $ sudo pip3 install git+https://github.com/waveshare/e-Paper.git#egg=waveshare-epd&subdirectory=RaspberryPi_JetsonNano/python [1] 3258 pi@raspberrypi:~ $ Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting waveshare-epd Cloning https://github.com/waveshare/e-Paper.git to /tmp/pip-install-_acx31e3/waveshare-epd_0aa05952375645848b098f7040a361bd Running command git clone -q https://github.com/waveshare/e-Paper.git /tmp/pip-install-_acx31e3/waveshare-epd_0aa05952375645848b098f7040a361bd ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-_acx31e3/waveshare-epd_0aa05952375645848b098f7040a361bd/setup.py'"'"'; file='"'"'/tmp/pip-install-_acx31e3/waveshare-epd_0aa05952375645848b098f7040a361bd/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-7w5p7njt cwd: /tmp/pip-install-_acx31e3/waveshare-epd_0aa05952375645848b098f7040a361bd/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.9/tokenize.py", line 392, in open buffer = _builtin_open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-_acx31e3/waveshare-epd_0aa05952375645848b098f7040a361bd/setup.py'

WARNING: Discarding git+https://github.com/waveshare/e-Paper.git#egg=waveshare-epd. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement waveshare-epd (unavailable) ERROR: No matching distribution found for waveshare-epd (unavailable)