Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove use of pathlib #58

Open
samm82 opened this issue Apr 25, 2024 · 0 comments
Open

Remove use of pathlib #58

samm82 opened this issue Apr 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@samm82
Copy link
Owner

samm82 commented Apr 25, 2024

Trying to make compile results in the following error:

$ make compile
pyinstaller --onefile src/Main.py -n WorshipList -i src/icon.ico -w
The 'pathlib' package is an obsolete backport of a standard library package and is incompatible with PyInstaller. Please remove this package (located in C:\Users\samcr\AppData\Local\Programs\Python\Python312\Lib\site-packages) using
    "C:\Users\samcr\AppData\Local\Programs\Python\Python312\python.exe" -m pip uninstall pathlib
then try again.
make: *** [compile] Error 1

pathlib should be replace with a more standard library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant