Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with easy_install of PyVirtualDisplay #5

Closed
hschilling opened this issue Jan 26, 2012 · 7 comments
Closed

Problems with easy_install of PyVirtualDisplay #5

hschilling opened this issue Jan 26, 2012 · 7 comments

Comments

@hschilling
Copy link

Hello,

Love PyVirtualDisplay but easy_install doesn't work for me on all but one system I have available for testing. I get this error. BTW, pip install does work fine.

easy_install pyvirtualdisplay

(( much snippage ))

Traceback (most recent call last):
File "/hx/u/hschilli/openmdao/T777-add-gui-javascript-unit-tests/devenv/bin/easy_install", line 8, in
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1712, in main
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1716, in
File "/usr/lib/python2.6/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib/python2.6/distutils/dist.py", line 975, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 211, in run
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 446, in easy_install
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 478, in install_item
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 519, in process_distribution
File "build/bdist.linux-i686/egg/pkg_resources.py", line 563, in resolve
plugin_env, full_env=None, installer=None, fallback=True
File "build/bdist.linux-i686/egg/pkg_resources.py", line 799, in best_match

File "build/bdist.linux-i686/egg/pkg_resources.py", line 811, in obtain
self.add(other)
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 446, in easy_install
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 476, in install_item
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 655, in install_eggs
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 930, in build_and_install
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 919, in run_setup
File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 62, in run_setup
File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 105, in run
File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 64, in
File "setup.py", line 6, in
sys.path.insert(0, os.path.normpath(os.path.join(here,
zipimport.ZipImportError: bad local file header in paver-minilib.zip

@ponty
Copy link
Owner

ponty commented Jan 26, 2012

EasyProcess and PyVirtualDisplay were uploaded with different paver version, that caused the conflict with easy_install.
I uploaded the package with updated paver-minilib.zip and the conflict is resolved.
Thanks for the report.

@ponty ponty closed this as completed Jan 26, 2012
@hschilling
Copy link
Author

Hi ponty,

Excellent! It worked fine for me now. Thanks for the super speedy reply.

@hschilling
Copy link
Author

Hi ponty,

I just tried doing an easy_install again but I get the same problem as before. Did you change something at your end? Thanks again for the help!

Traceback (most recent call last):
File "/hx/u/hschilli/openmdao/OpenMDAO-Framework-Base/devenv/bin/easy_install", line 8, in
load_entry_point('setuptools==0.6c12dev-r88846', 'console_scripts', 'easy_install')()
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1712, in main
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1716, in
File "/hx/u/hschilli/local/lib/python2.6/distutils/core.py", line 152, in setup
dist.run_commands()
File "/hx/u/hschilli/local/lib/python2.6/distutils/dist.py", line 975, in run_commands
self.run_command(cmd)
File "/hx/u/hschilli/local/lib/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 211, in run
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 446, in easy_install
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 478, in install_item
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 519, in process_distribution
File "build/bdist.linux-i686/egg/pkg_resources.py", line 563, in resolve
File "build/bdist.linux-i686/egg/pkg_resources.py", line 799, in best_match
File "build/bdist.linux-i686/egg/pkg_resources.py", line 811, in obtain
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 446, in easy_install
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 476, in install_item
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 655, in install_eggs
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 930, in build_and_install
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 919, in run_setup
File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 62, in run_setup
File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 105, in run
File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 64, in
File "setup.py", line 6, in
sys.path.insert(0, os.path.normpath(os.path.join(here,
zipimport.ZipImportError: bad local file header in paver-minilib.zip

@nwiesmueller
Copy link

I'm also having this issue. Is there a workaround?

@ponty
Copy link
Owner

ponty commented Feb 3, 2012

continued on #6

@ponty
Copy link
Owner

ponty commented Feb 9, 2012

Fixed

@hschilling
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants