HearthSim / UnityPack

Python deserialization library for Unity3D Asset format
https://hearthsim.info/
MIT License
720 stars 153 forks source link

ModuleNotFoundError: No module named 'unitypack' #71

Closed Esr45 closed 6 years ago

Esr45 commented 6 years ago

I have all of the requirements installed, but when I try to run any of the unityextract commands I get the following error. I am using windows 10. What am I doing wrong? I also ran setup.py and it worked fine

python unityextract --help Traceback (most recent call last): File "unityextract", line 5, in import unitypack ModuleNotFoundError: No module named 'unitypack'

Aedial commented 6 years ago

Since unityextract is not in your %PATH%, you need to type the absolute path to unityextract.