Good day,
I know this question has been asked before, and yes I have tried them. I will first describe the issue before explaining what I have tried:
My python program uses Google Sheet API to read write and modify a spreadsheet. I am trying to convert my Python file into EXE. My PyInstaller is 4.2 Python is 3.9
My initial code is as follows: 
To convert to EXE, I used:
pyinstaller --onefile LedgerConverterHuobi.py
I got the below error:
This error is after I have tried the following:
-
Downgrade client to 1.8.0
python -m pip install google-api-python-client==1.8.0
- easy_install google-api-python-client
- pip3 install --upgrade oauth2client
- Manually Download client 1.8.0 and put in BUILD folder
- Run as Administrator
What does frozen importlib._bootstrap mean?
I am currently out of ideas on what else to do. Any help is greatly appreciated
Kind Regards, Vokofe
from The 'google-api-python-client' distribution was not found on running EXE compiled by pyinstaller | frozen importlib._bootstrap


No comments:
Post a Comment