I tried installing yfinance using pip install yfinance
and I got:
Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'd:\\users\\myself\\anaconda3\\lib\\site-packages\\numpy\\core\\multiarray.cp36-win_amd64.pyd'
Consider using the '--user' option or check the permissions.
Then tried conda install -c ranaroussi yfinance
and got:
UnsatisfiableError: The following specifications were found to be in conflict:
- scipy
- yfinance -> numpy >=1.15 -> blas 1.1 openblas
- yfinance -> numpy >=1.15 -> mkl >=2019.4,<2020.0a0 1.1 openblas
- yfinance -> numpy >=1.15 -> mkl-service >=2,<3.0a0
Use "conda info <package>" to see the dependencies for each package.
Any idea what's going on and how I can install it? Thanks in advance!