You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after upgrading from version 0.8.0 to 0.9.0, the package pydata-google-auth is missing.
Python 3.6.6 | packaged by conda-forge | (default, Jul 26 2018, 09:55:02)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.1.1 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import pandas_gbq
In [2]: pandas_gbq.__version__
Out[2]: '0.9.0'
In [3]: import pydata_google_auth
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-3-99714eec0d64> in <module>
----> 1 import pydata_google_auth
ModuleNotFoundError: No module named 'pydata_google_auth'
Issue:
Hi, after upgrading from version 0.8.0 to 0.9.0, the package
pydata-google-auth
is missing.Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: