cnfatal / rpycdec

Tools to decompile renpy .rpyc .rpymc files.
https://pypi.org/project/rpycdec
MIT License
14 stars 3 forks source link

Dependency issues #3

Open cooperdk opened 11 months ago

cooperdk commented 11 months ago

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.

cnfatal commented 10 months ago

Hi , I fixed this in a newer version https://pypi.org/project/rpycdec/0.1.4