2

我正在尝试在 PyCharm 中为 python3.3 创建一个 virtualenv 这就是我正在做的事情File > Settings > Project Interpreter > Python Interpreters

在此处输入图像描述

当我单击创建新的 VirtualEnv时,出现错误。

执行了以下命令:

Packaging_tool.py 解压 /home/jan/Downloads/pycharm-3.0.1/helpers/setuptools-1.1.5

The error output of the command:

Traceback (most recent call last):
  File "/home/jan/Downloads/pycharm-3.0.1/helpers/packaging_tool.py", line 134, in main
    retcode = untarDirectory(name)
  File "/home/jan/Downloads/pycharm-3.0.1/helpers/packaging_tool.py", line 84, in untarDirectory
    tar = tarfile.open(filename)
  File "/usr/local/lib/python3.3/tarfile.py", line 1571, in open
    raise ReadError("file could not be opened successfully")
tarfile.ReadError: file could not be opened successfully

这就是它的样子。 在此处输入图像描述


如何在 python3.3 的 pycharm 中安装 virtualenv

4

0 回答 0