Closed boardshorts closed 1 year ago
Opps, thanks for opening this issue. I've cleaned up the version specifiers for enum34
and uploaded a new release.
I also found I needed to add the --copy-metadata parameter to pyinstaller command to produce an exe that runs without the "from_name importlib.metadata.PackageNotFoundError: No package metadata was found for gpsoauth error"
pyinstaller --copy-metadata gpsoauth --onefile --clean TestKeep.py produces an exe of your sample code creates a red note to Eat Breakfast.
gkeepapi is a very useful module - I do appreciate your efforts and sharing this.
I suspect this might have to do with the dynamic version here: https://github.com/kiwiz/gkeepapi/blob/master/setup.py#L17. Could you try hardcoding a version to see if that allows you to build an executable correctly?
(I'm also curious what you're using the lib for, if you don't mind sharing)
Closing inactive issues.
Using your sample code in README.md
pip uninstall enum34
then try again."My understanding of enum34 is that is only required for Python versions prior to 3.4 and the recent change in the requirements.txt and setup.py needs to be reinstated to of "enum34>=1.1.6; python_version < '3.0'"
Additionally, please provide the following information: