I'm having a little hard time trying to install the python-binance
package on my miniconda prompt in order to use it on my Spyder environment.
I tried running conda install -c conda-forge python-binance
as suggested by Max S. on this post and it returned the following output:
Such problem doesn't appear if I just run pip install python-binance
from the regular cmd terminal, so I don't understand why isn't any available version for the requested package if this package is still widely used and not deprecated?
What should be done to tell miniconda prompt to use the same channel that pip
command uses to download this package?