Path: csiph.com!goblin1!goblin.stu.neva.ru!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: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.051 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.01; 'sys,': 0.07; 'subject:create': 0.09; 'subject:virtualenv': 0.09; 'setuptools': 0.16; 'virtualenv.': 0.16; 'install': 0.25; 'command': 0.26; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; 'code': 0.30; 'worked': 0.34; 'received:google.com': 0.35; 'installing': 0.35; 'to:addr:python-list': 0.36; 'to:addr:python.org': 0.40; 'from:no real name:2**0': 0.60; '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=fSndYfGds4fiILC5lJ2gAgXiT3jFZ2BIufJasc0E978=; b=qcDpiTiz7y35LFUosIkLQZ3KiaH6kUW/+dXXfxeARC9pxoxV7oSNHFLpNuQuRJXOlM EPnX0G/vr0DpJdR8IkA+fbzVQ49Tmf2PUyGiOtT7fV73h95RHdCBo80dnaFj09ajvbTS 9uz68sblacMPwVn2EFAgQPJdhoskjCZYcbSmGARCuNE2wlvWuYm4MsEiqw4Z/pW7Ci2k Yg+bdHHTEECqpKstkEIkioAM/ta1yZuwXkJzLLTdnuwytJNSZdUJx6Dlb1O+RBhnkaDn Ev1CZH1134n5mE2txlI/ugRN/hIs8Oj1IQv7cbkbyOI/M+DFV8gqBE/8hqir0Zqm6I/x M0Mg== X-Received: by 10.152.28.167 with SMTP id c7mr9877500lah.17.1442173925644; Sun, 13 Sep 2015 12:52:05 -0700 (PDT) MIME-Version: 1.0 From: paul.hermeneutic@gmail.com Date: Sun, 13 Sep 2015 13:51:46 -0600 Subject: Cannot create a virtualenv To: python-list@python.org Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Sun, 13 Sep 2015 21:54:42 +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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442174083 news.xs4all.nl 23753 [2001:888:2000:d::a6]:57252 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96521 Installing Py 3.5 and `pip install virtualenv` worked fine. However, I cannot create a virtualenv. "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" Any suggestions?