Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example that is in the documentation doesn't work #200

Closed
exquest opened this issue Dec 20, 2017 · 2 comments
Closed

Example that is in the documentation doesn't work #200

exquest opened this issue Dec 20, 2017 · 2 comments

Comments

@exquest
Copy link

exquest commented Dec 20, 2017

I install gdax by running pip install gdax

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

@exquest
Copy link
Author

exquest commented Dec 21, 2017

After manually installing it seems to work fine

@danpaquin
Copy link
Owner

I expect this to be resolved once pip is updated. Monitor PR #260 for a timeline of when PIP is updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants