+ 1
What do you do when "import numpy_financial as npf" is giving you an error feedback
import numpy_financial as npf res = npf.pmt(rate=0.15, nper=30, fv=2000000, pv=0) print(res) numpy couldn't be found
3 Réponses
0
Definatlly install it using pip
pip install numpy-financial
0
I tried "pip install numpy-financial" and "I then try pip install numpy_financial", they both gave me syntax error
0
Well its working alright for me !
Can you tell me what's the error.