2

私はpython3.3用のPyCharmでvirtualenvを作成しようとしていますここで私がやっていることは次のとおりですファイル>設定>プロジェクトインタープリター> Pythonインタープリター

ここに画像の説明を入力

新しい VirtualEnv の作成をクリックすると、エラーが発生します。

次のコマンドが実行されました。

Packaging_tool.py untar /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