前提・実現したいこと
pandasを入れたいです。
pip installでpandasを入れたいです。
発生している問題・エラーメッセージ
ERROR: Command errored out with exit status 1:
command: 'c:\users\■■■\appdata\local\programs\python\python39\python.exe' 'c:\users\■■■\appdata\local\programs\python\python39\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\■■■\AppData\Local\Temp\pip-build-env-0ew9y4va\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel 'Cython>=0.29.21,<3' 'numpy==1.15.4; python_version=='"'"'3.6'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.15.4; python_version=='"'"'3.7'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.17.3; python_version>='"'"'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'"'"''
cwd: None
Complete output (300 lines):
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
Ignoring numpy: markers 'python_version == "3.7" and platform_system == "AIX"' don't match your environment
Ignoring numpy: markers 'python_version >= "3.8" and platform_system == "AIX"' don't match your environment
Collecting setuptools
Using cached setuptools-50.3.0-py3-none-any.whl (785 kB)
Collecting wheel
Using cached wheel-0.35.1-py2.py3-none-any.whl (33 kB)
Collecting Cython<3,>=0.29.21
Using cached Cython-0.29.21-py2.py3-none-any.whl (974 kB)
Collecting numpy==1.17.3
Using cached numpy-1.17.3.zip (6.4 MB)
Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed.
Installing collected packages: setuptools, wheel, Cython, numpy
Running setup.py install for numpy: started
Running setup.py install for numpy: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'c:\users\■■■\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\■■■\AppData\Local\Temp\pip-install-pdssuae1\numpy\setup.py'"'"'; file='"'"'C:\Users\■■■\AppData\Local\Temp\pip-install-pdssuae1\numpy\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\■■■\AppData\Local\Temp\pip-record-py7rx0e0\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\■■■\AppData\Local\Temp\pip-build-env-0ew9y4va\overlay' --compile --install-headers 'C:\Users\■■■\AppData\Local\Temp\pip-build-env-0ew9y4va\overlay\Include\numpy'
cwd: C:\Users\■■■\AppData\Local\Temp\pip-install-pdssuae1\numpy
Complete output (277 lines):
Running from numpy source directory.
Note: if you need reliable uninstall behavior, then install with pip instead of using `setup.py install`: - `pip install .` (from a git repo or downloaded source release) - `pip install numpy` (last NumPy release on PyPi) blas_opt_info: blas_mkl_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries mkl_rt not found in ['c:\users\■■■\appdata\local\programs\python\python39\lib', 'C:\', 'c:\users\■■■\appdata\local\programs\python\python39\libs'] NOT AVAILABLE blis_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying
略
該当のソースコード
試したこと
ネットで探したがわからなかった
補足情報(FW/ツールのバージョンなど)
python
python3.9
VSCode
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。