0
I am trying to convert a font to exe. Type the command:
pyinstaller --onefile arquivo.spec
Shows that it was performed successfully, but when I click on exe, the message appears
ImportError: Missing optional dependency 'pandas-gbq'.
pandas-gbq is required to load data from Google BigQuery.
See the docs: https://pandas-gbq.readthedocs.io.
Use pip or conda to install pandas-gbq.
I already installed the library. I updated it. Still, it doesn’t work.
Versions installed on the machine:
PyInstaller 3.6|
setuptools 44.0.0|
pandas 1.1.4|
pandas-gbq 0.14.1
And what was the pyinstaller command you executed?
– Woss
good afternoon, was that "pyinstaller --onefile.spec file"
– Leonardo Silva de Oliveira