2021-07-29T01:26:04,313 Created temporary directory: /tmp/pip-ephem-wheel-cache-jgcxyoo_ 2021-07-29T01:26:04,316 Created temporary directory: /tmp/pip-req-tracker-ggeiex4_ 2021-07-29T01:26:04,316 Initialized build tracking at /tmp/pip-req-tracker-ggeiex4_ 2021-07-29T01:26:04,317 Created build tracker: /tmp/pip-req-tracker-ggeiex4_ 2021-07-29T01:26:04,317 Entered build tracker: /tmp/pip-req-tracker-ggeiex4_ 2021-07-29T01:26:04,317 Created temporary directory: /tmp/pip-wheel-s27pyb4p 2021-07-29T01:26:04,353 WARNING: The index url "/" seems invalid, please provide a scheme. 2021-07-29T01:26:04,353 WARNING: The index url "t" seems invalid, please provide a scheme. 2021-07-29T01:26:04,353 WARNING: The index url "m" seems invalid, please provide a scheme. 2021-07-29T01:26:04,354 WARNING: The index url "p" seems invalid, please provide a scheme. 2021-07-29T01:26:04,354 Looking in indexes: https://pypi.org/simple, /, t, m, p 2021-07-29T01:26:04,357 WARNING: Location '/the-calculator/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T01:26:04,357 WARNING: Location 't/the-calculator/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T01:26:04,357 WARNING: Location 'm/the-calculator/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T01:26:04,358 WARNING: Location 'p/the-calculator/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T01:26:04,358 1 location(s) to search for versions of the-calculator: 2021-07-29T01:26:04,358 * https://pypi.org/simple/the-calculator/ 2021-07-29T01:26:04,358 Fetching project page and analyzing links: https://pypi.org/simple/the-calculator/ 2021-07-29T01:26:04,359 Getting page https://pypi.org/simple/the-calculator/ 2021-07-29T01:26:04,360 Found index url https://pypi.org/simple 2021-07-29T01:26:04,570 Skipping link: Missing project version for the-calculator: https://files.pythonhosted.org/packages/4c/6e/64109a23bae016b800c2f7952af69ab75da44630f02f0b3b5659c973bf77/The%20Calculator-0.0.1.tar.gz#sha256=f1e42661e4af9256b14e811ccebe363c99f814014ea85cb95631b0eadfa6687a (from https://pypi.org/simple/the-calculator/) 2021-07-29T01:26:04,571 Skipping link: not a file: https://pypi.org/simple/the-calculator/ 2021-07-29T01:26:04,587 Given no hashes to check 0 links for project 'the-calculator': discarding no candidates 2021-07-29T01:26:04,587 ERROR: Could not find a version that satisfies the requirement the-calculator==0.0.1 (from versions: none) 2021-07-29T01:26:04,587 ERROR: No matching distribution found for the-calculator==0.0.1 2021-07-29T01:26:04,588 Exception information: 2021-07-29T01:26:04,588 Traceback (most recent call last): 2021-07-29T01:26:04,588 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-29T01:26:04,588 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-29T01:26:04,588 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-29T01:26:04,588 raise RequirementsConflicted(criterion) 2021-07-29T01:26:04,588 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('the-calculator==0.0.1') 2021-07-29T01:26:04,588 2021-07-29T01:26:04,588 During handling of the above exception, another exception occurred: 2021-07-29T01:26:04,588 2021-07-29T01:26:04,588 Traceback (most recent call last): 2021-07-29T01:26:04,588 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-29T01:26:04,588 result = self._result = resolver.resolve( 2021-07-29T01:26:04,588 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-29T01:26:04,588 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-29T01:26:04,588 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-29T01:26:04,588 raise ResolutionImpossible(e.criterion.information) 2021-07-29T01:26:04,588 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('the-calculator==0.0.1'), parent=None)] 2021-07-29T01:26:04,588 2021-07-29T01:26:04,588 The above exception was the direct cause of the following exception: 2021-07-29T01:26:04,588 2021-07-29T01:26:04,588 Traceback (most recent call last): 2021-07-29T01:26:04,588 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-29T01:26:04,588 status = self.run(options, args) 2021-07-29T01:26:04,588 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-29T01:26:04,588 return func(self, options, args) 2021-07-29T01:26:04,588 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-29T01:26:04,588 requirement_set = resolver.resolve( 2021-07-29T01:26:04,588 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-29T01:26:04,588 raise error from e 2021-07-29T01:26:04,588 pip._internal.exceptions.DistributionNotFound: No matching distribution found for the-calculator==0.0.1 2021-07-29T01:26:04,592 Removed build tracker: '/tmp/pip-req-tracker-ggeiex4_'