Skip to content

Instantly share code, notes, and snippets.

@maralorn
Created September 27, 2017 13:35
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 maralorn/3fc7326ef2e85c6c499f91abab1b79ed to your computer and use it in GitHub Desktop.
Save maralorn/3fc7326ef2e85c6c499f91abab1b79ed to your computer and use it in GitHub Desktop.
nix-build log
running install_scripts
Traceback (most recent call last):
File "nix_run_setup.py", line 8, in <module>
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
File "setup.py", line 18, in <module>
license='MIT')
File "/nix/store/1cmq5nwr6gp51jp1bsq647sqcb3dc3zy-python3-3.5.3/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
File "/nix/store/1cmq5nwr6gp51jp1bsq647sqcb3dc3zy-python3-3.5.3/lib/python3.5/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/nix/store/1cmq5nwr6gp51jp1bsq647sqcb3dc3zy-python3-3.5.3/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/nix/store/v451773x6hdxrnzb1v56djn4i5yhm68a-python3.5-bootstrapped-pip-9.0.1/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 232, in run
self.distinfo_dir)
File "/nix/store/v451773x6hdxrnzb1v56djn4i5yhm68a-python3.5-bootstrapped-pip-9.0.1/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 399, in egg2dist
distribution=self.distribution)
File "/nix/store/v451773x6hdxrnzb1v56djn4i5yhm68a-python3.5-bootstrapped-pip-9.0.1/lib/python3.5/site-packages/wheel/metadata.py", line 176, in pkginfo_to_dict
new_requirements = sorted(convert_requirements(requirements))
File "/nix/store/v451773x6hdxrnzb1v56djn4i5yhm68a-python3.5-bootstrapped-pip-9.0.1/lib/python3.5/site-packages/wheel/metadata.py", line 231, in convert_requirements
parsed_requirement = pkg_resources.Requirement.parse(req)
File "/nix/store/v451773x6hdxrnzb1v56djn4i5yhm68a-python3.5-bootstrapped-pip-9.0.1/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2914, in parse
req, = parse_requirements(s)
ValueError: not enough values to unpack (expected 1, got 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment