
Nopc ifinance install#
Running setup.py install for numpy: finished with status 'error'ĮRROR: Command errored out with exit status 1:Ĭommand: 'c:\python\python.exe' -u -c 'import sys, setuptools, tokenize sys.argv = '"'"'C:\\Users\\Louis-Thomas\\AppData\\Local\\Temp\\pip-install-dbst7dwb Running setup.py install for numpy: started Installing collected packages: setuptools, wheel, Cython, numpy Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed. Using cached setuptools-50.3.0-p圓-none-any.whl (785 kB) Ignoring numpy: markers 'python_version >= "3.8" and platform_system = "AIX"' don't match your environment

Ignoring numpy: markers 'python_version = "3.7" and platform_system = "AIX"' don't match your environment Ignoring numpy: markers 'python_version = "3.6" and platform_system = "AIX"' don't match your environment Ignoring numpy: markers 'python_version = "3.7" and platform_system != "AIX"' don't match your environment

Ignoring numpy: markers 'python_version = "3.6" and platform_system != "AIX"' don't match your environment When I try to install yfinance using this command: pip install yfinance it gives me the following error: ERROR: Command errored out with exit status 1:Ĭommand: 'c:\python\python.exe' 'c:\python\lib\site-packages\pip' install -ignore-installed -no-user -prefix 'C:\Users\Louis-Thomas\AppData\Local\Temp\pip-build-env-_o9d_vif\overlay' -no-warn-script-location -no-binary :none: -only-binary :none: -i - setuptools wheel 'Cython>=0.29.21,='"'"'3.8'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy=1.16.0 python_version='"'"'3.6'"'"' and platform_system='"'"'AIX'"'"'' 'numpy=1.16.0 python_version='"'"'3.7'"'"' and platform_system='"'"'AIX'"'"'' 'numpy=1.17.3 python_version>='"'"'3.8'"'"' and platform_system='"'"'AIX'"'"''

I am new to python and I want to make a program to view stock data.
