-
Notifications
You must be signed in to change notification settings - Fork 732
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
Version on PIP needs to be updated #208
Comments
+1 please do |
I'm sorry, I'm not familiar with installing python modules manually. Did you just clone the repository somewhere and not actually install the gdax module? |
If you install with pip it installs in your Python installation folder. You can google to find the location for your operating system. I just went in and copied the files from github into that folder manually. I guess you could do a git clone too, but I haven't tried it. |
@CreaoticX I'm on a Debian system and had to do the following as root:
the copy in my /home path was the one that I'd been missing, not sure how it got there? Hope this is helpful to someone, thanks! |
This will be completed after PR #260 is finalized and tests are passed. |
@CreaoticX, you can use pip to install directly from github like so: |
The following workaround should solve these issues on Mac:
As @uclatommy suggested you can as pip to install directly from github. After you've executed these commands you might need to install further dependencies such as sortedcontainers in my case. All dependecies can be found here: Any package can be installed with pip as usual:
UPDATE: Now that the name of the project has changed from GDax to Coinbase Pro the correct pip install is:
|
I've followed this exactly and have all the required dependencies installed and I'm still getting:
Any ideas? I'm running OSX |
If you install this using pip it's and old version that is out of date. I don't know all of the features that are missing, but at least one of them is the ability to subscribe to specific channels. I fixed this by just going in and copying and pasting the new files. Not sure how to get pip to get the new files. I'm pretty sure this is what's causing #205 at least.
The text was updated successfully, but these errors were encountered: