[bug-notifications] [python27 0005005]: unable to install virtualenv: ImportError: No module named md5

Mantis Bug Tracker noreply at opencsw.org
Tue Aug 27 12:22:37 CEST 2013


A NOTE has been added to this issue. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=5005 
====================================================================== 
Reported By:                ghenry
Assigned To:                
====================================================================== 
Project:                    python27
Issue ID:                   5005
Category:                   regular use
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-09-30 15:27 CEST
Last Modified:              2013-08-27 12:22 CEST
====================================================================== 
Summary:                    unable to install virtualenv: ImportError: No module
named md5
Description: 
on solaris 10 (sparc), i'm trying to install virtualenv according to:
http://www.pip-installer.org/en/latest/installing.html

it fails with the following messages:

t2000-root% /opt/csw/bin/python virtualenv.py my_new_env
New python executable in my_new_env/bin/python
Installing setuptools......
  Complete output from command /donnees/virtualenv/my_new_env/bin/python -c
"#!python
\"\"\"Bootstra...sys.argv[1:])






" --always-copy -U setuptools:
  Traceback (most recent call last):
  File "<string>", line 67, in <module>
ImportError: No module named md5
----------------------------------------
...Installing setuptools...done.
Traceback (most recent call last):
  File "virtualenv.py", line 2471, in <module>
    main()
  File "virtualenv.py", line 942, in main
    never_download=options.never_download)
  File "virtualenv.py", line 1052, in create_environment
    search_dirs=search_dirs, never_download=never_download)
  File "virtualenv.py", line 599, in install_setuptools
    search_dirs=search_dirs, never_download=never_download)
  File "virtualenv.py", line 571, in _install_req
    cwd=cwd)
  File "virtualenv.py", line 1020, in call_subprocess
    % (cmd_desc, proc.returncode))
OSError: Command /donnees/virtualenv/my_new_env/bin/python -c "#!python
\"\"\"Bootstra...sys.argv[1:])






" --always-copy -U setuptools failed with error code 1
 
====================================================================== 

---------------------------------------------------------------------- 
 (0010554) maciej (developer) - 2013-08-27 12:22
 https://www.opencsw.org/mantis/view.php?id=5005#c10554 
---------------------------------------------------------------------- 
Was the report copied from the old one or was it rerun again?

I'm asking because we've made major changes to our Python packages and the
old behavior doesn't necessarily have anything to do with the new one.

It's very probable thay the virtualenv package needs to be rebuilt against
the new python packages and it will fix the issue. I suggest making a new
virtualenv package and looking what happens.



More information about the bug-notifications mailing list