-
Notifications
You must be signed in to change notification settings - Fork 78
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
Comments
EasyProcess and PyVirtualDisplay were uploaded with different paver version, that caused the conflict with easy_install. |
Hi ponty, Excellent! It worked fine for me now. Thanks for the super speedy reply. |
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): |
I'm also having this issue. Is there a workaround? |
continued on #6 |
Fixed |
Thanks! |
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
The text was updated successfully, but these errors were encountered: