Created
January 29, 2017 16:44
-
-
Save pradeepchhetri/266b3d6e6fb471378f5b3c1a1bcd8a93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 72, in <module> | |
'Topic :: Utilities', | |
File "/nix/store/2sw5h60dms3ym4nasg4vldv2rn2m5swl-python-2.7.13/lib/python2.7/distutils/core.py", line 111, in setup | |
_setup_distribution = dist = klass(attrs) | |
File "/nix/store/g6689bpmb9wiyxsnk53vdy82kk3xfkfd-python2.7-bootstrapped-pip-9.0.1/lib/python2.7/site-packages/setuptools/dist.py", line 318, in __init__ | |
_Distribution.__init__(self, attrs) | |
File "/nix/store/2sw5h60dms3ym4nasg4vldv2rn2m5swl-python-2.7.13/lib/python2.7/distutils/dist.py", line 287, in __init__ | |
self.finalize_options() | |
File "/nix/store/g6689bpmb9wiyxsnk53vdy82kk3xfkfd-python2.7-bootstrapped-pip-9.0.1/lib/python2.7/site-packages/setuptools/dist.py", line 376, in finalize_options | |
ep.load()(self, ep.name, value) | |
File "build/bdist.linux-x86_64/egg/setuptools_scm/integration.py", line 19, in version_keyword | |
File "build/bdist.linux-x86_64/egg/setuptools_scm/__init__.py", line 117, in get_version | |
File "build/bdist.linux-x86_64/egg/setuptools_scm/__init__.py", line 95, in _do_parse | |
LookupError: setuptools-scm was unable to detect version for '/tmp/nix-build-simp_le-2017-01-29.drv-0/simp_le-3830ca3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment