2021-09-03T17:08:33,337 Created temporary directory: /tmp/pip-ephem-wheel-cache-pg5ra765 2021-09-03T17:08:33,341 Created temporary directory: /tmp/pip-req-tracker-7tqxcbb6 2021-09-03T17:08:33,341 Initialized build tracking at /tmp/pip-req-tracker-7tqxcbb6 2021-09-03T17:08:33,341 Created build tracker: /tmp/pip-req-tracker-7tqxcbb6 2021-09-03T17:08:33,342 Entered build tracker: /tmp/pip-req-tracker-7tqxcbb6 2021-09-03T17:08:33,342 Created temporary directory: /tmp/pip-wheel-45kmhmls 2021-09-03T17:08:33,374 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-09-03T17:08:33,377 2 location(s) to search for versions of enpy: 2021-09-03T17:08:33,377 * https://pypi.org/simple/enpy/ 2021-09-03T17:08:33,377 * https://www.piwheels.org/simple/enpy/ 2021-09-03T17:08:33,378 Fetching project page and analyzing links: https://pypi.org/simple/enpy/ 2021-09-03T17:08:33,378 Getting page https://pypi.org/simple/enpy/ 2021-09-03T17:08:33,380 Found index url https://pypi.org/simple 2021-09-03T17:08:33,468 Skipping link: No binaries permitted for enpy: https://files.pythonhosted.org/packages/87/b8/269c4a8a10e35b3f6c10588f196ac801ea71b6cd05abfaa471b9aaa92a0a/enpy-1.0.0-py3-none-any.whl#sha256=2442484a2cca6d74ad923f1697f70680c906f688be573c36911d32f118f43a11 (from https://pypi.org/simple/enpy/) 2021-09-03T17:08:33,468 Found link https://files.pythonhosted.org/packages/27/5c/5f97bc6a30f8acea78edaaef31cfca2428490e6397d924c1a81810ff5524/enpy-1.0.0.tar.gz#sha256=733a4c992e2684f70e32b8302627135b417980457f1c63b6e0a88a583076a4f8 (from https://pypi.org/simple/enpy/), version: 1.0.0 2021-09-03T17:08:33,469 Fetching project page and analyzing links: https://www.piwheels.org/simple/enpy/ 2021-09-03T17:08:33,469 Getting page https://www.piwheels.org/simple/enpy/ 2021-09-03T17:08:33,470 Found index url https://www.piwheels.org/simple 2021-09-03T17:08:33,583 Skipping link: not a file: https://www.piwheels.org/simple/enpy/ 2021-09-03T17:08:33,584 Skipping link: not a file: https://pypi.org/simple/enpy/ 2021-09-03T17:08:33,601 Given no hashes to check 1 links for project 'enpy': discarding no candidates 2021-09-03T17:08:33,615 Collecting enpy==1.0.0 2021-09-03T17:08:33,617 Created temporary directory: /tmp/pip-unpack-ott7hf_6 2021-09-03T17:08:33,656 Downloading enpy-1.0.0.tar.gz (2.4 kB) 2021-09-03T17:08:33,685 Added enpy==1.0.0 from https://files.pythonhosted.org/packages/27/5c/5f97bc6a30f8acea78edaaef31cfca2428490e6397d924c1a81810ff5524/enpy-1.0.0.tar.gz#sha256=733a4c992e2684f70e32b8302627135b417980457f1c63b6e0a88a583076a4f8 to build tracker '/tmp/pip-req-tracker-7tqxcbb6' 2021-09-03T17:08:33,686 Running setup.py (path:/tmp/pip-wheel-45kmhmls/enpy_c12ba994b1574489aa0beef4dfd50363/setup.py) egg_info for package enpy 2021-09-03T17:08:33,687 Created temporary directory: /tmp/pip-pip-egg-info-ti3_uh5m 2021-09-03T17:08:33,687 Running command python setup.py egg_info 2021-09-03T17:08:34,405 Traceback (most recent call last): 2021-09-03T17:08:34,406 File "", line 1, in 2021-09-03T17:08:34,406 File "/tmp/pip-wheel-45kmhmls/enpy_c12ba994b1574489aa0beef4dfd50363/setup.py", line 18, in 2021-09-03T17:08:34,406 long_description=open('readme.md').read() + '\n\n' + open('changelog.md').read(), 2021-09-03T17:08:34,407 FileNotFoundError: [Errno 2] No such file or directory: 'readme.md' 2021-09-03T17:08:34,456 WARNING: Discarding https://files.pythonhosted.org/packages/27/5c/5f97bc6a30f8acea78edaaef31cfca2428490e6397d924c1a81810ff5524/enpy-1.0.0.tar.gz#sha256=733a4c992e2684f70e32b8302627135b417980457f1c63b6e0a88a583076a4f8 (from https://pypi.org/simple/enpy/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-09-03T17:08:34,457 ERROR: Could not find a version that satisfies the requirement enpy==1.0.0 (from versions: 1.0.0) 2021-09-03T17:08:34,458 ERROR: No matching distribution found for enpy==1.0.0 2021-09-03T17:08:34,458 Exception information: 2021-09-03T17:08:34,458 Traceback (most recent call last): 2021-09-03T17:08:34,458 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-09-03T17:08:34,458 name, crit = self._merge_into_criterion(r, parent=None) 2021-09-03T17:08:34,458 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-09-03T17:08:34,458 raise RequirementsConflicted(criterion) 2021-09-03T17:08:34,458 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('enpy==1.0.0') 2021-09-03T17:08:34,458 2021-09-03T17:08:34,458 During handling of the above exception, another exception occurred: 2021-09-03T17:08:34,458 2021-09-03T17:08:34,458 Traceback (most recent call last): 2021-09-03T17:08:34,458 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-09-03T17:08:34,458 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-09-03T17:08:34,458 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-09-03T17:08:34,458 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-09-03T17:08:34,458 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-09-03T17:08:34,458 raise ResolutionImpossible(e.criterion.information) 2021-09-03T17:08:34,458 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('enpy==1.0.0'), parent=None)] 2021-09-03T17:08:34,458 2021-09-03T17:08:34,458 The above exception was the direct cause of the following exception: 2021-09-03T17:08:34,458 2021-09-03T17:08:34,458 Traceback (most recent call last): 2021-09-03T17:08:34,458 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-09-03T17:08:34,458 status = self.run(options, args) 2021-09-03T17:08:34,458 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-09-03T17:08:34,458 return func(self, options, args) 2021-09-03T17:08:34,458 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-09-03T17:08:34,458 reqs, check_supported_wheels=True 2021-09-03T17:08:34,458 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-09-03T17:08:34,458 raise error from e 2021-09-03T17:08:34,458 pip._internal.exceptions.DistributionNotFound: No matching distribution found for enpy==1.0.0 2021-09-03T17:08:34,463 Removed enpy==1.0.0 from https://files.pythonhosted.org/packages/27/5c/5f97bc6a30f8acea78edaaef31cfca2428490e6397d924c1a81810ff5524/enpy-1.0.0.tar.gz#sha256=733a4c992e2684f70e32b8302627135b417980457f1c63b6e0a88a583076a4f8 from build tracker '/tmp/pip-req-tracker-7tqxcbb6' 2021-09-03T17:08:34,463 Removed build tracker: '/tmp/pip-req-tracker-7tqxcbb6'