2021-12-07T16:55:55,274 Created temporary directory: /tmp/pip-ephem-wheel-cache-6y4r468o 2021-12-07T16:55:55,279 Created temporary directory: /tmp/pip-req-tracker-mh4fduhk 2021-12-07T16:55:55,280 Initialized build tracking at /tmp/pip-req-tracker-mh4fduhk 2021-12-07T16:55:55,280 Created build tracker: /tmp/pip-req-tracker-mh4fduhk 2021-12-07T16:55:55,280 Entered build tracker: /tmp/pip-req-tracker-mh4fduhk 2021-12-07T16:55:55,281 Created temporary directory: /tmp/pip-wheel-mj7wkaao 2021-12-07T16:55:55,342 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-12-07T16:55:55,348 2 location(s) to search for versions of pygsl: 2021-12-07T16:55:55,348 * https://pypi.org/simple/pygsl/ 2021-12-07T16:55:55,348 * https://www.piwheels.org/simple/pygsl/ 2021-12-07T16:55:55,349 Fetching project page and analyzing links: https://pypi.org/simple/pygsl/ 2021-12-07T16:55:55,350 Getting page https://pypi.org/simple/pygsl/ 2021-12-07T16:55:55,353 Found index url https://pypi.org/simple 2021-12-07T16:55:55,545 Found link https://files.pythonhosted.org/packages/38/d9/ac760af4d74a99d757bf93c5d29dd7847ad40b761d090527b69484f4ac5b/pygsl-2.1.1.tar.gz#sha256=052ef186d499332a325edd0d46a0f9ae0726050da07f2328cfd659d620e2be33 (from https://pypi.org/simple/pygsl/), version: 2.1.1 2021-12-07T16:55:55,546 Found link https://files.pythonhosted.org/packages/17/fc/9c11163f017a0d6877141d4d4edb619b0f05990d865caab840a2d0463581/pygsl-2.3.0.1.tar.gz#sha256=b248a899a9df0b94996fd5fe070f8ecbd3d42ca07486a829dedcdfdd70a3337d (from https://pypi.org/simple/pygsl/), version: 2.3.0.1 2021-12-07T16:55:55,547 Found link https://files.pythonhosted.org/packages/0f/82/8bc81042923e474de30a080a551f11a4a352c098a569e6e126f313322735/pygsl-2.3.2.tar.gz#sha256=fa5d018d4421373f5390ac199bc5d484ef317d8358505b35a795bb89f96c8a9c (from https://pypi.org/simple/pygsl/), version: 2.3.2 2021-12-07T16:55:55,548 Fetching project page and analyzing links: https://www.piwheels.org/simple/pygsl/ 2021-12-07T16:55:55,548 Getting page https://www.piwheels.org/simple/pygsl/ 2021-12-07T16:55:55,550 Found index url https://www.piwheels.org/simple 2021-12-07T16:55:55,770 Skipping link: not a file: https://www.piwheels.org/simple/pygsl/ 2021-12-07T16:55:55,770 Skipping link: not a file: https://pypi.org/simple/pygsl/ 2021-12-07T16:55:55,810 Given no hashes to check 1 links for project 'pygsl': discarding no candidates 2021-12-07T16:55:55,847 Collecting pygsl==2.3.2 2021-12-07T16:55:55,850 Created temporary directory: /tmp/pip-unpack-wa560wp7 2021-12-07T16:55:55,935 Downloading pygsl-2.3.2.tar.gz (1.1 MB) 2021-12-07T16:55:58,462 Added pygsl==2.3.2 from https://files.pythonhosted.org/packages/0f/82/8bc81042923e474de30a080a551f11a4a352c098a569e6e126f313322735/pygsl-2.3.2.tar.gz#sha256=fa5d018d4421373f5390ac199bc5d484ef317d8358505b35a795bb89f96c8a9c to build tracker '/tmp/pip-req-tracker-mh4fduhk' 2021-12-07T16:55:58,464 Running setup.py (path:/tmp/pip-wheel-mj7wkaao/pygsl_51a0c5fb5d084072be62252f2844c5d4/setup.py) egg_info for package pygsl 2021-12-07T16:55:58,465 Created temporary directory: /tmp/pip-pip-egg-info-454p2b10 2021-12-07T16:55:58,465 Preparing metadata (setup.py): started 2021-12-07T16:55:58,466 Running command python setup.py egg_info 2021-12-07T16:55:59,473 /usr/local/lib/python3.9/dist-packages/setuptools/version.py:1: UserWarning: Module errno was already imported from None, but /tmp/pip-wheel-mj7wkaao/pygsl_51a0c5fb5d084072be62252f2844c5d4 is being added to sys.path 2021-12-07T16:55:59,475 import pkg_resources 2021-12-07T16:55:59,925 /bin/sh: 1: gsl-config: not found 2021-12-07T16:55:59,927 Traceback (most recent call last): 2021-12-07T16:55:59,928 File "", line 1, in 2021-12-07T16:55:59,929 File "/tmp/pip-wheel-mj7wkaao/pygsl_51a0c5fb5d084072be62252f2844c5d4/setup.py", line 100, in 2021-12-07T16:55:59,930 from gsl_Extension import gsl_Extension 2021-12-07T16:55:59,930 File "gsl_dist/gsl_Extension.py", line 22, in 2021-12-07T16:55:59,931 from gsl_Location import gsl_Location 2021-12-07T16:55:59,931 File "gsl_dist/gsl_Location.py", line 158, in 2021-12-07T16:55:59,932 gsl_Location = _gsl_Location_gsl_config() 2021-12-07T16:55:59,932 File "gsl_dist/gsl_Location.py", line 111, in __init__ 2021-12-07T16:55:59,933 self.prefix = self.get_gsl_info('--prefix').strip() 2021-12-07T16:55:59,933 File "gsl_dist/gsl_Location.py", line 133, in get_gsl_info 2021-12-07T16:55:59,934 raise DistutilsExecError("could not start %s"%self.gsl_config_tool) 2021-12-07T16:55:59,934 distutils.errors.DistutilsExecError: could not start gsl-config 2021-12-07T16:56:00,049 Preparing metadata (setup.py): finished with status 'error' 2021-12-07T16:56:00,050 WARNING: Discarding https://files.pythonhosted.org/packages/0f/82/8bc81042923e474de30a080a551f11a4a352c098a569e6e126f313322735/pygsl-2.3.2.tar.gz#sha256=fa5d018d4421373f5390ac199bc5d484ef317d8358505b35a795bb89f96c8a9c (from https://pypi.org/simple/pygsl/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-12-07T16:56:00,053 ERROR: Could not find a version that satisfies the requirement pygsl==2.3.2 (from versions: 2.1.1, 2.3.0.1, 2.3.2) 2021-12-07T16:56:00,053 ERROR: No matching distribution found for pygsl==2.3.2 2021-12-07T16:56:00,054 Exception information: 2021-12-07T16:56:00,054 Traceback (most recent call last): 2021-12-07T16:56:00,054 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2021-12-07T16:56:00,054 self._add_to_criteria(self.state.criteria, r, parent=None) 2021-12-07T16:56:00,054 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2021-12-07T16:56:00,054 raise RequirementsConflicted(criterion) 2021-12-07T16:56:00,054 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pygsl==2.3.2') 2021-12-07T16:56:00,054 2021-12-07T16:56:00,054 During handling of the above exception, another exception occurred: 2021-12-07T16:56:00,054 2021-12-07T16:56:00,054 Traceback (most recent call last): 2021-12-07T16:56:00,054 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2021-12-07T16:56:00,054 result = self._result = resolver.resolve( 2021-12-07T16:56:00,054 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2021-12-07T16:56:00,054 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-12-07T16:56:00,054 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2021-12-07T16:56:00,054 raise ResolutionImpossible(e.criterion.information) 2021-12-07T16:56:00,054 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pygsl==2.3.2'), parent=None)] 2021-12-07T16:56:00,054 2021-12-07T16:56:00,054 The above exception was the direct cause of the following exception: 2021-12-07T16:56:00,054 2021-12-07T16:56:00,054 Traceback (most recent call last): 2021-12-07T16:56:00,054 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2021-12-07T16:56:00,054 status = run_func(*args) 2021-12-07T16:56:00,054 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-12-07T16:56:00,054 return func(self, options, args) 2021-12-07T16:56:00,054 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2021-12-07T16:56:00,054 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2021-12-07T16:56:00,054 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2021-12-07T16:56:00,054 raise error from e 2021-12-07T16:56:00,054 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pygsl==2.3.2 2021-12-07T16:56:00,063 Removed pygsl==2.3.2 from https://files.pythonhosted.org/packages/0f/82/8bc81042923e474de30a080a551f11a4a352c098a569e6e126f313322735/pygsl-2.3.2.tar.gz#sha256=fa5d018d4421373f5390ac199bc5d484ef317d8358505b35a795bb89f96c8a9c from build tracker '/tmp/pip-req-tracker-mh4fduhk' 2021-12-07T16:56:00,064 Removed build tracker: '/tmp/pip-req-tracker-mh4fduhk'