2021-07-09T08:16:27,020 Created temporary directory: /tmp/pip-ephem-wheel-cache-2ghznilj 2021-07-09T08:16:27,022 Created temporary directory: /tmp/pip-req-tracker-7cz10u_q 2021-07-09T08:16:27,023 Initialized build tracking at /tmp/pip-req-tracker-7cz10u_q 2021-07-09T08:16:27,023 Created build tracker: /tmp/pip-req-tracker-7cz10u_q 2021-07-09T08:16:27,023 Entered build tracker: /tmp/pip-req-tracker-7cz10u_q 2021-07-09T08:16:27,024 Created temporary directory: /tmp/pip-wheel-bh4vo77a 2021-07-09T08:16:27,058 1 location(s) to search for versions of python-pleskapi: 2021-07-09T08:16:27,058 * https://pypi.org/simple/python-pleskapi/ 2021-07-09T08:16:27,059 Fetching project page and analyzing links: https://pypi.org/simple/python-pleskapi/ 2021-07-09T08:16:27,059 Getting page https://pypi.org/simple/python-pleskapi/ 2021-07-09T08:16:27,061 Found index url https://pypi.org/simple 2021-07-09T08:16:27,151 Found link https://files.pythonhosted.org/packages/99/99/74d0482f76e1e3609e52beedc0c1de322e05cd164548ba7cfbb723de9c41/python-pleskapi-0.1.tar.gz#sha256=ad138b3f54a8e54ece4f04dd43c5e0908b6fa699a3c1adbadce7c0e8709eeb0b (from https://pypi.org/simple/python-pleskapi/), version: 0.1 2021-07-09T08:16:27,152 Found link https://files.pythonhosted.org/packages/27/b5/d4548cdca282b244dd797b05f526d99d08bfa3039483c9766437e5e53bcd/python-pleskapi-0.1.1.tar.gz#sha256=2553bba882b0004f2c36de7e19bdb7e9294e6589da9701c94b142cb535e1a804 (from https://pypi.org/simple/python-pleskapi/), version: 0.1.1 2021-07-09T08:16:27,152 Found link https://files.pythonhosted.org/packages/3b/ec/e6e0fbfce7f6627c95cf11c838ee0bee9f229527cf35e530470272705040/python-pleskapi-0.1.2.tar.gz#sha256=6678d51ca5b30495149b2162c422b77b46f4186fdf775c789f9d59007b6e17cd (from https://pypi.org/simple/python-pleskapi/), version: 0.1.2 2021-07-09T08:16:27,152 Skipping link: not a file: https://pypi.org/simple/python-pleskapi/ 2021-07-09T08:16:27,169 Given no hashes to check 1 links for project 'python-pleskapi': discarding no candidates 2021-07-09T08:16:27,186 Collecting python-pleskapi==0.1.1 2021-07-09T08:16:27,188 Created temporary directory: /tmp/pip-unpack-_mi3udn5 2021-07-09T08:16:27,360 Downloading python-pleskapi-0.1.1.tar.gz (7.1 kB) 2021-07-09T08:16:27,394 Added python-pleskapi==0.1.1 from https://files.pythonhosted.org/packages/27/b5/d4548cdca282b244dd797b05f526d99d08bfa3039483c9766437e5e53bcd/python-pleskapi-0.1.1.tar.gz#sha256=2553bba882b0004f2c36de7e19bdb7e9294e6589da9701c94b142cb535e1a804 to build tracker '/tmp/pip-req-tracker-7cz10u_q' 2021-07-09T08:16:27,395 Running setup.py (path:/tmp/pip-wheel-bh4vo77a/python-pleskapi_922f4dcdf07c4c22b20111ec25ff8e1d/setup.py) egg_info for package python-pleskapi 2021-07-09T08:16:27,396 Created temporary directory: /tmp/pip-pip-egg-info-zo5vrman 2021-07-09T08:16:27,396 Running command python setup.py egg_info 2021-07-09T08:16:28,012 Traceback (most recent call last): 2021-07-09T08:16:28,013 File "", line 1, in 2021-07-09T08:16:28,013 File "/tmp/pip-wheel-bh4vo77a/python-pleskapi_922f4dcdf07c4c22b20111ec25ff8e1d/setup.py", line 13, in 2021-07-09T08:16:28,014 long_description=open('README.rst').read() + '\n\n' 2021-07-09T08:16:28,014 FileNotFoundError: [Errno 2] No such file or directory: 'README.rst' 2021-07-09T08:16:28,063 WARNING: Discarding https://files.pythonhosted.org/packages/27/b5/d4548cdca282b244dd797b05f526d99d08bfa3039483c9766437e5e53bcd/python-pleskapi-0.1.1.tar.gz#sha256=2553bba882b0004f2c36de7e19bdb7e9294e6589da9701c94b142cb535e1a804 (from https://pypi.org/simple/python-pleskapi/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T08:16:28,064 ERROR: Could not find a version that satisfies the requirement python-pleskapi==0.1.1 (from versions: 0.1, 0.1.1, 0.1.2) 2021-07-09T08:16:28,065 ERROR: No matching distribution found for python-pleskapi==0.1.1 2021-07-09T08:16:28,065 Exception information: 2021-07-09T08:16:28,065 Traceback (most recent call last): 2021-07-09T08:16:28,065 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T08:16:28,065 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T08:16:28,065 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T08:16:28,065 raise RequirementsConflicted(criterion) 2021-07-09T08:16:28,065 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('python-pleskapi==0.1.1') 2021-07-09T08:16:28,065 2021-07-09T08:16:28,065 During handling of the above exception, another exception occurred: 2021-07-09T08:16:28,065 2021-07-09T08:16:28,065 Traceback (most recent call last): 2021-07-09T08:16:28,065 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T08:16:28,065 result = self._result = resolver.resolve( 2021-07-09T08:16:28,065 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T08:16:28,065 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T08:16:28,065 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T08:16:28,065 raise ResolutionImpossible(e.criterion.information) 2021-07-09T08:16:28,065 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('python-pleskapi==0.1.1'), parent=None)] 2021-07-09T08:16:28,065 2021-07-09T08:16:28,065 The above exception was the direct cause of the following exception: 2021-07-09T08:16:28,065 2021-07-09T08:16:28,065 Traceback (most recent call last): 2021-07-09T08:16:28,065 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T08:16:28,065 status = self.run(options, args) 2021-07-09T08:16:28,065 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T08:16:28,065 return func(self, options, args) 2021-07-09T08:16:28,065 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T08:16:28,065 requirement_set = resolver.resolve( 2021-07-09T08:16:28,065 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T08:16:28,065 raise error from e 2021-07-09T08:16:28,065 pip._internal.exceptions.DistributionNotFound: No matching distribution found for python-pleskapi==0.1.1 2021-07-09T08:16:28,070 Removed python-pleskapi==0.1.1 from https://files.pythonhosted.org/packages/27/b5/d4548cdca282b244dd797b05f526d99d08bfa3039483c9766437e5e53bcd/python-pleskapi-0.1.1.tar.gz#sha256=2553bba882b0004f2c36de7e19bdb7e9294e6589da9701c94b142cb535e1a804 from build tracker '/tmp/pip-req-tracker-7cz10u_q' 2021-07-09T08:16:28,070 Removed build tracker: '/tmp/pip-req-tracker-7cz10u_q'