2021-07-29T13:36:02,921 Created temporary directory: /tmp/pip-ephem-wheel-cache-2h8dw_zg 2021-07-29T13:36:02,925 Created temporary directory: /tmp/pip-req-tracker-baxkr045 2021-07-29T13:36:02,925 Initialized build tracking at /tmp/pip-req-tracker-baxkr045 2021-07-29T13:36:02,925 Created build tracker: /tmp/pip-req-tracker-baxkr045 2021-07-29T13:36:02,925 Entered build tracker: /tmp/pip-req-tracker-baxkr045 2021-07-29T13:36:02,926 Created temporary directory: /tmp/pip-wheel-hjam5_gw 2021-07-29T13:36:02,957 WARNING: The index url "/" seems invalid, please provide a scheme. 2021-07-29T13:36:02,957 WARNING: The index url "t" seems invalid, please provide a scheme. 2021-07-29T13:36:02,958 WARNING: The index url "m" seems invalid, please provide a scheme. 2021-07-29T13:36:02,958 WARNING: The index url "p" seems invalid, please provide a scheme. 2021-07-29T13:36:02,958 Looking in indexes: https://pypi.org/simple, /, t, m, p 2021-07-29T13:36:02,961 WARNING: Location '/uda/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T13:36:02,961 WARNING: Location 't/uda/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T13:36:02,962 WARNING: Location 'm/uda/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T13:36:02,962 WARNING: Location 'p/uda/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T13:36:02,962 1 location(s) to search for versions of uda: 2021-07-29T13:36:02,962 * https://pypi.org/simple/uda/ 2021-07-29T13:36:02,962 Fetching project page and analyzing links: https://pypi.org/simple/uda/ 2021-07-29T13:36:02,963 Getting page https://pypi.org/simple/uda/ 2021-07-29T13:36:02,964 Found index url https://pypi.org/simple 2021-07-29T13:36:03,147 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/a2/67/435395166c832ed87e1e75a90b6eb51d3d55a970582bd547627294dc6a3f/uda-0.0.1-py3.6.egg#sha256=e11f18d8c244936e407d0e6254dbbc5257884beee8f42e6c8b191bd933aa9c79 (from https://pypi.org/simple/uda/) 2021-07-29T13:36:03,147 Found link https://files.pythonhosted.org/packages/81/dc/07b2bf530270c8c1f31531052bf624433fcabcdde7426cb385bb89d648ed/uda-0.0.1.linux-x86_64.tar.gz#sha256=64364c6b2254a7ca8fc1208c3ad2d723b4b04bece8dc1dcafde4d7bf39807438 (from https://pypi.org/simple/uda/), version: 0.0.1.linux-x86_64 2021-07-29T13:36:03,148 Found link https://files.pythonhosted.org/packages/bf/49/d31ef263c1c5462d259b4bcb3ab79880d8875ef14c0867fc9bc7dcf90097/uda-0.0.2.tar.gz#sha256=20281ab455357eb118ca9e0ef5b5b6678dad0b1d36a83370762bb2cffa6693af (from https://pypi.org/simple/uda/), version: 0.0.2 2021-07-29T13:36:03,148 Found link https://files.pythonhosted.org/packages/d0/c9/6f80611fa7de57639a110edcf1297f7f724d07d8461574bd95831295d649/uda-0.0.3.tar.gz#sha256=da90df96b736c6536cc6151ec0ff16844c984add69363f618e428509e106a64c (from https://pypi.org/simple/uda/), version: 0.0.3 2021-07-29T13:36:03,148 Skipping link: not a file: https://pypi.org/simple/uda/ 2021-07-29T13:36:03,166 Given no hashes to check 0 links for project 'uda': discarding no candidates 2021-07-29T13:36:03,167 ERROR: Could not find a version that satisfies the requirement uda==0.0.1 (from versions: 0.0.1.linux-x86_64, 0.0.2, 0.0.3) 2021-07-29T13:36:03,167 ERROR: No matching distribution found for uda==0.0.1 2021-07-29T13:36:03,167 Exception information: 2021-07-29T13:36:03,167 Traceback (most recent call last): 2021-07-29T13:36:03,167 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-29T13:36:03,167 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-29T13:36:03,167 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-29T13:36:03,167 raise RequirementsConflicted(criterion) 2021-07-29T13:36:03,167 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('uda==0.0.1') 2021-07-29T13:36:03,167 2021-07-29T13:36:03,167 During handling of the above exception, another exception occurred: 2021-07-29T13:36:03,167 2021-07-29T13:36:03,167 Traceback (most recent call last): 2021-07-29T13:36:03,167 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-29T13:36:03,167 result = self._result = resolver.resolve( 2021-07-29T13:36:03,167 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-29T13:36:03,167 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-29T13:36:03,167 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-29T13:36:03,167 raise ResolutionImpossible(e.criterion.information) 2021-07-29T13:36:03,167 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('uda==0.0.1'), parent=None)] 2021-07-29T13:36:03,167 2021-07-29T13:36:03,167 The above exception was the direct cause of the following exception: 2021-07-29T13:36:03,167 2021-07-29T13:36:03,167 Traceback (most recent call last): 2021-07-29T13:36:03,167 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-29T13:36:03,167 status = self.run(options, args) 2021-07-29T13:36:03,167 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-29T13:36:03,167 return func(self, options, args) 2021-07-29T13:36:03,167 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-29T13:36:03,167 requirement_set = resolver.resolve( 2021-07-29T13:36:03,167 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-29T13:36:03,167 raise error from e 2021-07-29T13:36:03,167 pip._internal.exceptions.DistributionNotFound: No matching distribution found for uda==0.0.1 2021-07-29T13:36:03,171 Removed build tracker: '/tmp/pip-req-tracker-baxkr045'