2021-07-10T11:27:16,271 Created temporary directory: /tmp/pip-ephem-wheel-cache-kdsecbll 2021-07-10T11:27:16,274 Created temporary directory: /tmp/pip-req-tracker-l5k77w78 2021-07-10T11:27:16,274 Initialized build tracking at /tmp/pip-req-tracker-l5k77w78 2021-07-10T11:27:16,275 Created build tracker: /tmp/pip-req-tracker-l5k77w78 2021-07-10T11:27:16,275 Entered build tracker: /tmp/pip-req-tracker-l5k77w78 2021-07-10T11:27:16,275 Created temporary directory: /tmp/pip-wheel-93omyeb8 2021-07-10T11:27:16,304 1 location(s) to search for versions of pypi-bleualign: 2021-07-10T11:27:16,304 * https://pypi.org/simple/pypi-bleualign/ 2021-07-10T11:27:16,305 Fetching project page and analyzing links: https://pypi.org/simple/pypi-bleualign/ 2021-07-10T11:27:16,305 Getting page https://pypi.org/simple/pypi-bleualign/ 2021-07-10T11:27:16,307 Found index url https://pypi.org/simple 2021-07-10T11:27:16,485 Found link https://files.pythonhosted.org/packages/e9/d1/ba42874dadd78b81e1ab8dbae5e62e60f601f511e4fda7b7522747653cb7/pypi-bleualign-0.1.1.tar.gz#sha256=b8a03fe86f40f1a705c983c218529642d2bb6fa131feaa5a51084930183784e9 (from https://pypi.org/simple/pypi-bleualign/), version: 0.1.1 2021-07-10T11:27:16,485 Found link https://files.pythonhosted.org/packages/ff/de/d3d868a2e873e7660d77b97af43d95ed34f5edb6b8e8d233e2e3770ceb11/pypi-bleualign-0.1.1.1.tar.gz#sha256=f7e9b8696ccd74734dd09d53893ee7cb4480c06c5e8ee1184898355f1b8987d1 (from https://pypi.org/simple/pypi-bleualign/), version: 0.1.1.1 2021-07-10T11:27:16,485 Skipping link: not a file: https://pypi.org/simple/pypi-bleualign/ 2021-07-10T11:27:16,503 Given no hashes to check 1 links for project 'pypi-bleualign': discarding no candidates 2021-07-10T11:27:16,522 Collecting pypi-bleualign==0.1.1 2021-07-10T11:27:16,524 Created temporary directory: /tmp/pip-unpack-lsg_1kut 2021-07-10T11:27:16,703 Downloading pypi-bleualign-0.1.1.tar.gz (21 kB) 2021-07-10T11:27:16,753 Added pypi-bleualign==0.1.1 from https://files.pythonhosted.org/packages/e9/d1/ba42874dadd78b81e1ab8dbae5e62e60f601f511e4fda7b7522747653cb7/pypi-bleualign-0.1.1.tar.gz#sha256=b8a03fe86f40f1a705c983c218529642d2bb6fa131feaa5a51084930183784e9 to build tracker '/tmp/pip-req-tracker-l5k77w78' 2021-07-10T11:27:16,754 Running setup.py (path:/tmp/pip-wheel-93omyeb8/pypi-bleualign_ecfbcc8bf5234b74afebf3943ef7ff57/setup.py) egg_info for package pypi-bleualign 2021-07-10T11:27:16,754 Created temporary directory: /tmp/pip-pip-egg-info-mloykii8 2021-07-10T11:27:16,755 Running command python setup.py egg_info 2021-07-10T11:27:17,441 Traceback (most recent call last): 2021-07-10T11:27:17,442 File "", line 1, in 2021-07-10T11:27:17,442 File "/tmp/pip-wheel-93omyeb8/pypi-bleualign_ecfbcc8bf5234b74afebf3943ef7ff57/setup.py", line 12, in 2021-07-10T11:27:17,442 long_description = read_file('README.md'), 2021-07-10T11:27:17,442 File "/tmp/pip-wheel-93omyeb8/pypi-bleualign_ecfbcc8bf5234b74afebf3943ef7ff57/setup.py", line 6, in read_file 2021-07-10T11:27:17,443 return open(os.path.join(os.path.dirname(__file__), filename)).read() 2021-07-10T11:27:17,443 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-93omyeb8/pypi-bleualign_ecfbcc8bf5234b74afebf3943ef7ff57/README.md' 2021-07-10T11:27:17,493 WARNING: Discarding https://files.pythonhosted.org/packages/e9/d1/ba42874dadd78b81e1ab8dbae5e62e60f601f511e4fda7b7522747653cb7/pypi-bleualign-0.1.1.tar.gz#sha256=b8a03fe86f40f1a705c983c218529642d2bb6fa131feaa5a51084930183784e9 (from https://pypi.org/simple/pypi-bleualign/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T11:27:17,495 ERROR: Could not find a version that satisfies the requirement pypi-bleualign==0.1.1 (from versions: 0.1.1, 0.1.1.1) 2021-07-10T11:27:17,495 ERROR: No matching distribution found for pypi-bleualign==0.1.1 2021-07-10T11:27:17,495 Exception information: 2021-07-10T11:27:17,495 Traceback (most recent call last): 2021-07-10T11:27:17,495 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T11:27:17,495 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T11:27:17,495 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T11:27:17,495 raise RequirementsConflicted(criterion) 2021-07-10T11:27:17,495 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pypi-bleualign==0.1.1') 2021-07-10T11:27:17,495 2021-07-10T11:27:17,495 During handling of the above exception, another exception occurred: 2021-07-10T11:27:17,495 2021-07-10T11:27:17,495 Traceback (most recent call last): 2021-07-10T11:27:17,495 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T11:27:17,495 result = self._result = resolver.resolve( 2021-07-10T11:27:17,495 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T11:27:17,495 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T11:27:17,495 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T11:27:17,495 raise ResolutionImpossible(e.criterion.information) 2021-07-10T11:27:17,495 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pypi-bleualign==0.1.1'), parent=None)] 2021-07-10T11:27:17,495 2021-07-10T11:27:17,495 The above exception was the direct cause of the following exception: 2021-07-10T11:27:17,495 2021-07-10T11:27:17,495 Traceback (most recent call last): 2021-07-10T11:27:17,495 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T11:27:17,495 status = self.run(options, args) 2021-07-10T11:27:17,495 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T11:27:17,495 return func(self, options, args) 2021-07-10T11:27:17,495 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T11:27:17,495 requirement_set = resolver.resolve( 2021-07-10T11:27:17,495 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T11:27:17,495 raise error from e 2021-07-10T11:27:17,495 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pypi-bleualign==0.1.1 2021-07-10T11:27:17,500 Removed pypi-bleualign==0.1.1 from https://files.pythonhosted.org/packages/e9/d1/ba42874dadd78b81e1ab8dbae5e62e60f601f511e4fda7b7522747653cb7/pypi-bleualign-0.1.1.tar.gz#sha256=b8a03fe86f40f1a705c983c218529642d2bb6fa131feaa5a51084930183784e9 from build tracker '/tmp/pip-req-tracker-l5k77w78' 2021-07-10T11:27:17,500 Removed build tracker: '/tmp/pip-req-tracker-l5k77w78'