2021-07-09T06:39:38,969 Created temporary directory: /tmp/pip-ephem-wheel-cache-ixw60ua9 2021-07-09T06:39:38,972 Created temporary directory: /tmp/pip-req-tracker-445eztcp 2021-07-09T06:39:38,973 Initialized build tracking at /tmp/pip-req-tracker-445eztcp 2021-07-09T06:39:38,973 Created build tracker: /tmp/pip-req-tracker-445eztcp 2021-07-09T06:39:38,973 Entered build tracker: /tmp/pip-req-tracker-445eztcp 2021-07-09T06:39:38,973 Created temporary directory: /tmp/pip-wheel-e_md7537 2021-07-09T06:39:39,006 1 location(s) to search for versions of yorick: 2021-07-09T06:39:39,006 * https://pypi.org/simple/yorick/ 2021-07-09T06:39:39,007 Fetching project page and analyzing links: https://pypi.org/simple/yorick/ 2021-07-09T06:39:39,007 Getting page https://pypi.org/simple/yorick/ 2021-07-09T06:39:39,009 Found index url https://pypi.org/simple 2021-07-09T06:39:39,193 Found link https://files.pythonhosted.org/packages/e9/de/8bc6bdcd5b1756de5218a634c62f5848d5ba715e948a0f58ecb92b69c9f5/yorick-0.1pre.tar.gz#sha256=3ed8827018a159ad417e376405ac5c8df44d0979349cb98e75f4d4b7379324a9 (from https://pypi.org/simple/yorick/), version: 0.1pre 2021-07-09T06:39:39,193 Skipping link: not a file: https://pypi.org/simple/yorick/ 2021-07-09T06:39:39,209 Given no hashes to check 1 links for project 'yorick': discarding no candidates 2021-07-09T06:39:39,226 Collecting yorick==0.1pre 2021-07-09T06:39:39,228 Created temporary directory: /tmp/pip-unpack-gp0gfuv0 2021-07-09T06:39:39,398 Downloading yorick-0.1pre.tar.gz (5.3 kB) 2021-07-09T06:39:39,460 Added yorick==0.1pre from https://files.pythonhosted.org/packages/e9/de/8bc6bdcd5b1756de5218a634c62f5848d5ba715e948a0f58ecb92b69c9f5/yorick-0.1pre.tar.gz#sha256=3ed8827018a159ad417e376405ac5c8df44d0979349cb98e75f4d4b7379324a9 to build tracker '/tmp/pip-req-tracker-445eztcp' 2021-07-09T06:39:39,462 Running setup.py (path:/tmp/pip-wheel-e_md7537/yorick_b0cbea1610014aed892fc98b7d93c5cf/setup.py) egg_info for package yorick 2021-07-09T06:39:39,463 Created temporary directory: /tmp/pip-pip-egg-info-ser0tyr3 2021-07-09T06:39:39,463 Running command python setup.py egg_info 2021-07-09T06:39:40,070 Traceback (most recent call last): 2021-07-09T06:39:40,071 File "", line 1, in 2021-07-09T06:39:40,071 File "/tmp/pip-wheel-e_md7537/yorick_b0cbea1610014aed892fc98b7d93c5cf/setup.py", line 10 2021-07-09T06:39:40,071 print "WARNING: The long readme wasn't converted properly" 2021-07-09T06:39:40,072 ^ 2021-07-09T06:39:40,072 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("WARNING: The long readme wasn't converted properly")? 2021-07-09T06:39:40,120 WARNING: Discarding https://files.pythonhosted.org/packages/e9/de/8bc6bdcd5b1756de5218a634c62f5848d5ba715e948a0f58ecb92b69c9f5/yorick-0.1pre.tar.gz#sha256=3ed8827018a159ad417e376405ac5c8df44d0979349cb98e75f4d4b7379324a9 (from https://pypi.org/simple/yorick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T06:39:40,121 ERROR: Could not find a version that satisfies the requirement yorick==0.1pre (from versions: 0.1rc0) 2021-07-09T06:39:40,121 ERROR: No matching distribution found for yorick==0.1pre 2021-07-09T06:39:40,122 Exception information: 2021-07-09T06:39:40,122 Traceback (most recent call last): 2021-07-09T06:39:40,122 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T06:39:40,122 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T06:39:40,122 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T06:39:40,122 raise RequirementsConflicted(criterion) 2021-07-09T06:39:40,122 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('yorick==0.1pre') 2021-07-09T06:39:40,122 2021-07-09T06:39:40,122 During handling of the above exception, another exception occurred: 2021-07-09T06:39:40,122 2021-07-09T06:39:40,122 Traceback (most recent call last): 2021-07-09T06:39:40,122 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T06:39:40,122 result = self._result = resolver.resolve( 2021-07-09T06:39:40,122 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T06:39:40,122 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T06:39:40,122 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T06:39:40,122 raise ResolutionImpossible(e.criterion.information) 2021-07-09T06:39:40,122 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('yorick==0.1pre'), parent=None)] 2021-07-09T06:39:40,122 2021-07-09T06:39:40,122 The above exception was the direct cause of the following exception: 2021-07-09T06:39:40,122 2021-07-09T06:39:40,122 Traceback (most recent call last): 2021-07-09T06:39:40,122 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T06:39:40,122 status = self.run(options, args) 2021-07-09T06:39:40,122 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T06:39:40,122 return func(self, options, args) 2021-07-09T06:39:40,122 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T06:39:40,122 requirement_set = resolver.resolve( 2021-07-09T06:39:40,122 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T06:39:40,122 raise error from e 2021-07-09T06:39:40,122 pip._internal.exceptions.DistributionNotFound: No matching distribution found for yorick==0.1pre 2021-07-09T06:39:40,126 Removed yorick==0.1pre from https://files.pythonhosted.org/packages/e9/de/8bc6bdcd5b1756de5218a634c62f5848d5ba715e948a0f58ecb92b69c9f5/yorick-0.1pre.tar.gz#sha256=3ed8827018a159ad417e376405ac5c8df44d0979349cb98e75f4d4b7379324a9 from build tracker '/tmp/pip-req-tracker-445eztcp' 2021-07-09T06:39:40,127 Removed build tracker: '/tmp/pip-req-tracker-445eztcp'