Skip to content

Instantly share code, notes, and snippets.

@jaraco
Last active September 11, 2019 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaraco/7f2d7d4c72e8b7dda609209b5cf41505 to your computer and use it in GitHub Desktop.
Save jaraco/7f2d7d4c72e8b7dda609209b5cf41505 to your computer and use it in GitHub Desktop.
$ pip-run -q 'setuptools<34.4' -- -m easy_install configparser
Searching for configparser
Reading https://pypi.python.org/simple/configparser/
Downloading https://files.pythonhosted.org/packages/b1/83/fa54eee6643ffb30ab5a5bebdb523c697363658e46b85729e3d587a3765e/configparser-3.8.1.tar.gz#sha256=bc37850f0cc42a1725a796ef7d92690651bf1af37d744cc63161dac62cabee17
Best match: configparser 3.8.1
Processing configparser-3.8.1.tar.gz
Writing /var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/easy_install-rkvtnjl2/configparser-3.8.1/setup.cfg
Running configparser-3.8.1/setup.py -q bdist_egg --dist-dir /var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/easy_install-rkvtnjl2/configparser-3.8.1/egg-dist-tmp-g2k9nrhy
file src/c.py (for module c) not found
file src/o.py (for module o) not found
file src/n.py (for module n) not found
file src/f.py (for module f) not found
file src/i.py (for module i) not found
file src/g.py (for module g) not found
file src/p.py (for module p) not found
file src/a.py (for module a) not found
file src/r.py (for module r) not found
file src/s.py (for module s) not found
file src/e.py (for module e) not found
file src/r.py (for module r) not found
file src/c.py (for module c) not found
file src/o.py (for module o) not found
file src/n.py (for module n) not found
file src/f.py (for module f) not found
file src/i.py (for module i) not found
file src/g.py (for module g) not found
file src/p.py (for module p) not found
file src/a.py (for module a) not found
file src/r.py (for module r) not found
file src/s.py (for module s) not found
file src/e.py (for module e) not found
file src/r.py (for module r) not found
file src/c.py (for module c) not found
file src/o.py (for module o) not found
file src/n.py (for module n) not found
file src/f.py (for module f) not found
file src/i.py (for module i) not found
file src/g.py (for module g) not found
file src/p.py (for module p) not found
file src/a.py (for module a) not found
file src/r.py (for module r) not found
file src/s.py (for module s) not found
file src/e.py (for module e) not found
file src/r.py (for module r) not found
zip_safe flag not set; analyzing archive contents...
Traceback (most recent call last):
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 157, in save_modules
yield saved
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 198, in setup_context
yield
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 255, in run_setup
DirectorySandbox(setup_dir).run(runner)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 285, in run
return func()
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 253, in runner
_execfile(setup_script, ns)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 47, in _execfile
exec(code, globals, locals)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/easy_install-rkvtnjl2/configparser-3.8.1/setup.py", line 5, in <module>
package_dir={'': 'src'},
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/core.py", line 148, in setup
dist.run_commands()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/bdist_egg.py", line 209, in run
os.path.join(archive_root, 'EGG-INFO'), self.zip_safe()
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/bdist_egg.py", line 245, in zip_safe
return analyze_egg(self.bdist_dir, self.stubs)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/bdist_egg.py", line 355, in analyze_egg
safe = scan_module(egg_dir, base, name, stubs) and safe
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/bdist_egg.py", line 392, in scan_module
code = marshal.load(f)
ValueError: bad marshal data (unknown type code)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/easy_install.py", line 5, in <module>
main()
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/easy_install.py", line 2270, in main
**kw
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/core.py", line 148, in setup
dist.run_commands()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/easy_install.py", line 411, in run
self.easy_install(spec, not self.no_deps)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/easy_install.py", line 674, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/easy_install.py", line 700, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/easy_install.py", line 881, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/easy_install.py", line 1120, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/easy_install.py", line 1106, in run_setup
run_setup(setup_script, args)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 258, in run_setup
raise
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 198, in setup_context
yield
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 169, in save_modules
saved_exc.resume()
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 144, in resume
six.reraise(type, exc, self._tb)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/six.py", line 692, in reraise
raise value.with_traceback(tb)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 157, in save_modules
yield saved
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 198, in setup_context
yield
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 255, in run_setup
DirectorySandbox(setup_dir).run(runner)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 285, in run
return func()
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 253, in runner
_execfile(setup_script, ns)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/sandbox.py", line 47, in _execfile
exec(code, globals, locals)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/easy_install-rkvtnjl2/configparser-3.8.1/setup.py", line 5, in <module>
package_dir={'': 'src'},
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/core.py", line 148, in setup
dist.run_commands()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/bdist_egg.py", line 209, in run
os.path.join(archive_root, 'EGG-INFO'), self.zip_safe()
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/bdist_egg.py", line 245, in zip_safe
return analyze_egg(self.bdist_dir, self.stubs)
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/bdist_egg.py", line 355, in analyze_egg
safe = scan_module(egg_dir, base, name, stubs) and safe
File "/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-run-00ugq67q/setuptools/command/bdist_egg.py", line 392, in scan_module
code = marshal.load(f)
ValueError: bad marshal data (unknown type code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment