You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing with pip, the installer misses the dependencies ratelimit and pony.
You need to include a requirements.txt so we know what to install if pip misses.
Also, this code does not work on Python 3.10 (Windows). It seems the pickle you built this for is not up to date. It errors out at store.layeredimage which does not exist in Python 3.10.
The text was updated successfully, but these errors were encountered:
Hi,
on Windows:
When installing with pip, the installer misses the dependencies ratelimit and pony.
You need to include a requirements.txt so we know what to install if pip misses.
Also, this code does not work on Python 3.10 (Windows). It seems the pickle you built this for is not up to date. It errors out at store.layeredimage which does not exist in Python 3.10.
The text was updated successfully, but these errors were encountered: