2021-07-12T09:54:52,000 Created temporary directory: /tmp/pip-ephem-wheel-cache-v7_vkw8d 2021-07-12T09:54:52,003 Created temporary directory: /tmp/pip-req-tracker-8kw29vg_ 2021-07-12T09:54:52,004 Initialized build tracking at /tmp/pip-req-tracker-8kw29vg_ 2021-07-12T09:54:52,004 Created build tracker: /tmp/pip-req-tracker-8kw29vg_ 2021-07-12T09:54:52,004 Entered build tracker: /tmp/pip-req-tracker-8kw29vg_ 2021-07-12T09:54:52,005 Created temporary directory: /tmp/pip-wheel-yn4qiu46 2021-07-12T09:54:52,034 1 location(s) to search for versions of ds2sim: 2021-07-12T09:54:52,034 * https://pypi.org/simple/ds2sim/ 2021-07-12T09:54:52,035 Fetching project page and analyzing links: https://pypi.org/simple/ds2sim/ 2021-07-12T09:54:52,035 Getting page https://pypi.org/simple/ds2sim/ 2021-07-12T09:54:52,037 Found index url https://pypi.org/simple 2021-07-12T09:54:52,250 Found link https://files.pythonhosted.org/packages/3a/85/1b51de37f70239de9c63e004620fb9762532383a6c1d2550a152c8c019c9/ds2sim-0.3.1.tar.gz#sha256=d6d4684a4cd1aaf220e10a8ddb6c17fa65c01f123807d1807f241b357ea0b45c (from https://pypi.org/simple/ds2sim/), version: 0.3.1 2021-07-12T09:54:52,250 Found link https://files.pythonhosted.org/packages/29/b5/30dd2c03264b012ab7f97828e99a4d3ec1c4c4dc9d326634acdc9568a57a/ds2sim-0.5.0.tar.gz#sha256=830deeeb777fa614d8ceae69fd8eb4fa41797339a0363760fa0438f734384e50 (from https://pypi.org/simple/ds2sim/), version: 0.5.0 2021-07-12T09:54:52,250 Skipping link: not a file: https://pypi.org/simple/ds2sim/ 2021-07-12T09:54:52,268 Given no hashes to check 1 links for project 'ds2sim': discarding no candidates 2021-07-12T09:54:52,287 Collecting ds2sim==0.3.1 2021-07-12T09:54:52,289 Created temporary directory: /tmp/pip-unpack-hasubvc9 2021-07-12T09:54:54,009 Downloading ds2sim-0.3.1.tar.gz (6.0 MB) 2021-07-12T09:54:55,249 Added ds2sim==0.3.1 from https://files.pythonhosted.org/packages/3a/85/1b51de37f70239de9c63e004620fb9762532383a6c1d2550a152c8c019c9/ds2sim-0.3.1.tar.gz#sha256=d6d4684a4cd1aaf220e10a8ddb6c17fa65c01f123807d1807f241b357ea0b45c to build tracker '/tmp/pip-req-tracker-8kw29vg_' 2021-07-12T09:54:55,250 Running setup.py (path:/tmp/pip-wheel-yn4qiu46/ds2sim_78816f141fc94a9b9c5d2ccc8fde6ba8/setup.py) egg_info for package ds2sim 2021-07-12T09:54:55,251 Created temporary directory: /tmp/pip-pip-egg-info-1xiiqv5m 2021-07-12T09:54:55,251 Running command python setup.py egg_info 2021-07-12T09:54:56,252 Error: cannot find lib/libHorde3D.so 2021-07-12T09:54:56,253 Error: cannot find lib/libHorde3DUtils.so 2021-07-12T09:54:56,254 Error: cannot find include/horde3d 2021-07-12T09:54:56,254 Error: cannot find include/horde3d/Horde3D.h 2021-07-12T09:54:56,254 Error: cannot find include/horde3d/Horde3DUtils.h 2021-07-12T09:54:56,255 Horde3D does not appear to be installed. 2021-07-12T09:54:56,255 Install it as follows: 2021-07-12T09:54:56,255 >> git clone https://github.com/olitheolix/Horde3D 2021-07-12T09:54:56,255 >> mkdir -p Horde3D/build 2021-07-12T09:54:56,256 >> cd Horde3D/build 2021-07-12T09:54:56,256 >> git checkout ds2 2021-07-12T09:54:56,256 >> cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr 2021-07-12T09:54:56,256 >> make install 2021-07-12T09:54:56,312 WARNING: Discarding https://files.pythonhosted.org/packages/3a/85/1b51de37f70239de9c63e004620fb9762532383a6c1d2550a152c8c019c9/ds2sim-0.3.1.tar.gz#sha256=d6d4684a4cd1aaf220e10a8ddb6c17fa65c01f123807d1807f241b357ea0b45c (from https://pypi.org/simple/ds2sim/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T09:54:56,313 ERROR: Could not find a version that satisfies the requirement ds2sim==0.3.1 (from versions: 0.3.1, 0.5.0) 2021-07-12T09:54:56,313 ERROR: No matching distribution found for ds2sim==0.3.1 2021-07-12T09:54:56,314 Exception information: 2021-07-12T09:54:56,314 Traceback (most recent call last): 2021-07-12T09:54:56,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T09:54:56,314 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T09:54:56,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T09:54:56,314 raise RequirementsConflicted(criterion) 2021-07-12T09:54:56,314 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ds2sim==0.3.1') 2021-07-12T09:54:56,314 2021-07-12T09:54:56,314 During handling of the above exception, another exception occurred: 2021-07-12T09:54:56,314 2021-07-12T09:54:56,314 Traceback (most recent call last): 2021-07-12T09:54:56,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T09:54:56,314 result = self._result = resolver.resolve( 2021-07-12T09:54:56,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T09:54:56,314 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T09:54:56,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T09:54:56,314 raise ResolutionImpossible(e.criterion.information) 2021-07-12T09:54:56,314 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ds2sim==0.3.1'), parent=None)] 2021-07-12T09:54:56,314 2021-07-12T09:54:56,314 The above exception was the direct cause of the following exception: 2021-07-12T09:54:56,314 2021-07-12T09:54:56,314 Traceback (most recent call last): 2021-07-12T09:54:56,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T09:54:56,314 status = self.run(options, args) 2021-07-12T09:54:56,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T09:54:56,314 return func(self, options, args) 2021-07-12T09:54:56,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T09:54:56,314 requirement_set = resolver.resolve( 2021-07-12T09:54:56,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T09:54:56,314 raise error from e 2021-07-12T09:54:56,314 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ds2sim==0.3.1 2021-07-12T09:54:56,319 Removed ds2sim==0.3.1 from https://files.pythonhosted.org/packages/3a/85/1b51de37f70239de9c63e004620fb9762532383a6c1d2550a152c8c019c9/ds2sim-0.3.1.tar.gz#sha256=d6d4684a4cd1aaf220e10a8ddb6c17fa65c01f123807d1807f241b357ea0b45c from build tracker '/tmp/pip-req-tracker-8kw29vg_' 2021-07-12T09:54:56,319 Removed build tracker: '/tmp/pip-req-tracker-8kw29vg_'