2021-07-10T04:57:13,286 Created temporary directory: /tmp/pip-ephem-wheel-cache-j923anu7 2021-07-10T04:57:13,290 Created temporary directory: /tmp/pip-req-tracker-2njfwe8_ 2021-07-10T04:57:13,290 Initialized build tracking at /tmp/pip-req-tracker-2njfwe8_ 2021-07-10T04:57:13,290 Created build tracker: /tmp/pip-req-tracker-2njfwe8_ 2021-07-10T04:57:13,291 Entered build tracker: /tmp/pip-req-tracker-2njfwe8_ 2021-07-10T04:57:13,291 Created temporary directory: /tmp/pip-wheel-h4wxf3k3 2021-07-10T04:57:13,325 1 location(s) to search for versions of customer-mlscrcom: 2021-07-10T04:57:13,325 * https://pypi.org/simple/customer-mlscrcom/ 2021-07-10T04:57:13,325 Fetching project page and analyzing links: https://pypi.org/simple/customer-mlscrcom/ 2021-07-10T04:57:13,326 Getting page https://pypi.org/simple/customer-mlscrcom/ 2021-07-10T04:57:13,327 Found index url https://pypi.org/simple 2021-07-10T04:57:13,416 Found link https://files.pythonhosted.org/packages/ce/35/6458f8c7280d6c571066cc0d6dcf21f9195bc04ac5528cdf1904af2b2c07/customer.mlscrcom-0.2.zip#sha256=0eb2d6c27cccf97d4eb0f260cef0d9ddf592c2b1df37960ad8ffd6af086dc4cc (from https://pypi.org/simple/customer-mlscrcom/), version: 0.2 2021-07-10T04:57:13,416 Found link https://files.pythonhosted.org/packages/ff/e6/2e15d7a33a91d4f3e09725c6afa270ea3bf2f30ec369f141ed4644a6af5a/customer.mlscrcom-0.3.zip#sha256=5de50bb92d22e3b5b331cfb5370867df5d7210baf75a24875ed66b3249280653 (from https://pypi.org/simple/customer-mlscrcom/), version: 0.3 2021-07-10T04:57:13,416 Found link https://files.pythonhosted.org/packages/48/ed/d0cc78d14b517fe6c456017ef470f893ca7bf60e7f17f8bf83839654e8c1/customer.mlscrcom-0.4.zip#sha256=ab8413961d29ea5767d8d8ee8d343100548b7479afb74e1b087f2654261e05f2 (from https://pypi.org/simple/customer-mlscrcom/), version: 0.4 2021-07-10T04:57:13,417 Skipping link: not a file: https://pypi.org/simple/customer-mlscrcom/ 2021-07-10T04:57:13,435 Given no hashes to check 1 links for project 'customer-mlscrcom': discarding no candidates 2021-07-10T04:57:13,453 Collecting customer-mlscrcom==0.3 2021-07-10T04:57:13,455 Created temporary directory: /tmp/pip-unpack-ttkksbaz 2021-07-10T04:57:13,937 Downloading customer.mlscrcom-0.3.zip (961 kB) 2021-07-10T04:57:14,329 Added customer-mlscrcom==0.3 from https://files.pythonhosted.org/packages/ff/e6/2e15d7a33a91d4f3e09725c6afa270ea3bf2f30ec369f141ed4644a6af5a/customer.mlscrcom-0.3.zip#sha256=5de50bb92d22e3b5b331cfb5370867df5d7210baf75a24875ed66b3249280653 to build tracker '/tmp/pip-req-tracker-2njfwe8_' 2021-07-10T04:57:14,330 Running setup.py (path:/tmp/pip-wheel-h4wxf3k3/customer-mlscrcom_0e582329ed534ceeb9e2fd14e9833541/setup.py) egg_info for package customer-mlscrcom 2021-07-10T04:57:14,331 Created temporary directory: /tmp/pip-pip-egg-info-7ccul1dy 2021-07-10T04:57:14,331 Running command python setup.py egg_info 2021-07-10T04:57:14,968 Traceback (most recent call last): 2021-07-10T04:57:14,969 File "", line 1, in 2021-07-10T04:57:14,969 File "/tmp/pip-wheel-h4wxf3k3/customer-mlscrcom_0e582329ed534ceeb9e2fd14e9833541/setup.py", line 56 2021-07-10T04:57:14,970 print "You tried to %s to %s, while this package "\ 2021-07-10T04:57:14,970 ^ 2021-07-10T04:57:14,970 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("You tried to %s to %s, while this package "\)? 2021-07-10T04:57:15,017 WARNING: Discarding https://files.pythonhosted.org/packages/ff/e6/2e15d7a33a91d4f3e09725c6afa270ea3bf2f30ec369f141ed4644a6af5a/customer.mlscrcom-0.3.zip#sha256=5de50bb92d22e3b5b331cfb5370867df5d7210baf75a24875ed66b3249280653 (from https://pypi.org/simple/customer-mlscrcom/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T04:57:15,019 ERROR: Could not find a version that satisfies the requirement customer-mlscrcom==0.3 (from versions: 0.2, 0.3, 0.4) 2021-07-10T04:57:15,019 ERROR: No matching distribution found for customer-mlscrcom==0.3 2021-07-10T04:57:15,019 Exception information: 2021-07-10T04:57:15,019 Traceback (most recent call last): 2021-07-10T04:57:15,019 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T04:57:15,019 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T04:57:15,019 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T04:57:15,019 raise RequirementsConflicted(criterion) 2021-07-10T04:57:15,019 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('customer-mlscrcom==0.3') 2021-07-10T04:57:15,019 2021-07-10T04:57:15,019 During handling of the above exception, another exception occurred: 2021-07-10T04:57:15,019 2021-07-10T04:57:15,019 Traceback (most recent call last): 2021-07-10T04:57:15,019 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T04:57:15,019 result = self._result = resolver.resolve( 2021-07-10T04:57:15,019 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T04:57:15,019 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T04:57:15,019 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T04:57:15,019 raise ResolutionImpossible(e.criterion.information) 2021-07-10T04:57:15,019 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('customer-mlscrcom==0.3'), parent=None)] 2021-07-10T04:57:15,019 2021-07-10T04:57:15,019 The above exception was the direct cause of the following exception: 2021-07-10T04:57:15,019 2021-07-10T04:57:15,019 Traceback (most recent call last): 2021-07-10T04:57:15,019 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T04:57:15,019 status = self.run(options, args) 2021-07-10T04:57:15,019 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T04:57:15,019 return func(self, options, args) 2021-07-10T04:57:15,019 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T04:57:15,019 requirement_set = resolver.resolve( 2021-07-10T04:57:15,019 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T04:57:15,019 raise error from e 2021-07-10T04:57:15,019 pip._internal.exceptions.DistributionNotFound: No matching distribution found for customer-mlscrcom==0.3 2021-07-10T04:57:15,024 Removed customer-mlscrcom==0.3 from https://files.pythonhosted.org/packages/ff/e6/2e15d7a33a91d4f3e09725c6afa270ea3bf2f30ec369f141ed4644a6af5a/customer.mlscrcom-0.3.zip#sha256=5de50bb92d22e3b5b331cfb5370867df5d7210baf75a24875ed66b3249280653 from build tracker '/tmp/pip-req-tracker-2njfwe8_' 2021-07-10T04:57:15,024 Removed build tracker: '/tmp/pip-req-tracker-2njfwe8_'