noccu / umamusu-translate

A toolset (+patch) for translating Uma Musume: Pretty Derby
https://ko-fi.com/noccyu
89 stars 27 forks source link

Error when run Install.bat #51

Closed Cynga98 closed 1 year ago

Cynga98 commented 1 year ago

Hello. I don't know what happened, and it's said I need to screenshot all of it.

Thank you so much

error

noccu commented 1 year ago

The "pip" module python uses to install dependencies is missing in your install. This is rather rare as it comes with python and is heavily relied on.

If you can open a cmd prompt in the patch folder this should take care of it:

.venv\Scripts\activate.bat
py -m ensurepip --upgrade

See here for more info: https://pip.pypa.io/en/stable/installation/

Cynga98 commented 1 year ago

so i just need to open cmd and copy paste that? sorry if i ask too much because im blind with this kind stuff

noccu commented 1 year ago

Oops, forgot about this, sorry, but yes. I'll assume you have solved it by now.