2021-07-10T01:22:06,894 Created temporary directory: /tmp/pip-ephem-wheel-cache-0m96kikr 2021-07-10T01:22:06,897 Created temporary directory: /tmp/pip-req-tracker-hskxy8yc 2021-07-10T01:22:06,897 Initialized build tracking at /tmp/pip-req-tracker-hskxy8yc 2021-07-10T01:22:06,897 Created build tracker: /tmp/pip-req-tracker-hskxy8yc 2021-07-10T01:22:06,898 Entered build tracker: /tmp/pip-req-tracker-hskxy8yc 2021-07-10T01:22:06,898 Created temporary directory: /tmp/pip-wheel-b2lsya89 2021-07-10T01:22:06,932 1 location(s) to search for versions of python-freshdesk-client: 2021-07-10T01:22:06,932 * https://pypi.org/simple/python-freshdesk-client/ 2021-07-10T01:22:06,933 Fetching project page and analyzing links: https://pypi.org/simple/python-freshdesk-client/ 2021-07-10T01:22:06,933 Getting page https://pypi.org/simple/python-freshdesk-client/ 2021-07-10T01:22:06,935 Found index url https://pypi.org/simple 2021-07-10T01:22:07,118 Found link https://files.pythonhosted.org/packages/d8/0c/047ad76f658c37fea08e00311c724f7b6b9ee30b0edff008d619d6f95fa7/python-freshdesk-client-0.1.tar.gz#sha256=0f1f5df0ac4dd5e473fae013dcd8f9704230ab77cfbe9a68501d650fff91f66e (from https://pypi.org/simple/python-freshdesk-client/), version: 0.1 2021-07-10T01:22:07,118 Found link https://files.pythonhosted.org/packages/f1/bd/4ac0e09d9ea61118dd413af3ad19eb82abfa4b34abbb8afa71309411443e/python-freshdesk-client-0.1.1.tar.gz#sha256=afa23d17f3bb465d62107aec73889665104bd0af4ae30a1f423b846de0249718 (from https://pypi.org/simple/python-freshdesk-client/), version: 0.1.1 2021-07-10T01:22:07,118 Found link https://files.pythonhosted.org/packages/81/bf/1efdb5acc7ebeb649726dacd81d6a0b81dffccf918a594b4b5b6110542e3/python-freshdesk-client-0.2.tar.gz#sha256=7143965fc1acc8bdcc1dd482879454cbf2a975c684da01328626c3ab4f894a53 (from https://pypi.org/simple/python-freshdesk-client/), version: 0.2 2021-07-10T01:22:07,119 Skipping link: not a file: https://pypi.org/simple/python-freshdesk-client/ 2021-07-10T01:22:07,135 Given no hashes to check 1 links for project 'python-freshdesk-client': discarding no candidates 2021-07-10T01:22:07,153 Collecting python-freshdesk-client==0.1 2021-07-10T01:22:07,154 Created temporary directory: /tmp/pip-unpack-nquh3zn3 2021-07-10T01:22:07,328 Downloading python-freshdesk-client-0.1.tar.gz (2.8 kB) 2021-07-10T01:22:07,363 Added python-freshdesk-client==0.1 from https://files.pythonhosted.org/packages/d8/0c/047ad76f658c37fea08e00311c724f7b6b9ee30b0edff008d619d6f95fa7/python-freshdesk-client-0.1.tar.gz#sha256=0f1f5df0ac4dd5e473fae013dcd8f9704230ab77cfbe9a68501d650fff91f66e to build tracker '/tmp/pip-req-tracker-hskxy8yc' 2021-07-10T01:22:07,364 Running setup.py (path:/tmp/pip-wheel-b2lsya89/python-freshdesk-client_58635bc2bd6e4d4fbfee686fa8deb6f8/setup.py) egg_info for package python-freshdesk-client 2021-07-10T01:22:07,365 Created temporary directory: /tmp/pip-pip-egg-info-q8pioven 2021-07-10T01:22:07,365 Running command python setup.py egg_info 2021-07-10T01:22:07,995 Traceback (most recent call last): 2021-07-10T01:22:07,996 File "", line 1, in 2021-07-10T01:22:07,996 File "/tmp/pip-wheel-b2lsya89/python-freshdesk-client_58635bc2bd6e4d4fbfee686fa8deb6f8/setup.py", line 6, in 2021-07-10T01:22:07,996 README = file(os.path.join( 2021-07-10T01:22:07,996 NameError: name 'file' is not defined 2021-07-10T01:22:08,044 WARNING: Discarding https://files.pythonhosted.org/packages/d8/0c/047ad76f658c37fea08e00311c724f7b6b9ee30b0edff008d619d6f95fa7/python-freshdesk-client-0.1.tar.gz#sha256=0f1f5df0ac4dd5e473fae013dcd8f9704230ab77cfbe9a68501d650fff91f66e (from https://pypi.org/simple/python-freshdesk-client/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T01:22:08,046 ERROR: Could not find a version that satisfies the requirement python-freshdesk-client==0.1 (from versions: 0.1, 0.1.1, 0.2) 2021-07-10T01:22:08,046 ERROR: No matching distribution found for python-freshdesk-client==0.1 2021-07-10T01:22:08,046 Exception information: 2021-07-10T01:22:08,046 Traceback (most recent call last): 2021-07-10T01:22:08,046 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T01:22:08,046 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T01:22:08,046 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T01:22:08,046 raise RequirementsConflicted(criterion) 2021-07-10T01:22:08,046 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('python-freshdesk-client==0.1') 2021-07-10T01:22:08,046 2021-07-10T01:22:08,046 During handling of the above exception, another exception occurred: 2021-07-10T01:22:08,046 2021-07-10T01:22:08,046 Traceback (most recent call last): 2021-07-10T01:22:08,046 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T01:22:08,046 result = self._result = resolver.resolve( 2021-07-10T01:22:08,046 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T01:22:08,046 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T01:22:08,046 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T01:22:08,046 raise ResolutionImpossible(e.criterion.information) 2021-07-10T01:22:08,046 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('python-freshdesk-client==0.1'), parent=None)] 2021-07-10T01:22:08,046 2021-07-10T01:22:08,046 The above exception was the direct cause of the following exception: 2021-07-10T01:22:08,046 2021-07-10T01:22:08,046 Traceback (most recent call last): 2021-07-10T01:22:08,046 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T01:22:08,046 status = self.run(options, args) 2021-07-10T01:22:08,046 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T01:22:08,046 return func(self, options, args) 2021-07-10T01:22:08,046 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T01:22:08,046 requirement_set = resolver.resolve( 2021-07-10T01:22:08,046 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T01:22:08,046 raise error from e 2021-07-10T01:22:08,046 pip._internal.exceptions.DistributionNotFound: No matching distribution found for python-freshdesk-client==0.1 2021-07-10T01:22:08,051 Removed python-freshdesk-client==0.1 from https://files.pythonhosted.org/packages/d8/0c/047ad76f658c37fea08e00311c724f7b6b9ee30b0edff008d619d6f95fa7/python-freshdesk-client-0.1.tar.gz#sha256=0f1f5df0ac4dd5e473fae013dcd8f9704230ab77cfbe9a68501d650fff91f66e from build tracker '/tmp/pip-req-tracker-hskxy8yc' 2021-07-10T01:22:08,052 Removed build tracker: '/tmp/pip-req-tracker-hskxy8yc'