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
import gdax
p = gdax.PublicClient()
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'PublicClient'
Python 3.4.3 on Ubuntu 14.04
The text was updated successfully, but these errors were encountered:
I install gdax by running
pip install gdax
Python 3.4.3 on Ubuntu 14.04
The text was updated successfully, but these errors were encountered: