2021-07-10T05:22:03,137 Created temporary directory: /tmp/pip-ephem-wheel-cache-_pxizt8c 2021-07-10T05:22:03,140 Created temporary directory: /tmp/pip-req-tracker-shrneq3n 2021-07-10T05:22:03,140 Initialized build tracking at /tmp/pip-req-tracker-shrneq3n 2021-07-10T05:22:03,141 Created build tracker: /tmp/pip-req-tracker-shrneq3n 2021-07-10T05:22:03,141 Entered build tracker: /tmp/pip-req-tracker-shrneq3n 2021-07-10T05:22:03,142 Created temporary directory: /tmp/pip-wheel-256vvreh 2021-07-10T05:22:03,176 1 location(s) to search for versions of pyfck: 2021-07-10T05:22:03,176 * https://pypi.org/simple/pyfck/ 2021-07-10T05:22:03,177 Fetching project page and analyzing links: https://pypi.org/simple/pyfck/ 2021-07-10T05:22:03,177 Getting page https://pypi.org/simple/pyfck/ 2021-07-10T05:22:03,179 Found index url https://pypi.org/simple 2021-07-10T05:22:03,358 Found link https://files.pythonhosted.org/packages/33/ad/cb3336a80313740c9e0681d1d7f2508a82c8c3c9b356e337fa4e71008b16/pyfck-0.1dev.zip#sha256=081a75456136f2a4344958686e24b5eb80632d4cade9e857aa878d7f58691092 (from https://pypi.org/simple/pyfck/), version: 0.1dev 2021-07-10T05:22:03,358 Skipping link: not a file: https://pypi.org/simple/pyfck/ 2021-07-10T05:22:03,376 Given no hashes to check 1 links for project 'pyfck': discarding no candidates 2021-07-10T05:22:03,394 Collecting pyfck==0.1dev 2021-07-10T05:22:03,396 Created temporary directory: /tmp/pip-unpack-otg50zfk 2021-07-10T05:22:03,680 Downloading pyfck-0.1dev.zip (6.2 kB) 2021-07-10T05:22:03,720 Added pyfck==0.1dev from https://files.pythonhosted.org/packages/33/ad/cb3336a80313740c9e0681d1d7f2508a82c8c3c9b356e337fa4e71008b16/pyfck-0.1dev.zip#sha256=081a75456136f2a4344958686e24b5eb80632d4cade9e857aa878d7f58691092 to build tracker '/tmp/pip-req-tracker-shrneq3n' 2021-07-10T05:22:03,721 Running setup.py (path:/tmp/pip-wheel-256vvreh/pyfck_c6cca9a443234f2d9877337316e51305/setup.py) egg_info for package pyfck 2021-07-10T05:22:03,721 Created temporary directory: /tmp/pip-pip-egg-info-wqra3v74 2021-07-10T05:22:03,722 Running command python setup.py egg_info 2021-07-10T05:22:04,371 Traceback (most recent call last): 2021-07-10T05:22:04,372 File "", line 1, in 2021-07-10T05:22:04,372 File "/tmp/pip-wheel-256vvreh/pyfck_c6cca9a443234f2d9877337316e51305/setup.py", line 4 2021-07-10T05:22:04,373 print "Sorry, but Python 3 isn't inherently supported yet" 2021-07-10T05:22:04,373 ^ 2021-07-10T05:22:04,373 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Sorry, but Python 3 isn't inherently supported yet")? 2021-07-10T05:22:04,419 WARNING: Discarding https://files.pythonhosted.org/packages/33/ad/cb3336a80313740c9e0681d1d7f2508a82c8c3c9b356e337fa4e71008b16/pyfck-0.1dev.zip#sha256=081a75456136f2a4344958686e24b5eb80632d4cade9e857aa878d7f58691092 (from https://pypi.org/simple/pyfck/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T05:22:04,421 ERROR: Could not find a version that satisfies the requirement pyfck==0.1dev (from versions: 0.1.dev0) 2021-07-10T05:22:04,421 ERROR: No matching distribution found for pyfck==0.1dev 2021-07-10T05:22:04,421 Exception information: 2021-07-10T05:22:04,421 Traceback (most recent call last): 2021-07-10T05:22:04,421 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T05:22:04,421 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T05:22:04,421 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T05:22:04,421 raise RequirementsConflicted(criterion) 2021-07-10T05:22:04,421 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pyfck==0.1dev') 2021-07-10T05:22:04,421 2021-07-10T05:22:04,421 During handling of the above exception, another exception occurred: 2021-07-10T05:22:04,421 2021-07-10T05:22:04,421 Traceback (most recent call last): 2021-07-10T05:22:04,421 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T05:22:04,421 result = self._result = resolver.resolve( 2021-07-10T05:22:04,421 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T05:22:04,421 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T05:22:04,421 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T05:22:04,421 raise ResolutionImpossible(e.criterion.information) 2021-07-10T05:22:04,421 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pyfck==0.1dev'), parent=None)] 2021-07-10T05:22:04,421 2021-07-10T05:22:04,421 The above exception was the direct cause of the following exception: 2021-07-10T05:22:04,421 2021-07-10T05:22:04,421 Traceback (most recent call last): 2021-07-10T05:22:04,421 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T05:22:04,421 status = self.run(options, args) 2021-07-10T05:22:04,421 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T05:22:04,421 return func(self, options, args) 2021-07-10T05:22:04,421 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T05:22:04,421 requirement_set = resolver.resolve( 2021-07-10T05:22:04,421 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T05:22:04,421 raise error from e 2021-07-10T05:22:04,421 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pyfck==0.1dev 2021-07-10T05:22:04,426 Removed pyfck==0.1dev from https://files.pythonhosted.org/packages/33/ad/cb3336a80313740c9e0681d1d7f2508a82c8c3c9b356e337fa4e71008b16/pyfck-0.1dev.zip#sha256=081a75456136f2a4344958686e24b5eb80632d4cade9e857aa878d7f58691092 from build tracker '/tmp/pip-req-tracker-shrneq3n' 2021-07-10T05:22:04,426 Removed build tracker: '/tmp/pip-req-tracker-shrneq3n'