Hello!

I'm working on a Windows 64 system. I'm running python on Jupyter notebook 
through Anaconda. I succesfully transformed that .ipynb file to a .py one.

I also successfully installed PyInstaller by running “pip install 
pyinstaller” in the Anaconda prompt. 

When I entered “pyinstaller game.py” I got the error message: "The 
'pathlib' package is an obsolete backport of a standard library package and 
is incompatible with PyInstaller."

When I checked the pathlib version with “pip install --upgrade pathlib” I 
got the message “Requirement already satisfied”. Anaconda and PyInstaller 
are also up to date. 

Chat GPT suggested that “the issue you're encountering with PyInstaller is 
likely not related to the version of the 'pathlib' package itself. It could 
be a compatibility problem between PyInstaller and another package or 
dependency in your Python program.”

What can I do?

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/db77f4b4-aa49-4b06-82ad-56f7889debdbn%40googlegroups.com.

Reply via email to