2021-04-04T19:04:43,411 Created temporary directory: /tmp/pip-ephem-wheel-cache-vynjlwvp 2021-04-04T19:04:43,414 Created temporary directory: /tmp/pip-req-tracker-mn2k5q57 2021-04-04T19:04:43,414 Initialized build tracking at /tmp/pip-req-tracker-mn2k5q57 2021-04-04T19:04:43,415 Created build tracker: /tmp/pip-req-tracker-mn2k5q57 2021-04-04T19:04:43,415 Entered build tracker: /tmp/pip-req-tracker-mn2k5q57 2021-04-04T19:04:43,415 Created temporary directory: /tmp/pip-wheel-yt2f7f0u 2021-04-04T19:04:43,452 1 location(s) to search for versions of osm2paths: 2021-04-04T19:04:43,452 * https://pypi.org/simple/osm2paths/ 2021-04-04T19:04:43,452 Fetching project page and analyzing links: https://pypi.org/simple/osm2paths/ 2021-04-04T19:04:43,453 Getting page https://pypi.org/simple/osm2paths/ 2021-04-04T19:04:43,454 Found index url https://pypi.org/simple 2021-04-04T19:04:43,547 Found link https://files.pythonhosted.org/packages/9e/ee/54252163e01c902234710890e3092527c7076c5f1ff1f41a5b879783319f/osm2paths-0.0.1.tar.gz#sha256=702a110c348485842ae848cb78af14260c3a47d8d27035d70565194b56d8654b (from https://pypi.org/simple/osm2paths/), version: 0.0.1 2021-04-04T19:04:43,547 Found link https://files.pythonhosted.org/packages/0c/79/3b608c727e1304585cc1508edf28d3ceee919ae3e8d6a0ee25f62a0b93be/osm2paths-0.0.2.tar.gz#sha256=ac1456d23535e3e6d4db9a201246bd4082006f1697e4e5abadc8dc1558357c28 (from https://pypi.org/simple/osm2paths/), version: 0.0.2 2021-04-04T19:04:43,561 Given no hashes to check 1 links for project 'osm2paths': discarding no candidates 2021-04-04T19:04:43,575 Collecting osm2paths==0.0.2 2021-04-04T19:04:43,577 Created temporary directory: /tmp/pip-unpack-th0v0osc 2021-04-04T19:04:43,625 Downloading osm2paths-0.0.2.tar.gz (3.0 kB) 2021-04-04T19:04:43,657 Added osm2paths==0.0.2 from https://files.pythonhosted.org/packages/0c/79/3b608c727e1304585cc1508edf28d3ceee919ae3e8d6a0ee25f62a0b93be/osm2paths-0.0.2.tar.gz#sha256=ac1456d23535e3e6d4db9a201246bd4082006f1697e4e5abadc8dc1558357c28 to build tracker '/tmp/pip-req-tracker-mn2k5q57' 2021-04-04T19:04:43,658 Running setup.py (path:/tmp/pip-wheel-yt2f7f0u/osm2paths_b24ded9619854a6f83c649cfd5a7e750/setup.py) egg_info for package osm2paths 2021-04-04T19:04:43,659 Created temporary directory: /tmp/pip-pip-egg-info-2_nzsa8c 2021-04-04T19:04:43,659 Running command python setup.py egg_info 2021-04-04T19:04:44,473 Traceback (most recent call last): 2021-04-04T19:04:44,474 File "", line 1, in 2021-04-04T19:04:44,474 File "/tmp/pip-wheel-yt2f7f0u/osm2paths_b24ded9619854a6f83c649cfd5a7e750/setup.py", line 15, in 2021-04-04T19:04:44,474 long_description=open('README.md').read() + '\n\n' + open('CHANGELOG.txt').read(), 2021-04-04T19:04:44,475 FileNotFoundError: [Errno 2] No such file or directory: 'CHANGELOG.txt' 2021-04-04T19:04:44,522 WARNING: Discarding https://files.pythonhosted.org/packages/0c/79/3b608c727e1304585cc1508edf28d3ceee919ae3e8d6a0ee25f62a0b93be/osm2paths-0.0.2.tar.gz#sha256=ac1456d23535e3e6d4db9a201246bd4082006f1697e4e5abadc8dc1558357c28 (from https://pypi.org/simple/osm2paths/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-04-04T19:04:44,523 ERROR: Could not find a version that satisfies the requirement osm2paths==0.0.2 2021-04-04T19:04:44,523 ERROR: No matching distribution found for osm2paths==0.0.2 2021-04-04T19:04:44,523 Exception information: 2021-04-04T19:04:44,523 Traceback (most recent call last): 2021-04-04T19:04:44,523 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-04T19:04:44,523 crit = self.state.criteria[name] 2021-04-04T19:04:44,523 KeyError: 'osm2paths' 2021-04-04T19:04:44,523 2021-04-04T19:04:44,523 During handling of the above exception, another exception occurred: 2021-04-04T19:04:44,523 2021-04-04T19:04:44,523 Traceback (most recent call last): 2021-04-04T19:04:44,523 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-04T19:04:44,523 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-04T19:04:44,523 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-04T19:04:44,523 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-04T19:04:44,523 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-04T19:04:44,523 raise RequirementsConflicted(criterion) 2021-04-04T19:04:44,523 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('osm2paths==0.0.2') 2021-04-04T19:04:44,523 2021-04-04T19:04:44,523 During handling of the above exception, another exception occurred: 2021-04-04T19:04:44,523 2021-04-04T19:04:44,523 Traceback (most recent call last): 2021-04-04T19:04:44,523 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-04T19:04:44,523 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-04T19:04:44,523 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-04T19:04:44,523 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-04T19:04:44,523 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-04T19:04:44,523 raise ResolutionImpossible(e.criterion.information) 2021-04-04T19:04:44,523 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('osm2paths==0.0.2'), parent=None)] 2021-04-04T19:04:44,523 2021-04-04T19:04:44,523 The above exception was the direct cause of the following exception: 2021-04-04T19:04:44,523 2021-04-04T19:04:44,523 Traceback (most recent call last): 2021-04-04T19:04:44,523 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-04-04T19:04:44,523 status = self.run(options, args) 2021-04-04T19:04:44,523 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-04-04T19:04:44,523 return func(self, options, args) 2021-04-04T19:04:44,523 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-04-04T19:04:44,523 reqs, check_supported_wheels=True 2021-04-04T19:04:44,523 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-04T19:04:44,523 six.raise_from(error, e) 2021-04-04T19:04:44,523 File "", line 3, in raise_from 2021-04-04T19:04:44,523 pip._internal.exceptions.DistributionNotFound: No matching distribution found for osm2paths==0.0.2 2021-04-04T19:04:44,529 Removed osm2paths==0.0.2 from https://files.pythonhosted.org/packages/0c/79/3b608c727e1304585cc1508edf28d3ceee919ae3e8d6a0ee25f62a0b93be/osm2paths-0.0.2.tar.gz#sha256=ac1456d23535e3e6d4db9a201246bd4082006f1697e4e5abadc8dc1558357c28 from build tracker '/tmp/pip-req-tracker-mn2k5q57' 2021-04-04T19:04:44,530 Removed build tracker: '/tmp/pip-req-tracker-mn2k5q57'