cheahjs / palworld-save-tools

Tools for converting Palworld .sav files to JSON and back
MIT License
781 stars 67 forks source link

How do i solve that? i already have python #50

Open DaviJh opened 6 months ago

DaviJh commented 6 months ago

image

Kwandos commented 6 months ago

I have the same problem with 3.12.1

cheahjs commented 6 months ago

Please use the Terminal instructions if the .cmd file is not working for you.

Rotnam commented 6 months ago

@DaviJh Disable python and python3 in Microsoft App Execution Aliases (Manage App Execution Aliases) it disable the shortcut that try to open Microsoft Store.

image

Sulphyre commented 6 months ago

image

Install from python.org, not from Windows store + Use terminal instructions solved this issue for me.

Bultjer commented 6 months ago

You could also change the order in which the python command is being tried. Put python3 at the end of the for loop and it should work for most people.

EnderofGames commented 6 months ago

As I posted in mentioned issue, I believe you run into the

Python Version
Python 3.x.x
does not exist

because you are not dragging the save over the convert.cmd file. The file is not saying Python does not exist.

As for Windows aliases, that solution is if the file returns "Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings". Using terminal version of instructions should fix both of these errors.

shupershuff commented 6 months ago

@DaviJh Disable python and python3 in Microsoft App Execution Aliases (Manage App Execution Aliases) it disable the shortcut that try to open Microsoft Store.

image

Legend! This fixed it for me.