[GH-ISSUE #378] Missing "google-cloud-core" distribution #309

Closed
opened 2026-02-26 12:21:10 +03:00 by kerem · 4 comments
Owner

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:

pkg_resources.DistributionNotFound: The 'google-cloud-core' distribution was not found and is required by the application

Project output will not be moved to output folder
Complete.

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?

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: ``` pkg_resources.DistributionNotFound: The 'google-cloud-core' distribution was not found and is required by the application Project output will not be moved to output folder Complete. ``` 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?
kerem closed this issue 2026-02-26 12:21:10 +03:00
Author
Owner

@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.

<!-- gh-comment-id:1473770279 --> @github-actions[bot] commented on GitHub (Mar 17, 2023): 👋 Hi, just a reminder that if you haven't read [the help post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/) yet, give it a read to see if your issue is covered in it and make sure to follow [the debugging section](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/#debugging). 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](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/), [video](https://youtu.be/OZSZHmWSOeM) or create a [new discussion](https://github.com/brentvollebregt/auto-py-to-exe/discussions).
Author
Owner

@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?

<!-- gh-comment-id:1474419858 --> @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](https://stackoverflow.com/questions/40076795/pyinstaller-file-fails-to-execute-script-distributionnotfound) - there appears to be some solutions in here, have you tried any of them?
Author
Owner

@FLOROID commented on GitHub (Mar 23, 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?

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.

<!-- gh-comment-id:1481376546 --> @FLOROID commented on GitHub (Mar 23, 2023): > I searched _"The 'google-cloud-core' distribution was not found"_ in Google and found [this Stack Overflow question](https://stackoverflow.com/questions/40076795/pyinstaller-file-fails-to-execute-script-distributionnotfound) - there appears to be some solutions in here, have you tried any of them? 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.
Author
Owner

@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 :\

<!-- gh-comment-id:1481435009 --> @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 :\
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#309
No description provided.