Ni Hao, I am trying to read cryptocurrencies price in python. I tried to install cryptocompare module, but using the following codes in Anaconda prompt did not work:
conda install cryptocompare
conda install -c conda-forge cryptocompare
Also, I tried to install the downloaded file, but again did not work. Should I use another channel? If so, how can I add that channel. Also, if masters think better modules exist I appreciate to know that. Thanks
Try with pip
pip install cryptocompare