2021-03-28T11:41:20,096 Created temporary directory: /tmp/pip-ephem-wheel-cache-1zunjkwl 2021-03-28T11:41:20,099 Created temporary directory: /tmp/pip-req-tracker-bg4loyqy 2021-03-28T11:41:20,100 Initialized build tracking at /tmp/pip-req-tracker-bg4loyqy 2021-03-28T11:41:20,100 Created build tracker: /tmp/pip-req-tracker-bg4loyqy 2021-03-28T11:41:20,100 Entered build tracker: /tmp/pip-req-tracker-bg4loyqy 2021-03-28T11:41:20,101 Created temporary directory: /tmp/pip-wheel-s7ttnz2a 2021-03-28T11:41:20,137 1 location(s) to search for versions of thdl: 2021-03-28T11:41:20,137 * https://pypi.org/simple/thdl/ 2021-03-28T11:41:20,138 Fetching project page and analyzing links: https://pypi.org/simple/thdl/ 2021-03-28T11:41:20,138 Getting page https://pypi.org/simple/thdl/ 2021-03-28T11:41:20,140 Found index url https://pypi.org/simple 2021-03-28T11:41:20,279 Found link https://files.pythonhosted.org/packages/06/1f/b15907fa6c98570d5b784c416dfd06d68d4609915ba300c782299fafbd89/thdl-0.0.1.tar.gz#sha256=6a2ad1e66d38a3a23eedb3d314551f93d44fb2032a0ed5d6a78cf705d2736164 (from https://pypi.org/simple/thdl/), version: 0.0.1 2021-03-28T11:41:20,280 Found link https://files.pythonhosted.org/packages/64/5b/652bfb1c13f60ee3d17ec3f793e634816415d00e9d6e46434cae2c5665e8/thdl-0.0.2.tar.gz#sha256=a4069333ef553ed11ded3579afa7c11315d6d5dee65b05ebd73b2ece2b4823b7 (from https://pypi.org/simple/thdl/), version: 0.0.2 2021-03-28T11:41:20,280 Found link https://files.pythonhosted.org/packages/89/1d/a1aadb7ffcc3c19421d82916f295658c5cdc3c073792e2a79247551a4393/thdl-0.0.3.tar.gz#sha256=265ad1869aeecb954298d7ec736dd6d4dba07ba5a12ea7cb831df0bb4c525775 (from https://pypi.org/simple/thdl/), version: 0.0.3 2021-03-28T11:41:20,294 Given no hashes to check 1 links for project 'thdl': discarding no candidates 2021-03-28T11:41:20,308 Collecting thdl==0.0.3 2021-03-28T11:41:20,310 Created temporary directory: /tmp/pip-unpack-s8q4pphz 2021-03-28T11:41:20,359 Downloading thdl-0.0.3.tar.gz (1.6 kB) 2021-03-28T11:41:20,391 Added thdl==0.0.3 from https://files.pythonhosted.org/packages/89/1d/a1aadb7ffcc3c19421d82916f295658c5cdc3c073792e2a79247551a4393/thdl-0.0.3.tar.gz#sha256=265ad1869aeecb954298d7ec736dd6d4dba07ba5a12ea7cb831df0bb4c525775 to build tracker '/tmp/pip-req-tracker-bg4loyqy' 2021-03-28T11:41:20,393 Running setup.py (path:/tmp/pip-wheel-s7ttnz2a/thdl_8a5c01657cb14b988ef9b858ad3cdd9d/setup.py) egg_info for package thdl 2021-03-28T11:41:20,393 Created temporary directory: /tmp/pip-pip-egg-info-en5n6mm8 2021-03-28T11:41:20,394 Running command python setup.py egg_info 2021-03-28T11:41:21,554 Traceback (most recent call last): 2021-03-28T11:41:21,555 File "/usr/local/lib/python3.7/dist-packages/setuptools/config.py", line 387, in _parse_attr 2021-03-28T11:41:21,556 return getattr(StaticModule(module_name), attr_name) 2021-03-28T11:41:21,557 File "/usr/local/lib/python3.7/dist-packages/setuptools/config.py", line 24, in __init__ 2021-03-28T11:41:21,557 spec = importlib.util.find_spec(name) 2021-03-28T11:41:21,558 File "/usr/lib/python3.7/importlib/util.py", line 94, in find_spec 2021-03-28T11:41:21,559 parent = __import__(parent_name, fromlist=['__path__']) 2021-03-28T11:41:21,559 ModuleNotFoundError: No module named 'thdl' 2021-03-28T11:41:21,561 During handling of the above exception, another exception occurred: 2021-03-28T11:41:21,561 Traceback (most recent call last): 2021-03-28T11:41:21,562 File "", line 1, in 2021-03-28T11:41:21,562 File "/tmp/pip-wheel-s7ttnz2a/thdl_8a5c01657cb14b988ef9b858ad3cdd9d/setup.py", line 5, in 2021-03-28T11:41:21,563 setuptools.setup() 2021-03-28T11:41:21,563 File "/usr/local/lib/python3.7/dist-packages/setuptools/__init__.py", line 153, in setup 2021-03-28T11:41:21,564 return distutils.core.setup(**attrs) 2021-03-28T11:41:21,564 File "/usr/lib/python3.7/distutils/core.py", line 121, in setup 2021-03-28T11:41:21,564 dist.parse_config_files() 2021-03-28T11:41:21,565 File "/usr/local/lib/python3.7/dist-packages/setuptools/dist.py", line 682, in parse_config_files 2021-03-28T11:41:21,565 ignore_option_errors=ignore_option_errors) 2021-03-28T11:41:21,566 File "/usr/local/lib/python3.7/dist-packages/setuptools/config.py", line 157, in parse_configuration 2021-03-28T11:41:21,566 meta.parse() 2021-03-28T11:41:21,567 File "/usr/local/lib/python3.7/dist-packages/setuptools/config.py", line 463, in parse 2021-03-28T11:41:21,567 section_parser_method(section_options) 2021-03-28T11:41:21,568 File "/usr/local/lib/python3.7/dist-packages/setuptools/config.py", line 436, in parse_section 2021-03-28T11:41:21,568 self[name] = value 2021-03-28T11:41:21,569 File "/usr/local/lib/python3.7/dist-packages/setuptools/config.py", line 220, in __setitem__ 2021-03-28T11:41:21,569 value = parser(value) 2021-03-28T11:41:21,570 File "/usr/local/lib/python3.7/dist-packages/setuptools/config.py", line 552, in _parse_version 2021-03-28T11:41:21,570 version = self._parse_attr(value, self.package_dir) 2021-03-28T11:41:21,570 File "/usr/local/lib/python3.7/dist-packages/setuptools/config.py", line 390, in _parse_attr 2021-03-28T11:41:21,571 module = importlib.import_module(module_name) 2021-03-28T11:41:21,571 File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module 2021-03-28T11:41:21,572 return _bootstrap._gcd_import(name[level:], package, level) 2021-03-28T11:41:21,572 File "", line 1006, in _gcd_import 2021-03-28T11:41:21,572 File "", line 983, in _find_and_load 2021-03-28T11:41:21,573 File "", line 953, in _find_and_load_unlocked 2021-03-28T11:41:21,573 File "", line 219, in _call_with_frames_removed 2021-03-28T11:41:21,573 File "", line 1006, in _gcd_import 2021-03-28T11:41:21,573 File "", line 983, in _find_and_load 2021-03-28T11:41:21,574 File "", line 965, in _find_and_load_unlocked 2021-03-28T11:41:21,574 ModuleNotFoundError: No module named 'thdl' 2021-03-28T11:41:21,613 WARNING: Discarding https://files.pythonhosted.org/packages/89/1d/a1aadb7ffcc3c19421d82916f295658c5cdc3c073792e2a79247551a4393/thdl-0.0.3.tar.gz#sha256=265ad1869aeecb954298d7ec736dd6d4dba07ba5a12ea7cb831df0bb4c525775 (from https://pypi.org/simple/thdl/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-03-28T11:41:21,614 ERROR: Could not find a version that satisfies the requirement thdl==0.0.3 2021-03-28T11:41:21,614 ERROR: No matching distribution found for thdl==0.0.3 2021-03-28T11:41:21,614 Exception information: 2021-03-28T11:41:21,614 Traceback (most recent call last): 2021-03-28T11:41:21,614 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-28T11:41:21,614 crit = self.state.criteria[name] 2021-03-28T11:41:21,614 KeyError: 'thdl' 2021-03-28T11:41:21,614 2021-03-28T11:41:21,614 During handling of the above exception, another exception occurred: 2021-03-28T11:41:21,614 2021-03-28T11:41:21,614 Traceback (most recent call last): 2021-03-28T11:41:21,614 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-28T11:41:21,614 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-28T11:41:21,614 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-28T11:41:21,614 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-28T11:41:21,614 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-28T11:41:21,614 raise RequirementsConflicted(criterion) 2021-03-28T11:41:21,614 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('thdl==0.0.3') 2021-03-28T11:41:21,614 2021-03-28T11:41:21,614 During handling of the above exception, another exception occurred: 2021-03-28T11:41:21,614 2021-03-28T11:41:21,614 Traceback (most recent call last): 2021-03-28T11:41:21,614 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-28T11:41:21,614 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-28T11:41:21,614 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-28T11:41:21,614 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-28T11:41:21,614 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-28T11:41:21,614 raise ResolutionImpossible(e.criterion.information) 2021-03-28T11:41:21,614 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('thdl==0.0.3'), parent=None)] 2021-03-28T11:41:21,614 2021-03-28T11:41:21,614 The above exception was the direct cause of the following exception: 2021-03-28T11:41:21,614 2021-03-28T11:41:21,614 Traceback (most recent call last): 2021-03-28T11:41:21,614 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-28T11:41:21,614 status = self.run(options, args) 2021-03-28T11:41:21,614 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-28T11:41:21,614 return func(self, options, args) 2021-03-28T11:41:21,614 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-28T11:41:21,614 reqs, check_supported_wheels=True 2021-03-28T11:41:21,614 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-28T11:41:21,614 six.raise_from(error, e) 2021-03-28T11:41:21,614 File "", line 3, in raise_from 2021-03-28T11:41:21,614 pip._internal.exceptions.DistributionNotFound: No matching distribution found for thdl==0.0.3 2021-03-28T11:41:21,620 Removed thdl==0.0.3 from https://files.pythonhosted.org/packages/89/1d/a1aadb7ffcc3c19421d82916f295658c5cdc3c073792e2a79247551a4393/thdl-0.0.3.tar.gz#sha256=265ad1869aeecb954298d7ec736dd6d4dba07ba5a12ea7cb831df0bb4c525775 from build tracker '/tmp/pip-req-tracker-bg4loyqy' 2021-03-28T11:41:21,620 Removed build tracker: '/tmp/pip-req-tracker-bg4loyqy'