我使用 python 3.8 并尝试在 pycharm 上安装 pandas。它一直给我一个错误,在此先感谢!注意:我已经在我的解释器上下载了 pandas,但似乎无法将它与 pychar“链接”这是错误代码:Collecting pandasUsing cached https://files.pythonhosted.org/packages/b1/1f/afb5cad013e8888053f6524849cc3df4bb83dfcab59485f10bf50016d4f8/pandas-1.1.1.tar.gzInstalling build dependencies: startedInstalling build dependencies: still running...Installing build dependencies: finished with status 'error'Complete output from command "C:\Users\Heba Maamoun\PycharmProjects\untitled\venv\Scripts\python.exe" "C:\Users\Heba Maamoun\PycharmProjects\untitled\venv\lib\site-packages\pip-19.0.3-py3.8.egg\pip" install --ignore-installed --no-user --prefix "C:\Users\Heba Maamoun\AppData\Local\Temp\pip- build-env-887ebusc\overlay" --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel Cython>=0.29.16,<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'":Ignoring numpy: markers 'python_version == "3.6" and platform_system != "AIX"' don't match your environmentIgnoring numpy: markers 'python_version == "3.7" and platform_system != "AIX"' don't match your environmentIgnoring numpy: markers 'python_version == "3.6" and platform_system == "AIX"' don't match your environmentIgnoring numpy: markers 'python_version == "3.7" and platform_system == "AIX"' don't match your environmentIgnoring numpy: markers 'python_version >= "3.8" and platform_system == "AIX"' don't match your environment
添加回答
举报
0/150
提交
取消