2021-10-13T20:10:45,796 Created temporary directory: /tmp/pip-ephem-wheel-cache-a_apb2gi 2021-10-13T20:10:45,798 Created temporary directory: /tmp/pip-req-tracker-8xemu1cc 2021-10-13T20:10:45,799 Initialized build tracking at /tmp/pip-req-tracker-8xemu1cc 2021-10-13T20:10:45,799 Created build tracker: /tmp/pip-req-tracker-8xemu1cc 2021-10-13T20:10:45,799 Entered build tracker: /tmp/pip-req-tracker-8xemu1cc 2021-10-13T20:10:45,800 Created temporary directory: /tmp/pip-wheel-wrq5i6ju 2021-10-13T20:10:45,831 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-10-13T20:10:45,834 2 location(s) to search for versions of freighter: 2021-10-13T20:10:45,834 * https://pypi.org/simple/freighter/ 2021-10-13T20:10:45,834 * https://www.piwheels.org/simple/freighter/ 2021-10-13T20:10:45,835 Fetching project page and analyzing links: https://pypi.org/simple/freighter/ 2021-10-13T20:10:45,835 Getting page https://pypi.org/simple/freighter/ 2021-10-13T20:10:45,837 Found index url https://pypi.org/simple 2021-10-13T20:10:45,927 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/72/ba/d9d995463464190e3713e5240dd2647d84c5d067973c1a5d1ba5791e8c8e/freighter-0.0.1-py3.9.egg#sha256=da9751d71b4c98acedd14569cd1c6d14b1a25257dfe5e0c85ba8bf724c26209c (from https://pypi.org/simple/freighter/) (requires-python:>=3.9) 2021-10-13T20:10:45,928 Found link https://files.pythonhosted.org/packages/88/16/d6598cd2f37b66741925e6e5ca1c99e4435118453f7ff1d4212eba41442f/freighter-0.0.1.tar.gz#sha256=cc08c612278f47f03564ff0cb40661c54e919348402d478dc51ce573686d393d (from https://pypi.org/simple/freighter/) (requires-python:>=3.9), version: 0.0.1 2021-10-13T20:10:45,929 Fetching project page and analyzing links: https://www.piwheels.org/simple/freighter/ 2021-10-13T20:10:45,929 Getting page https://www.piwheels.org/simple/freighter/ 2021-10-13T20:10:45,930 Found index url https://www.piwheels.org/simple 2021-10-13T20:10:46,101 Skipping link: not a file: https://www.piwheels.org/simple/freighter/ 2021-10-13T20:10:46,102 Skipping link: not a file: https://pypi.org/simple/freighter/ 2021-10-13T20:10:46,121 Given no hashes to check 1 links for project 'freighter': discarding no candidates 2021-10-13T20:10:46,139 Collecting freighter==0.0.1 2021-10-13T20:10:46,140 Created temporary directory: /tmp/pip-unpack-y5k6luz7 2021-10-13T20:10:46,316 Downloading freighter-0.0.1.tar.gz (16 kB) 2021-10-13T20:10:46,371 Added freighter==0.0.1 from https://files.pythonhosted.org/packages/88/16/d6598cd2f37b66741925e6e5ca1c99e4435118453f7ff1d4212eba41442f/freighter-0.0.1.tar.gz#sha256=cc08c612278f47f03564ff0cb40661c54e919348402d478dc51ce573686d393d to build tracker '/tmp/pip-req-tracker-8xemu1cc' 2021-10-13T20:10:46,372 Running setup.py (path:/tmp/pip-wheel-wrq5i6ju/freighter_7a0c23b3973c4672970bb884e4fc0f1d/setup.py) egg_info for package freighter 2021-10-13T20:10:46,373 Created temporary directory: /tmp/pip-pip-egg-info-ibvf8peb 2021-10-13T20:10:46,373 Running command python setup.py egg_info 2021-10-13T20:10:47,124 Traceback (most recent call last): 2021-10-13T20:10:47,126 File "", line 1, in 2021-10-13T20:10:47,126 File "/tmp/pip-wheel-wrq5i6ju/freighter_7a0c23b3973c4672970bb884e4fc0f1d/setup.py", line 1, in 2021-10-13T20:10:47,126 import freighter 2021-10-13T20:10:47,127 File "/tmp/pip-wheel-wrq5i6ju/freighter_7a0c23b3973c4672970bb884e4fc0f1d/freighter/__init__.py", line 6, in 2021-10-13T20:10:47,127 from freighter.hooks import * 2021-10-13T20:10:47,127 File "/tmp/pip-wheel-wrq5i6ju/freighter_7a0c23b3973c4672970bb884e4fc0f1d/freighter/hooks.py", line 3, in 2021-10-13T20:10:47,128 from dolreader.dol import DolFile 2021-10-13T20:10:47,128 ModuleNotFoundError: No module named 'dolreader' 2021-10-13T20:10:47,179 WARNING: Discarding https://files.pythonhosted.org/packages/88/16/d6598cd2f37b66741925e6e5ca1c99e4435118453f7ff1d4212eba41442f/freighter-0.0.1.tar.gz#sha256=cc08c612278f47f03564ff0cb40661c54e919348402d478dc51ce573686d393d (from https://pypi.org/simple/freighter/) (requires-python:>=3.9). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-10-13T20:10:47,181 ERROR: Could not find a version that satisfies the requirement freighter==0.0.1 (from versions: 0.0.1) 2021-10-13T20:10:47,181 ERROR: No matching distribution found for freighter==0.0.1 2021-10-13T20:10:47,181 Exception information: 2021-10-13T20:10:47,181 Traceback (most recent call last): 2021-10-13T20:10:47,181 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-10-13T20:10:47,181 name, crit = self._merge_into_criterion(r, parent=None) 2021-10-13T20:10:47,181 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-10-13T20:10:47,181 raise RequirementsConflicted(criterion) 2021-10-13T20:10:47,181 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('freighter==0.0.1') 2021-10-13T20:10:47,181 2021-10-13T20:10:47,181 During handling of the above exception, another exception occurred: 2021-10-13T20:10:47,181 2021-10-13T20:10:47,181 Traceback (most recent call last): 2021-10-13T20:10:47,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-10-13T20:10:47,181 result = self._result = resolver.resolve( 2021-10-13T20:10:47,181 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-10-13T20:10:47,181 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-10-13T20:10:47,181 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-10-13T20:10:47,181 raise ResolutionImpossible(e.criterion.information) 2021-10-13T20:10:47,181 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('freighter==0.0.1'), parent=None)] 2021-10-13T20:10:47,181 2021-10-13T20:10:47,181 The above exception was the direct cause of the following exception: 2021-10-13T20:10:47,181 2021-10-13T20:10:47,181 Traceback (most recent call last): 2021-10-13T20:10:47,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-10-13T20:10:47,181 status = self.run(options, args) 2021-10-13T20:10:47,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-10-13T20:10:47,181 return func(self, options, args) 2021-10-13T20:10:47,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-10-13T20:10:47,181 requirement_set = resolver.resolve( 2021-10-13T20:10:47,181 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-10-13T20:10:47,181 raise error from e 2021-10-13T20:10:47,181 pip._internal.exceptions.DistributionNotFound: No matching distribution found for freighter==0.0.1 2021-10-13T20:10:47,186 Removed freighter==0.0.1 from https://files.pythonhosted.org/packages/88/16/d6598cd2f37b66741925e6e5ca1c99e4435118453f7ff1d4212eba41442f/freighter-0.0.1.tar.gz#sha256=cc08c612278f47f03564ff0cb40661c54e919348402d478dc51ce573686d393d from build tracker '/tmp/pip-req-tracker-8xemu1cc' 2021-10-13T20:10:47,187 Removed build tracker: '/tmp/pip-req-tracker-8xemu1cc'