2021-07-10T03:14:08,305 Created temporary directory: /tmp/pip-ephem-wheel-cache-6ri026a3 2021-07-10T03:14:08,308 Created temporary directory: /tmp/pip-req-tracker-ewh_tduc 2021-07-10T03:14:08,309 Initialized build tracking at /tmp/pip-req-tracker-ewh_tduc 2021-07-10T03:14:08,309 Created build tracker: /tmp/pip-req-tracker-ewh_tduc 2021-07-10T03:14:08,309 Entered build tracker: /tmp/pip-req-tracker-ewh_tduc 2021-07-10T03:14:08,310 Created temporary directory: /tmp/pip-wheel-smru51fn 2021-07-10T03:14:08,344 1 location(s) to search for versions of box-notifer: 2021-07-10T03:14:08,344 * https://pypi.org/simple/box-notifer/ 2021-07-10T03:14:08,344 Fetching project page and analyzing links: https://pypi.org/simple/box-notifer/ 2021-07-10T03:14:08,345 Getting page https://pypi.org/simple/box-notifer/ 2021-07-10T03:14:08,346 Found index url https://pypi.org/simple 2021-07-10T03:14:08,524 Found link https://files.pythonhosted.org/packages/12/72/b88f31f698e6255e598cb400c948ff42521d583899442b494496e3587ad8/box-notifer-0.0.1.tar.gz#sha256=65274e880216797551cb486db8d5761eab1f37d416af5bf7341a5ad1cb8f4975 (from https://pypi.org/simple/box-notifer/), version: 0.0.1 2021-07-10T03:14:08,525 Skipping link: not a file: https://pypi.org/simple/box-notifer/ 2021-07-10T03:14:08,542 Given no hashes to check 1 links for project 'box-notifer': discarding no candidates 2021-07-10T03:14:08,561 Collecting box-notifer==0.0.1 2021-07-10T03:14:08,562 Created temporary directory: /tmp/pip-unpack-kei9cr4w 2021-07-10T03:14:08,731 Downloading box-notifer-0.0.1.tar.gz (712 bytes) 2021-07-10T03:14:08,751 Added box-notifer==0.0.1 from https://files.pythonhosted.org/packages/12/72/b88f31f698e6255e598cb400c948ff42521d583899442b494496e3587ad8/box-notifer-0.0.1.tar.gz#sha256=65274e880216797551cb486db8d5761eab1f37d416af5bf7341a5ad1cb8f4975 to build tracker '/tmp/pip-req-tracker-ewh_tduc' 2021-07-10T03:14:08,752 Running setup.py (path:/tmp/pip-wheel-smru51fn/box-notifer_63701f1e79204ead95499e18b1c1f9e2/setup.py) egg_info for package box-notifer 2021-07-10T03:14:08,753 Created temporary directory: /tmp/pip-pip-egg-info-9qklccfz 2021-07-10T03:14:08,753 Running command python setup.py egg_info 2021-07-10T03:14:09,376 Traceback (most recent call last): 2021-07-10T03:14:09,377 File "", line 1, in 2021-07-10T03:14:09,377 File "/tmp/pip-wheel-smru51fn/box-notifer_63701f1e79204ead95499e18b1c1f9e2/setup.py", line 11, in 2021-07-10T03:14:09,377 long_description=open('README.md').read(), 2021-07-10T03:14:09,378 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2021-07-10T03:14:09,426 WARNING: Discarding https://files.pythonhosted.org/packages/12/72/b88f31f698e6255e598cb400c948ff42521d583899442b494496e3587ad8/box-notifer-0.0.1.tar.gz#sha256=65274e880216797551cb486db8d5761eab1f37d416af5bf7341a5ad1cb8f4975 (from https://pypi.org/simple/box-notifer/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T03:14:09,428 ERROR: Could not find a version that satisfies the requirement box-notifer==0.0.1 (from versions: 0.0.1) 2021-07-10T03:14:09,428 ERROR: No matching distribution found for box-notifer==0.0.1 2021-07-10T03:14:09,428 Exception information: 2021-07-10T03:14:09,428 Traceback (most recent call last): 2021-07-10T03:14:09,428 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T03:14:09,428 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T03:14:09,428 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T03:14:09,428 raise RequirementsConflicted(criterion) 2021-07-10T03:14:09,428 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('box-notifer==0.0.1') 2021-07-10T03:14:09,428 2021-07-10T03:14:09,428 During handling of the above exception, another exception occurred: 2021-07-10T03:14:09,428 2021-07-10T03:14:09,428 Traceback (most recent call last): 2021-07-10T03:14:09,428 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T03:14:09,428 result = self._result = resolver.resolve( 2021-07-10T03:14:09,428 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T03:14:09,428 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T03:14:09,428 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T03:14:09,428 raise ResolutionImpossible(e.criterion.information) 2021-07-10T03:14:09,428 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('box-notifer==0.0.1'), parent=None)] 2021-07-10T03:14:09,428 2021-07-10T03:14:09,428 The above exception was the direct cause of the following exception: 2021-07-10T03:14:09,428 2021-07-10T03:14:09,428 Traceback (most recent call last): 2021-07-10T03:14:09,428 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T03:14:09,428 status = self.run(options, args) 2021-07-10T03:14:09,428 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T03:14:09,428 return func(self, options, args) 2021-07-10T03:14:09,428 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T03:14:09,428 requirement_set = resolver.resolve( 2021-07-10T03:14:09,428 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T03:14:09,428 raise error from e 2021-07-10T03:14:09,428 pip._internal.exceptions.DistributionNotFound: No matching distribution found for box-notifer==0.0.1 2021-07-10T03:14:09,433 Removed box-notifer==0.0.1 from https://files.pythonhosted.org/packages/12/72/b88f31f698e6255e598cb400c948ff42521d583899442b494496e3587ad8/box-notifer-0.0.1.tar.gz#sha256=65274e880216797551cb486db8d5761eab1f37d416af5bf7341a5ad1cb8f4975 from build tracker '/tmp/pip-req-tracker-ewh_tduc' 2021-07-10T03:14:09,434 Removed build tracker: '/tmp/pip-req-tracker-ewh_tduc'