2021-07-10T07:40:26,875 Created temporary directory: /tmp/pip-ephem-wheel-cache-7klghqfm 2021-07-10T07:40:26,878 Created temporary directory: /tmp/pip-req-tracker-8ubttuen 2021-07-10T07:40:26,879 Initialized build tracking at /tmp/pip-req-tracker-8ubttuen 2021-07-10T07:40:26,879 Created build tracker: /tmp/pip-req-tracker-8ubttuen 2021-07-10T07:40:26,879 Entered build tracker: /tmp/pip-req-tracker-8ubttuen 2021-07-10T07:40:26,880 Created temporary directory: /tmp/pip-wheel-lwpft334 2021-07-10T07:40:26,913 1 location(s) to search for versions of boxup-core: 2021-07-10T07:40:26,913 * https://pypi.org/simple/boxup-core/ 2021-07-10T07:40:26,913 Fetching project page and analyzing links: https://pypi.org/simple/boxup-core/ 2021-07-10T07:40:26,914 Getting page https://pypi.org/simple/boxup-core/ 2021-07-10T07:40:26,915 Found index url https://pypi.org/simple 2021-07-10T07:40:27,093 Found link https://files.pythonhosted.org/packages/ba/fd/aba3a27c9aa92ccf36cffb9c58b7e03d1c237c451d153c5b536a4354ea8b/boxup_core-0.0.1.tar.gz#sha256=6561666680e0f40cd63277c67959cb4baf85f7888126c0c8e72dd4bfc9fa487d (from https://pypi.org/simple/boxup-core/), version: 0.0.1 2021-07-10T07:40:27,094 Found link https://files.pythonhosted.org/packages/f0/47/3257e862b342602b13fe6d0f79b787a773e94d572389a54f12ac2b55bec1/boxup_core-0.0.2.tar.gz#sha256=ac2aa4b1f09af8f4a247d21db3dc1bd2797702f1ffb9766c65be2d17e8baa16a (from https://pypi.org/simple/boxup-core/), version: 0.0.2 2021-07-10T07:40:27,094 Skipping link: not a file: https://pypi.org/simple/boxup-core/ 2021-07-10T07:40:27,112 Given no hashes to check 1 links for project 'boxup-core': discarding no candidates 2021-07-10T07:40:27,131 Collecting boxup-core==0.0.1 2021-07-10T07:40:27,132 Created temporary directory: /tmp/pip-unpack-5pcmiyre 2021-07-10T07:40:27,303 Downloading boxup_core-0.0.1.tar.gz (3.4 kB) 2021-07-10T07:40:27,341 Added boxup-core==0.0.1 from https://files.pythonhosted.org/packages/ba/fd/aba3a27c9aa92ccf36cffb9c58b7e03d1c237c451d153c5b536a4354ea8b/boxup_core-0.0.1.tar.gz#sha256=6561666680e0f40cd63277c67959cb4baf85f7888126c0c8e72dd4bfc9fa487d to build tracker '/tmp/pip-req-tracker-8ubttuen' 2021-07-10T07:40:27,342 Running setup.py (path:/tmp/pip-wheel-lwpft334/boxup-core_bebc4797c9f94018af88959e394f3fe8/setup.py) egg_info for package boxup-core 2021-07-10T07:40:27,343 Created temporary directory: /tmp/pip-pip-egg-info-_tkee66j 2021-07-10T07:40:27,343 Running command python setup.py egg_info 2021-07-10T07:40:27,998 Cannot copy boxup-core.cfg to /etc/boxup/boxup-core.cfg 2021-07-10T07:40:28,013 Cannot copy boxup to /etc/init.d/boxup 2021-07-10T07:40:28,014 Traceback (most recent call last): 2021-07-10T07:40:28,014 File "", line 1, in 2021-07-10T07:40:28,014 File "/tmp/pip-wheel-lwpft334/boxup-core_bebc4797c9f94018af88959e394f3fe8/setup.py", line 62, in 2021-07-10T07:40:28,016 long_description=read('README.md') 2021-07-10T07:40:28,016 File "/tmp/pip-wheel-lwpft334/boxup-core_bebc4797c9f94018af88959e394f3fe8/setup.py", line 10, in read 2021-07-10T07:40:28,016 return open(os.path.join(os.path.dirname(__file__), fname)).read() 2021-07-10T07:40:28,016 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-lwpft334/boxup-core_bebc4797c9f94018af88959e394f3fe8/README.md' 2021-07-10T07:40:28,069 WARNING: Discarding https://files.pythonhosted.org/packages/ba/fd/aba3a27c9aa92ccf36cffb9c58b7e03d1c237c451d153c5b536a4354ea8b/boxup_core-0.0.1.tar.gz#sha256=6561666680e0f40cd63277c67959cb4baf85f7888126c0c8e72dd4bfc9fa487d (from https://pypi.org/simple/boxup-core/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T07:40:28,070 ERROR: Could not find a version that satisfies the requirement boxup-core==0.0.1 (from versions: 0.0.1, 0.0.2) 2021-07-10T07:40:28,070 ERROR: No matching distribution found for boxup-core==0.0.1 2021-07-10T07:40:28,071 Exception information: 2021-07-10T07:40:28,071 Traceback (most recent call last): 2021-07-10T07:40:28,071 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T07:40:28,071 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T07:40:28,071 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T07:40:28,071 raise RequirementsConflicted(criterion) 2021-07-10T07:40:28,071 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('boxup-core==0.0.1') 2021-07-10T07:40:28,071 2021-07-10T07:40:28,071 During handling of the above exception, another exception occurred: 2021-07-10T07:40:28,071 2021-07-10T07:40:28,071 Traceback (most recent call last): 2021-07-10T07:40:28,071 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T07:40:28,071 result = self._result = resolver.resolve( 2021-07-10T07:40:28,071 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T07:40:28,071 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T07:40:28,071 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T07:40:28,071 raise ResolutionImpossible(e.criterion.information) 2021-07-10T07:40:28,071 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('boxup-core==0.0.1'), parent=None)] 2021-07-10T07:40:28,071 2021-07-10T07:40:28,071 The above exception was the direct cause of the following exception: 2021-07-10T07:40:28,071 2021-07-10T07:40:28,071 Traceback (most recent call last): 2021-07-10T07:40:28,071 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T07:40:28,071 status = self.run(options, args) 2021-07-10T07:40:28,071 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T07:40:28,071 return func(self, options, args) 2021-07-10T07:40:28,071 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T07:40:28,071 requirement_set = resolver.resolve( 2021-07-10T07:40:28,071 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T07:40:28,071 raise error from e 2021-07-10T07:40:28,071 pip._internal.exceptions.DistributionNotFound: No matching distribution found for boxup-core==0.0.1 2021-07-10T07:40:28,076 Removed boxup-core==0.0.1 from https://files.pythonhosted.org/packages/ba/fd/aba3a27c9aa92ccf36cffb9c58b7e03d1c237c451d153c5b536a4354ea8b/boxup_core-0.0.1.tar.gz#sha256=6561666680e0f40cd63277c67959cb4baf85f7888126c0c8e72dd4bfc9fa487d from build tracker '/tmp/pip-req-tracker-8ubttuen' 2021-07-10T07:40:28,076 Removed build tracker: '/tmp/pip-req-tracker-8ubttuen'