Code Monkey home page Code Monkey logo

Comments (2)

ben-walczak avatar ben-walczak commented on June 18, 2024

Came here to say I'm getting the same error. I'm seeing everything listed correctly in the github source, but the pip install does not provide this as well

from coinbasepro-python.

carlitosborja avatar carlitosborja commented on June 18, 2024

The only way I had it working was to manually download the whole coinbasepro github repository, previously forking to my repo. After unzipping the file, doing pip install this in order to get the function convert_stablecoin... but some other issues appeared. I had to manually cange some lines in other files:

in files: bson.init.py, bson.raw_bson.py and pymongo.collection.py, changed:
collections.Mapping ----> collections.abc.Mapping

and in files: bson.codec_options.py, pymongo.monitoring.py and pymongo.read_preferences.py, changed:
from collections import MutableMapping ------> from collections.abc import MutableMapping

Now, I don't if this is a correct way to fix this issue, but for now it's working.

And by the way, does any of you know how to use the 'convert_stablecoin' function in order to exchange easily between any SCC and any VCC?? Or maybe this isnot the appropiate function??? Using 'convert_stablecoin' I was only able to make a conversion between USD and USDC, many other options like ADA-USDC, ARPA-USDT I was not able to convert them. The next message pops out:

auth_client.convert_stablecoin(2,'USD','USDT')
output: {'message': 'Cannot convert USD to USDT'}

Thanks in advance!!

from coinbasepro-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.