我使用 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
提交
取消