2021-07-09T00:46:22,313 Created temporary directory: /tmp/pip-ephem-wheel-cache-qkfgly9c 2021-07-09T00:46:22,316 Created temporary directory: /tmp/pip-req-tracker-9gjdrhs6 2021-07-09T00:46:22,316 Initialized build tracking at /tmp/pip-req-tracker-9gjdrhs6 2021-07-09T00:46:22,316 Created build tracker: /tmp/pip-req-tracker-9gjdrhs6 2021-07-09T00:46:22,317 Entered build tracker: /tmp/pip-req-tracker-9gjdrhs6 2021-07-09T00:46:22,317 Created temporary directory: /tmp/pip-wheel-as1bvl6g 2021-07-09T00:46:22,351 1 location(s) to search for versions of flfl: 2021-07-09T00:46:22,351 * https://pypi.org/simple/flfl/ 2021-07-09T00:46:22,352 Fetching project page and analyzing links: https://pypi.org/simple/flfl/ 2021-07-09T00:46:22,352 Getting page https://pypi.org/simple/flfl/ 2021-07-09T00:46:22,354 Found index url https://pypi.org/simple 2021-07-09T00:46:22,540 Found link https://files.pythonhosted.org/packages/87/51/ae24544bcb3f21e6241e80175ceea881755a40f6547e5b8f53b0141e3937/flfl-0.0.2.tar.gz#sha256=12463f3409cae51a0c9684818957e685341a7dceb163794faacfe1621b81bda8 (from https://pypi.org/simple/flfl/), version: 0.0.2 2021-07-09T00:46:22,541 Skipping link: not a file: https://pypi.org/simple/flfl/ 2021-07-09T00:46:22,557 Given no hashes to check 1 links for project 'flfl': discarding no candidates 2021-07-09T00:46:22,574 Collecting flfl==0.0.2 2021-07-09T00:46:22,576 Created temporary directory: /tmp/pip-unpack-6ey3dlsc 2021-07-09T00:46:22,770 Downloading flfl-0.0.2.tar.gz (28 kB) 2021-07-09T00:46:22,826 Added flfl==0.0.2 from https://files.pythonhosted.org/packages/87/51/ae24544bcb3f21e6241e80175ceea881755a40f6547e5b8f53b0141e3937/flfl-0.0.2.tar.gz#sha256=12463f3409cae51a0c9684818957e685341a7dceb163794faacfe1621b81bda8 to build tracker '/tmp/pip-req-tracker-9gjdrhs6' 2021-07-09T00:46:22,827 Running setup.py (path:/tmp/pip-wheel-as1bvl6g/flfl_c0b1889991d3428c9afaa40e8806f576/setup.py) egg_info for package flfl 2021-07-09T00:46:22,828 Created temporary directory: /tmp/pip-pip-egg-info-rw1oecn4 2021-07-09T00:46:22,828 Running command python setup.py egg_info 2021-07-09T00:46:23,445 Traceback (most recent call last): 2021-07-09T00:46:23,446 File "", line 1, in 2021-07-09T00:46:23,446 File "/tmp/pip-wheel-as1bvl6g/flfl_c0b1889991d3428c9afaa40e8806f576/setup.py", line 7 2021-07-09T00:46:23,447 print "flfl requires PLY" 2021-07-09T00:46:23,447 ^ 2021-07-09T00:46:23,447 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("flfl requires PLY")? 2021-07-09T00:46:23,495 WARNING: Discarding https://files.pythonhosted.org/packages/87/51/ae24544bcb3f21e6241e80175ceea881755a40f6547e5b8f53b0141e3937/flfl-0.0.2.tar.gz#sha256=12463f3409cae51a0c9684818957e685341a7dceb163794faacfe1621b81bda8 (from https://pypi.org/simple/flfl/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T00:46:23,496 ERROR: Could not find a version that satisfies the requirement flfl==0.0.2 (from versions: 0.0.2) 2021-07-09T00:46:23,496 ERROR: No matching distribution found for flfl==0.0.2 2021-07-09T00:46:23,497 Exception information: 2021-07-09T00:46:23,497 Traceback (most recent call last): 2021-07-09T00:46:23,497 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T00:46:23,497 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T00:46:23,497 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T00:46:23,497 raise RequirementsConflicted(criterion) 2021-07-09T00:46:23,497 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('flfl==0.0.2') 2021-07-09T00:46:23,497 2021-07-09T00:46:23,497 During handling of the above exception, another exception occurred: 2021-07-09T00:46:23,497 2021-07-09T00:46:23,497 Traceback (most recent call last): 2021-07-09T00:46:23,497 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T00:46:23,497 result = self._result = resolver.resolve( 2021-07-09T00:46:23,497 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T00:46:23,497 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T00:46:23,497 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T00:46:23,497 raise ResolutionImpossible(e.criterion.information) 2021-07-09T00:46:23,497 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('flfl==0.0.2'), parent=None)] 2021-07-09T00:46:23,497 2021-07-09T00:46:23,497 The above exception was the direct cause of the following exception: 2021-07-09T00:46:23,497 2021-07-09T00:46:23,497 Traceback (most recent call last): 2021-07-09T00:46:23,497 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T00:46:23,497 status = self.run(options, args) 2021-07-09T00:46:23,497 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T00:46:23,497 return func(self, options, args) 2021-07-09T00:46:23,497 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T00:46:23,497 requirement_set = resolver.resolve( 2021-07-09T00:46:23,497 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T00:46:23,497 raise error from e 2021-07-09T00:46:23,497 pip._internal.exceptions.DistributionNotFound: No matching distribution found for flfl==0.0.2 2021-07-09T00:46:23,502 Removed flfl==0.0.2 from https://files.pythonhosted.org/packages/87/51/ae24544bcb3f21e6241e80175ceea881755a40f6547e5b8f53b0141e3937/flfl-0.0.2.tar.gz#sha256=12463f3409cae51a0c9684818957e685341a7dceb163794faacfe1621b81bda8 from build tracker '/tmp/pip-req-tracker-9gjdrhs6' 2021-07-09T00:46:23,502 Removed build tracker: '/tmp/pip-req-tracker-9gjdrhs6'