Coinprice is an all-in-one tool designed to track cryptocurrency prices in real time across multiple exchanges. It provides support not only through the CLI but also the Telegram bot.
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/bin/price", line 5, in <module>
from coinprice.main import main
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/coinprice/main.py", line 2, in <module>
from coinprice.app.tracker import track_prices
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/coinprice/app/tracker.py", line 8, in <module>
from coinprice.api import binance, coinbase, bitfinex, kucoin, gateio, kraken, huobi, okx
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/coinprice/api/binance.py", line 1, in <module>
import requests
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/requests/__init__.py", line 58, in <module>
from . import utils
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/requests/utils.py", line 30, in <module>
from .cookies import RequestsCookieJar, cookiejar_from_dict
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/requests/cookies.py", line 159, in <module>
class RequestsCookieJar(cookielib.CookieJar, collections.MutableMapping):
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'collections' has no attribute 'MutableMapping'
The problem:
How to fix:
Than:
Also, make sure your installed rich.
Problem will be fixed in new,
1.5.4
release