xNul / palworld-host-save-fix

Fixes the bug which forces a player to create a new character when they already have a save. Useful for migrating maps from co-op to dedicated servers and from one dedicated server to another.
MIT License
886 stars 65 forks source link

ModuleNotFoundError #156

Closed codelion-wook closed 4 months ago

codelion-wook commented 4 months ago

ModuleNotFoundError: No module named 'palworld_save_tools'

How can I fix this error? Please help

codelion-wook commented 4 months ago

I already installed the 0.17.1 but still same error code

Shahahaha11 commented 4 months ago

I am facing the same problem, I have installed tvdatafeed and the terminal shows all requirements satisfied. But when I run the code (the code is correct) it gives me this error

joeflack4 commented 4 months ago

I had this error when I did pip install palworld-save-tools==0.17.1, but NOT when I did python -m pip install palworld-save-tools==0.17.1. Python has this hella annoying issue where if you have multiple Python versions, the python and pip can get out of sync. Maybe give it a shot?

codelion-wook commented 4 months ago

Thank you I solved the problem

xNul commented 4 months ago

I'll change the README to use this command instead, thanks!