2021-07-09T02:02:42,499 Created temporary directory: /tmp/pip-ephem-wheel-cache-1jmd2iws 2021-07-09T02:02:42,502 Created temporary directory: /tmp/pip-req-tracker-vxxs4que 2021-07-09T02:02:42,503 Initialized build tracking at /tmp/pip-req-tracker-vxxs4que 2021-07-09T02:02:42,503 Created build tracker: /tmp/pip-req-tracker-vxxs4que 2021-07-09T02:02:42,503 Entered build tracker: /tmp/pip-req-tracker-vxxs4que 2021-07-09T02:02:42,504 Created temporary directory: /tmp/pip-wheel-h7fh1t2_ 2021-07-09T02:02:42,536 1 location(s) to search for versions of mmlf: 2021-07-09T02:02:42,536 * https://pypi.org/simple/mmlf/ 2021-07-09T02:02:42,536 Fetching project page and analyzing links: https://pypi.org/simple/mmlf/ 2021-07-09T02:02:42,537 Getting page https://pypi.org/simple/mmlf/ 2021-07-09T02:02:42,538 Found index url https://pypi.org/simple 2021-07-09T02:02:42,736 Found link https://files.pythonhosted.org/packages/13/49/40b825661f51bb3fb25840e00ef4368659b774860548ffc6c61e46715eea/mmlf-1.0.zip#sha256=faafeb44907ae92d4fc62077909a16fb5bf5f2047529964cfd9ae0f2bdf9d408 (from https://pypi.org/simple/mmlf/), version: 1.0 2021-07-09T02:02:42,737 Skipping link: not a file: https://pypi.org/simple/mmlf/ 2021-07-09T02:02:42,753 Given no hashes to check 1 links for project 'mmlf': discarding no candidates 2021-07-09T02:02:42,770 Collecting mmlf==1.0 2021-07-09T02:02:42,771 Created temporary directory: /tmp/pip-unpack-zayc9vxw 2021-07-09T02:02:43,661 Downloading mmlf-1.0.zip (3.2 MB) 2021-07-09T02:02:44,551 Added mmlf==1.0 from https://files.pythonhosted.org/packages/13/49/40b825661f51bb3fb25840e00ef4368659b774860548ffc6c61e46715eea/mmlf-1.0.zip#sha256=faafeb44907ae92d4fc62077909a16fb5bf5f2047529964cfd9ae0f2bdf9d408 to build tracker '/tmp/pip-req-tracker-vxxs4que' 2021-07-09T02:02:44,552 Running setup.py (path:/tmp/pip-wheel-h7fh1t2_/mmlf_988799279de74dff90ffc45552c8f00f/setup.py) egg_info for package mmlf 2021-07-09T02:02:44,553 Created temporary directory: /tmp/pip-pip-egg-info-t8f5g5ax 2021-07-09T02:02:44,553 Running command python setup.py egg_info 2021-07-09T02:02:45,188 Traceback (most recent call last): 2021-07-09T02:02:45,189 File "", line 1, in 2021-07-09T02:02:45,189 File "/tmp/pip-wheel-h7fh1t2_/mmlf_988799279de74dff90ffc45552c8f00f/setup.py", line 117 2021-07-09T02:02:45,189 print "Invalid input, please type 'y' or 'n'." 2021-07-09T02:02:45,190 ^ 2021-07-09T02:02:45,190 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Invalid input, please type 'y' or 'n'.")? 2021-07-09T02:02:45,238 WARNING: Discarding https://files.pythonhosted.org/packages/13/49/40b825661f51bb3fb25840e00ef4368659b774860548ffc6c61e46715eea/mmlf-1.0.zip#sha256=faafeb44907ae92d4fc62077909a16fb5bf5f2047529964cfd9ae0f2bdf9d408 (from https://pypi.org/simple/mmlf/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T02:02:45,240 ERROR: Could not find a version that satisfies the requirement mmlf==1.0 (from versions: 1.0) 2021-07-09T02:02:45,240 ERROR: No matching distribution found for mmlf==1.0 2021-07-09T02:02:45,240 Exception information: 2021-07-09T02:02:45,240 Traceback (most recent call last): 2021-07-09T02:02:45,240 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T02:02:45,240 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T02:02:45,240 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T02:02:45,240 raise RequirementsConflicted(criterion) 2021-07-09T02:02:45,240 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mmlf==1.0') 2021-07-09T02:02:45,240 2021-07-09T02:02:45,240 During handling of the above exception, another exception occurred: 2021-07-09T02:02:45,240 2021-07-09T02:02:45,240 Traceback (most recent call last): 2021-07-09T02:02:45,240 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T02:02:45,240 result = self._result = resolver.resolve( 2021-07-09T02:02:45,240 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T02:02:45,240 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T02:02:45,240 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T02:02:45,240 raise ResolutionImpossible(e.criterion.information) 2021-07-09T02:02:45,240 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mmlf==1.0'), parent=None)] 2021-07-09T02:02:45,240 2021-07-09T02:02:45,240 The above exception was the direct cause of the following exception: 2021-07-09T02:02:45,240 2021-07-09T02:02:45,240 Traceback (most recent call last): 2021-07-09T02:02:45,240 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T02:02:45,240 status = self.run(options, args) 2021-07-09T02:02:45,240 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T02:02:45,240 return func(self, options, args) 2021-07-09T02:02:45,240 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T02:02:45,240 requirement_set = resolver.resolve( 2021-07-09T02:02:45,240 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T02:02:45,240 raise error from e 2021-07-09T02:02:45,240 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mmlf==1.0 2021-07-09T02:02:45,245 Removed mmlf==1.0 from https://files.pythonhosted.org/packages/13/49/40b825661f51bb3fb25840e00ef4368659b774860548ffc6c61e46715eea/mmlf-1.0.zip#sha256=faafeb44907ae92d4fc62077909a16fb5bf5f2047529964cfd9ae0f2bdf9d408 from build tracker '/tmp/pip-req-tracker-vxxs4que' 2021-07-09T02:02:45,245 Removed build tracker: '/tmp/pip-req-tracker-vxxs4que'