[issue35776] Virtualenv 16.2.0 Error Finding Pip

2019-01-18 Thread Zachary Ware


Zachary Ware  added the comment:

virtualenv is not part of the Python standard library; please open an issue on 
the virtualenv bug tracker (https://github.com/pypa/virtualenv/issues).

--
nosy: +zach.ware
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35776] Virtualenv 16.2.0 Error Finding Pip

2019-01-18 Thread Nazar


New submission from Nazar :

Issue resolved by downgrading virtualenv from 16.2.0 to 15.1.0.

$ virtualenv -p python my_venv
Already using interpreter /usr/bin/python
New python executable in /home/your_user_name/my_venv/bin/python
Cannot find a wheel for setuptools
Cannot find a wheel for pip
Installing setuptools, pip, wheel...

  Complete output from command /home/your_user_name/my_venv/bin/python - 
setuptools pip wheel:
  Traceback (most recent call last):
  File "", line 11, in 
ImportError: No module named pip

...Installing setuptools, pip, wheel...done.
Traceback (most recent call last):
  File "/usr/bin/virtualenv", line 11, in 
load_entry_point('virtualenv==16.2.0', 'console_scripts', 'virtualenv')()
  File "build/bdist.cygwin--x86_64/egg/virtualenv.py", line 768, in 
main
  File "build/bdist.cygwin--x86_64/egg/virtualenv.py", line 1030, in 
create_environment
  File "build/bdist.cygwin--x86_64/egg/virtualenv.py", line 983, in 
install_wheel
  File "build/bdist.cygwin--x86_64/egg/virtualenv.py", line 861, in 
call_subprocess
OSError: Command /home/your_user_name/my_venv/bin/python - setuptools pip wheel 
failed with error code 1

--
components: Installation
messages: 333986
nosy: NazarTrilisky
priority: normal
severity: normal
status: open
title: Virtualenv 16.2.0 Error Finding Pip
type: behavior
versions: Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com