The financial functions of numpy have been deprecated and will be removed from future versions.
They are now part of a new package called numpy_financial.
I understand it can be installed with pip, but I also understand that pip should be avoided whenever possible if you are running an Anaconda installation, as I am (is this true?).
So my question is: is it possible to install numpy_financial through Anaconda?
I have tried:
conda install numpy_financial
and
conda install -c conda-forge numpy_financial
but neither works - neither manages to find the package.
question from:
https://stackoverflow.com/questions/66062264/can-you-install-numpy-financial-from-anaconda-instead-of-pip 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…