Closed ztega closed 3 years ago
Issue was related to packages out of date. I'd recommend to add lowest required version in 'requirements.txt'.
Sure, I'll add it if you let me know which package and what version is required.
I don't know the lowest compatible level but following versions did not work:
numpy == 1.14.3
imageio == 2.3.0
Pillow == 5.1.0
This is ok:
requests >= 2.18.4
numpy >= 1.18.5
imageio >= 2.9.0
Pillow >= 7.2.0
Hi,
Thanks for sharing your work! I get a KeyError that I haven't been able to solve (I'm a coding beginner so my troubleshooting is quite limited). On a mac, used
python3 setup.py build
andpython3 setup.py install
to install.I tried to run
flowkey_dl.py
with an edited url without success:Any ideas? Appreciate any help I get.