Error generating python exe with pandas-gbq

Asked

Viewed 51 times

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
  • 1

    And what was the pyinstaller command you executed?

  • 1

    good afternoon, was that "pyinstaller --onefile.spec file"

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.