mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #378] Missing "google-cloud-core" distribution #309
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FLOROID on GitHub (Mar 17, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/378
When running auto-py-to-exe on one of my python scripts I run into the error:
google-cloud-core is installed in my python environment and even after uninstalling and reinstalling it, the error still persists.
What can I do to fix this?
@github-actions[bot] commented on GitHub (Mar 17, 2023):
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
@brentvollebregt commented on GitHub (Mar 17, 2023):
I searched "The 'google-cloud-core' distribution was not found" in Google and found this Stack Overflow question - there appears to be some solutions in here, have you tried any of them?
@FLOROID commented on GitHub (Mar 23, 2023):
Yeah I tried those approaches. In that case the author of the post was actually using the google cloud Translate API in his project, I on the other hand don't use any google related code in any of my projects but I get the same error no matter which python file I try to convert to .exe.
@FLOROID commented on GitHub (Mar 23, 2023):
Simple solution was to entirely delete the auto-py-to-exe folder, re-download it from the github repository and the error is gone.
No idea what caused it though :\