Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96555

Cannot create a virtualenv

Path csiph.com!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <paul.hermeneutic@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'repository': 0.05; 'executable': 0.07; 'main()': 0.07; 'prefix': 0.07; 'sys,': 0.07; 'https': 0.09; 'ignoring': 0.09; 'path.': 0.09; 'subject:create': 0.09; 'subject:virtualenv': 0.09; 'python': 0.10; 'output': 0.13; 'interpreter': 0.15; 'oserror:': 0.16; 'setuptools': 0.16; 'setuptools,': 0.16; 'skip:3 30': 0.16; 'windows': 0.20; '64-bit': 0.22; 'ignored.': 0.23; 'matching': 0.23; '(most': 0.24; 'downloaded': 0.24; 'skip:- 40': 0.25; 'install': 0.25; 'command': 0.26; 'installed': 0.26; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; 'collecting': 0.27; 'host': 0.28; "skip:' 10": 0.28; 'silence': 0.29; 'code': 0.30; 'skip:. 10': 0.32; 'url:python': 0.33; 'instead,': 0.33; 'machine.': 0.33; 'traceback': 0.33; 'recommended': 0.34; 'file': 0.34; 'worked': 0.34; 'running': 0.34; 'add': 0.34; 'received:google.com': 0.35; 'skip:3 10': 0.35; 'could': 0.35; 'installing': 0.35; 'but': 0.36; 'skip:i 20': 0.36; 'located': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'being': 0.37; 'requirement': 0.37; 'skip:v 20': 0.38; 'version': 0.38; 'to:addr:python.org': 0.40; 'from:no real name:2**0': 0.60; 'secure': 0.60; 'complete': 0.63; 'trusted': 0.64; '910,': 0.84; 'pip': 0.84; 'wheel': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=OkmYahJKQnBVhNYwPG/FjooOYsljjFfh0IBbTx2BHWQ=; b=GokP4McoqZRcUoNaUBv/2pfv/vSkcBT9IVxQYz+EtDWIFW7TzMueVNm4rdIVKWcT0Q yz1NC32BjHIoRb4EIkTBvRBHh3erHVo98ZOxZ8/OZIuLRseFMbhP9CjYYTpZBEQ9jtu/ pxxn3OIuq1QHCXaygaIKAheiJ/UOy2Hn7tz8qf7Sg9FOdFbyIpBOJcvh2ZF3tyG/IYCk FcdYuqYCUczSTqCYqpbJwdU1Gq05iYkgIAApAsHO1Ruwj2IRHio/ydeeUul+RYzgqrlz x/laNvWIAD5a1hKGp0pc4l1hZ1LodaRO7wyNC/lup7ktPeYpjfXLdqmJ8Y1ch/66vruy bmNQ==
X-Received by 10.112.234.199 with SMTP id ug7mr10544869lbc.116.1442185559826; Sun, 13 Sep 2015 16:05:59 -0700 (PDT)
MIME-Version 1.0
From paul.hermeneutic@gmail.com
Date Sun, 13 Sep 2015 17:05:40 -0600
Subject Cannot create a virtualenv
To python-list@python.org
Content-Type text/plain; charset=UTF-8
X-Mailman-Approved-At Mon, 14 Sep 2015 09:49:20 +0200
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.519.1442216961.8327.python-list@python.org> (permalink)
Lines 75
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1442216961 news.xs4all.nl 23725 [2001:888:2000:d::a6]:53635
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:96555

Show key headers only | View raw


- I downloaded and installed Python 3.5 64-bit onto a Windows 7 64-bit machine.
- Using `pip install virtualenv` worked fine.
- Now, it is time to create a virtualenv, but it is not working fine.
- I had to add Python 3.5 to the PATH.
- Any suggestions?

C:\ve>virtualenv -p "\Program Files\Python 3.5\python.exe" ve33
Running virtualenv with interpreter C:\Program Files\Python 3.5\python.exe
Using base prefix 'C:\\Program Files\\Python 3.5'
New python executable in ve33\Scripts\python.exe
Installing setuptools, pip, wheel...
  Complete output from command C:\ve\ve33\Scripts\python.exe -c
"import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip wheel:
  Ignoring indexes: https://pypi.python.org/simple
Collecting setuptools
  The repository located at None is not a trusted or secure host and
is being ignored. If this repository is available via HTTPS it is
recommended to use HTTPS instead, otherwis
e you may silence this warning and allow it anyways with '--trusted-host None'.
  The repository located at None is not a trusted or secure host and
is being ignored. If this repository is available via HTTPS it is
recommended to use HTTPS instead, otherwis
e you may silence this warning and allow it anyways with '--trusted-host None'.
  The repository located at None is not a trusted or secure host and
is being ignored. If this repository is available via HTTPS it is
recommended to use HTTPS instead, otherwis
e you may silence this warning and allow it anyways with '--trusted-host None'.
  The repository located at None is not a trusted or secure host and
is being ignored. If this repository is available via HTTPS it is
recommended to use HTTPS instead, otherwis
e you may silence this warning and allow it anyways with '--trusted-host None'.
  The repository located at None is not a trusted or secure host and
is being ignored. If this repository is available via HTTPS it is
recommended to use HTTPS instead, otherwis
e you may silence this warning and allow it anyways with '--trusted-host None'.
  The repository located at None is not a trusted or secure host and
is being ignored. If this repository is available via HTTPS it is
recommended to use HTTPS instead, otherwis
e you may silence this warning and allow it anyways with '--trusted-host None'.
  The repository located at None is not a trusted or secure host and
is being ignored. If this repository is available via HTTPS it is
recommended to use HTTPS instead, otherwis
e you may silence this warning and allow it anyways with '--trusted-host None'.
  The repository located at None is not a trusted or secure host and
is being ignored. If this repository is available via HTTPS it is
recommended to use HTTPS instead, otherwis
e you may silence this warning and allow it anyways with '--trusted-host None'.
  The repository located at None is not a trusted or secure host and
is being ignored. If this repository is available via HTTPS it is
recommended to use HTTPS instead, otherwis
e you may silence this warning and allow it anyways with '--trusted-host None'.
  Could not find a version that satisfies the requirement setuptools
(from versions: )
No matching distribution found for setuptools
----------------------------------------
...Installing setuptools, pip, wheel...done.
Traceback (most recent call last):
  File "c:\program files\python 3.5\lib\site-packages\virtualenv.py",
line 2363, in <module>
    main()
  File "c:\program files\python 3.5\lib\site-packages\virtualenv.py",
line 832, in main
    symlink=options.symlink)
  File "c:\program files\python 3.5\lib\site-packages\virtualenv.py",
line 1004, in create_environment
    install_wheel(to_install, py_executable, search_dirs)
  File "c:\program files\python 3.5\lib\site-packages\virtualenv.py",
line 969, in install_wheel
    'PIP_NO_INDEX': '1'
  File "c:\program files\python 3.5\lib\site-packages\virtualenv.py",
line 910, in call_subprocess
    % (cmd_desc, proc.returncode))
OSError: Command C:\ve\ve33\Scripts\python.exe -c "import sys, pip;
sys...d\"] + sys.argv[1:]))" setuptools pip wheel failed with error
code 1

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Cannot create a virtualenv paul.hermeneutic@gmail.com - 2015-09-13 17:05 -0600

csiph-web