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.
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.