Skip to content

Instantly share code, notes, and snippets.

@Enzime
Created August 26, 2018 11:00
Show Gist options
  • Save Enzime/2d04bd9ac32c5b10f27a7ed6e0766c25 to your computer and use it in GitHub Desktop.
Save Enzime/2d04bd9ac32c5b10f27a7ed6e0766c25 to your computer and use it in GitHub Desktop.
building '/nix/store/83n4z4f2wswrddgbnpwpsr3p55z1pgp7-python3.6-rlp-1.0.1.drv'...
unpacking sources
unpacking source archive /nix/store/gszvqqa0jw8spdlrfsn0jxx4dfbb377b-rlp-1.0.1.tar.gz
source root is rlp-1.0.1
setting SOURCE_DATE_EPOCH to timestamp 1524749610 of file rlp-1.0.1/setup.cfg
patching sources
configuring
building
Download error on https://pypi.org/simple/setuptools-markdown/: [Errno -2] Name or service not known -- Some packages may not be found!
Couldn't find index page for 'setuptools-markdown' (maybe misspelled?)
Download error on https://pypi.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found!
No local packages or working download links found for setuptools-markdown
Traceback (most recent call last):
File "nix_run_setup", line 8, in <module>
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
File "setup.py", line 66, in <module>
'Programming Language :: Python :: Implementation :: PyPy',
File "/nix/store/rivv03ml1apl0asrkvs5yy6r9d0whfga-python3.6-bootstrapped-pip-18.0/lib/python3.6/site-packages/setuptools/__init__.py", line 130, in setup
_install_setup_requires(attrs)
File "/nix/store/rivv03ml1apl0asrkvs5yy6r9d0whfga-python3.6-bootstrapped-pip-18.0/lib/python3.6/site-packages/setuptools/__init__.py", line 125, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/nix/store/rivv03ml1apl0asrkvs5yy6r9d0whfga-python3.6-bootstrapped-pip-18.0/lib/python3.6/site-packages/setuptools/dist.py", line 514, in fetch_build_eggs
replace_conflicting=True,
File "/nix/store/rivv03ml1apl0asrkvs5yy6r9d0whfga-python3.6-bootstrapped-pip-18.0/lib/python3.6/site-packages/pkg_resources/__init__.py", line 773, in resolve
replace_conflicting=replace_conflicting
File "/nix/store/rivv03ml1apl0asrkvs5yy6r9d0whfga-python3.6-bootstrapped-pip-18.0/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1056, in best_match
return self.obtain(req, installer)
File "/nix/store/rivv03ml1apl0asrkvs5yy6r9d0whfga-python3.6-bootstrapped-pip-18.0/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1068, in obtain
return installer(requirement)
File "/nix/store/rivv03ml1apl0asrkvs5yy6r9d0whfga-python3.6-bootstrapped-pip-18.0/lib/python3.6/site-packages/setuptools/dist.py", line 581, in fetch_build_egg
return cmd.easy_install(req)
File "/nix/store/rivv03ml1apl0asrkvs5yy6r9d0whfga-python3.6-bootstrapped-pip-18.0/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 670, in easy_install
raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools-markdown')
builder for '/nix/store/83n4z4f2wswrddgbnpwpsr3p55z1pgp7-python3.6-rlp-1.0.1.drv' failed with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment