2021-06-25T06:15:25,806 Created temporary directory: /tmp/pip-ephem-wheel-cache-6m275kbl 2021-06-25T06:15:25,808 Created temporary directory: /tmp/pip-req-tracker-r62pzdna 2021-06-25T06:15:25,809 Initialized build tracking at /tmp/pip-req-tracker-r62pzdna 2021-06-25T06:15:25,809 Created build tracker: /tmp/pip-req-tracker-r62pzdna 2021-06-25T06:15:25,809 Entered build tracker: /tmp/pip-req-tracker-r62pzdna 2021-06-25T06:15:25,810 Created temporary directory: /tmp/pip-wheel-8cqv3b91 2021-06-25T06:15:25,838 1 location(s) to search for versions of cubacrypt: 2021-06-25T06:15:25,838 * https://pypi.org/simple/cubacrypt/ 2021-06-25T06:15:25,839 Fetching project page and analyzing links: https://pypi.org/simple/cubacrypt/ 2021-06-25T06:15:25,839 Getting page https://pypi.org/simple/cubacrypt/ 2021-06-25T06:15:25,841 Found index url https://pypi.org/simple 2021-06-25T06:15:25,925 Found link https://files.pythonhosted.org/packages/67/d4/6a1f9747d30b75f96dc45c704c1d81815b79675d5ff760b6fd68df03f042/cubacrypt-0.1.1.tar.gz#sha256=0cdaf78b7d848eafa02b30b9ed722f952c7b024533886a8c1854b5db460c818a (from https://pypi.org/simple/cubacrypt/), version: 0.1.1 2021-06-25T06:15:25,925 Skipping link: not a file: https://pypi.org/simple/cubacrypt/ 2021-06-25T06:15:25,939 Given no hashes to check 1 links for project 'cubacrypt': discarding no candidates 2021-06-25T06:15:25,954 Collecting cubacrypt==0.1.1 2021-06-25T06:15:25,955 Created temporary directory: /tmp/pip-unpack-m85g_e4l 2021-06-25T06:15:25,994 Downloading cubacrypt-0.1.1.tar.gz (965 bytes) 2021-06-25T06:15:26,009 Added cubacrypt==0.1.1 from https://files.pythonhosted.org/packages/67/d4/6a1f9747d30b75f96dc45c704c1d81815b79675d5ff760b6fd68df03f042/cubacrypt-0.1.1.tar.gz#sha256=0cdaf78b7d848eafa02b30b9ed722f952c7b024533886a8c1854b5db460c818a to build tracker '/tmp/pip-req-tracker-r62pzdna' 2021-06-25T06:15:26,010 Running setup.py (path:/tmp/pip-wheel-8cqv3b91/cubacrypt_182c676f61354255bd14e1dee24e710a/setup.py) egg_info for package cubacrypt 2021-06-25T06:15:26,011 Created temporary directory: /tmp/pip-pip-egg-info-nxksydp3 2021-06-25T06:15:26,011 Running command python setup.py egg_info 2021-06-25T06:15:26,814 Traceback (most recent call last): 2021-06-25T06:15:26,815 File "", line 1, in 2021-06-25T06:15:26,815 File "/tmp/pip-wheel-8cqv3b91/cubacrypt_182c676f61354255bd14e1dee24e710a/setup.py", line 3, in 2021-06-25T06:15:26,815 with open("README.md", "r") as fh: 2021-06-25T06:15:26,816 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2021-06-25T06:15:26,861 WARNING: Discarding https://files.pythonhosted.org/packages/67/d4/6a1f9747d30b75f96dc45c704c1d81815b79675d5ff760b6fd68df03f042/cubacrypt-0.1.1.tar.gz#sha256=0cdaf78b7d848eafa02b30b9ed722f952c7b024533886a8c1854b5db460c818a (from https://pypi.org/simple/cubacrypt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-06-25T06:15:26,863 ERROR: Could not find a version that satisfies the requirement cubacrypt==0.1.1 (from versions: 0.1.1) 2021-06-25T06:15:26,863 ERROR: No matching distribution found for cubacrypt==0.1.1 2021-06-25T06:15:26,863 Exception information: 2021-06-25T06:15:26,863 Traceback (most recent call last): 2021-06-25T06:15:26,863 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-06-25T06:15:26,863 name, crit = self._merge_into_criterion(r, parent=None) 2021-06-25T06:15:26,863 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-06-25T06:15:26,863 raise RequirementsConflicted(criterion) 2021-06-25T06:15:26,863 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cubacrypt==0.1.1') 2021-06-25T06:15:26,863 2021-06-25T06:15:26,863 During handling of the above exception, another exception occurred: 2021-06-25T06:15:26,863 2021-06-25T06:15:26,863 Traceback (most recent call last): 2021-06-25T06:15:26,863 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-06-25T06:15:26,863 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-06-25T06:15:26,863 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-06-25T06:15:26,863 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-06-25T06:15:26,863 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-06-25T06:15:26,863 raise ResolutionImpossible(e.criterion.information) 2021-06-25T06:15:26,863 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cubacrypt==0.1.1'), parent=None)] 2021-06-25T06:15:26,863 2021-06-25T06:15:26,863 The above exception was the direct cause of the following exception: 2021-06-25T06:15:26,863 2021-06-25T06:15:26,863 Traceback (most recent call last): 2021-06-25T06:15:26,863 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-06-25T06:15:26,863 status = self.run(options, args) 2021-06-25T06:15:26,863 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-06-25T06:15:26,863 return func(self, options, args) 2021-06-25T06:15:26,863 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-06-25T06:15:26,863 reqs, check_supported_wheels=True 2021-06-25T06:15:26,863 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-06-25T06:15:26,863 raise error from e 2021-06-25T06:15:26,863 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cubacrypt==0.1.1 2021-06-25T06:15:26,868 Removed cubacrypt==0.1.1 from https://files.pythonhosted.org/packages/67/d4/6a1f9747d30b75f96dc45c704c1d81815b79675d5ff760b6fd68df03f042/cubacrypt-0.1.1.tar.gz#sha256=0cdaf78b7d848eafa02b30b9ed722f952c7b024533886a8c1854b5db460c818a from build tracker '/tmp/pip-req-tracker-r62pzdna' 2021-06-25T06:15:26,869 Removed build tracker: '/tmp/pip-req-tracker-r62pzdna'