gpt4 book ai didi

python - Pycharm 说 "tarfile.ReadError: file could not be opened successfully"

转载 作者:太空宇宙 更新时间:2023-11-03 11:40:43 33 4
gpt4 key购买 nike

今天我尝试使用 Python3.2 创建一个新的 python 项目 unsing Pycharm。但我发现有些不对劲。

当我试图找到我的 python 解释器的路径时,我得到了那个:

Python 3.2 (r32, Apr 18 2018)
>>> import sys
>>> print(sys.executable)
/usr/local/bin/python3.2

所以我把这个路径放在了填充部分Base interpreter

Windows python interpreter Pycharm Project

但是当按下按钮 Create project 时,会出现这个错误:

Traceback (most recent call last):
File "/home/David/pycharm-community-2018.1.1/helpers/packaging_tool.py", line 159, in main
retcode = do_untar(name)
File "/home/David/pycharm-community-2018.1.1/helpers/packaging_tool.py", line 100, in do_untar
tar = tarfile.open(name)
File "/usr/local/lib/python3.2/tarfile.py", line 1744, in open
raise ReadError("file could not be opened successfully")
tarfile.ReadError: file could not be opened successfully

谁能告诉我哪里出了问题?谢谢。

最佳答案

我遇到了完全相同的问题并在这里找到了答案:

https://intellij-support.jetbrains.com/hc/en-us/community/posts/206601205-Can-t-Install-setuptools-from-within-PyCharm-on-Linux?page=1

您必须编译 zlib 并使用 zlib header 路径重新编译 python。

下面是编译 Python 的方法(不要忘记 -with-zlib 部分):

https://stackabuse.com/install-python-on-mac-osx/#installpythonfromsource

关于python - Pycharm 说 "tarfile.ReadError: file could not be opened successfully",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49902483/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com