2021-07-10T01:52:08,479 Created temporary directory: /tmp/pip-ephem-wheel-cache-zb7a3r63 2021-07-10T01:52:08,482 Created temporary directory: /tmp/pip-req-tracker-y_zqg408 2021-07-10T01:52:08,482 Initialized build tracking at /tmp/pip-req-tracker-y_zqg408 2021-07-10T01:52:08,482 Created build tracker: /tmp/pip-req-tracker-y_zqg408 2021-07-10T01:52:08,483 Entered build tracker: /tmp/pip-req-tracker-y_zqg408 2021-07-10T01:52:08,483 Created temporary directory: /tmp/pip-wheel-nrqsh60l 2021-07-10T01:52:08,518 1 location(s) to search for versions of python-freshdesk-client: 2021-07-10T01:52:08,518 * https://pypi.org/simple/python-freshdesk-client/ 2021-07-10T01:52:08,519 Fetching project page and analyzing links: https://pypi.org/simple/python-freshdesk-client/ 2021-07-10T01:52:08,519 Getting page https://pypi.org/simple/python-freshdesk-client/ 2021-07-10T01:52:08,521 Found index url https://pypi.org/simple 2021-07-10T01:52:08,610 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:52:08,610 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:52:08,611 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:52:08,611 Skipping link: not a file: https://pypi.org/simple/python-freshdesk-client/ 2021-07-10T01:52:08,628 Given no hashes to check 1 links for project 'python-freshdesk-client': discarding no candidates 2021-07-10T01:52:08,645 Collecting python-freshdesk-client==0.1.1 2021-07-10T01:52:08,647 Created temporary directory: /tmp/pip-unpack-a6idc4i6 2021-07-10T01:52:08,825 Downloading python-freshdesk-client-0.1.1.tar.gz (3.0 kB) 2021-07-10T01:52:08,859 Added python-freshdesk-client==0.1.1 from https://files.pythonhosted.org/packages/f1/bd/4ac0e09d9ea61118dd413af3ad19eb82abfa4b34abbb8afa71309411443e/python-freshdesk-client-0.1.1.tar.gz#sha256=afa23d17f3bb465d62107aec73889665104bd0af4ae30a1f423b846de0249718 to build tracker '/tmp/pip-req-tracker-y_zqg408' 2021-07-10T01:52:08,860 Running setup.py (path:/tmp/pip-wheel-nrqsh60l/python-freshdesk-client_84922f4907784e10bdfb51a7738cc914/setup.py) egg_info for package python-freshdesk-client 2021-07-10T01:52:08,861 Created temporary directory: /tmp/pip-pip-egg-info-_cshz7sl 2021-07-10T01:52:08,861 Running command python setup.py egg_info 2021-07-10T01:52:09,482 Traceback (most recent call last): 2021-07-10T01:52:09,483 File "", line 1, in 2021-07-10T01:52:09,483 File "/tmp/pip-wheel-nrqsh60l/python-freshdesk-client_84922f4907784e10bdfb51a7738cc914/setup.py", line 7, in 2021-07-10T01:52:09,484 README = file(os.path.join( 2021-07-10T01:52:09,484 NameError: name 'file' is not defined 2021-07-10T01:52:09,533 WARNING: Discarding 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/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T01:52:09,535 ERROR: Could not find a version that satisfies the requirement python-freshdesk-client==0.1.1 (from versions: 0.1, 0.1.1, 0.2) 2021-07-10T01:52:09,535 ERROR: No matching distribution found for python-freshdesk-client==0.1.1 2021-07-10T01:52:09,535 Exception information: 2021-07-10T01:52:09,535 Traceback (most recent call last): 2021-07-10T01:52:09,535 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T01:52:09,535 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T01:52:09,535 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T01:52:09,535 raise RequirementsConflicted(criterion) 2021-07-10T01:52:09,535 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('python-freshdesk-client==0.1.1') 2021-07-10T01:52:09,535 2021-07-10T01:52:09,535 During handling of the above exception, another exception occurred: 2021-07-10T01:52:09,535 2021-07-10T01:52:09,535 Traceback (most recent call last): 2021-07-10T01:52:09,535 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T01:52:09,535 result = self._result = resolver.resolve( 2021-07-10T01:52:09,535 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T01:52:09,535 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T01:52:09,535 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T01:52:09,535 raise ResolutionImpossible(e.criterion.information) 2021-07-10T01:52:09,535 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('python-freshdesk-client==0.1.1'), parent=None)] 2021-07-10T01:52:09,535 2021-07-10T01:52:09,535 The above exception was the direct cause of the following exception: 2021-07-10T01:52:09,535 2021-07-10T01:52:09,535 Traceback (most recent call last): 2021-07-10T01:52:09,535 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T01:52:09,535 status = self.run(options, args) 2021-07-10T01:52:09,535 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T01:52:09,535 return func(self, options, args) 2021-07-10T01:52:09,535 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T01:52:09,535 requirement_set = resolver.resolve( 2021-07-10T01:52:09,535 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T01:52:09,535 raise error from e 2021-07-10T01:52:09,535 pip._internal.exceptions.DistributionNotFound: No matching distribution found for python-freshdesk-client==0.1.1 2021-07-10T01:52:09,540 Removed python-freshdesk-client==0.1.1 from https://files.pythonhosted.org/packages/f1/bd/4ac0e09d9ea61118dd413af3ad19eb82abfa4b34abbb8afa71309411443e/python-freshdesk-client-0.1.1.tar.gz#sha256=afa23d17f3bb465d62107aec73889665104bd0af4ae30a1f423b846de0249718 from build tracker '/tmp/pip-req-tracker-y_zqg408' 2021-07-10T01:52:09,540 Removed build tracker: '/tmp/pip-req-tracker-y_zqg408'