2021-07-09T21:59:35,019 Created temporary directory: /tmp/pip-ephem-wheel-cache-4gel0gq6 2021-07-09T21:59:35,022 Created temporary directory: /tmp/pip-req-tracker-r0elop9a 2021-07-09T21:59:35,023 Initialized build tracking at /tmp/pip-req-tracker-r0elop9a 2021-07-09T21:59:35,023 Created build tracker: /tmp/pip-req-tracker-r0elop9a 2021-07-09T21:59:35,023 Entered build tracker: /tmp/pip-req-tracker-r0elop9a 2021-07-09T21:59:35,024 Created temporary directory: /tmp/pip-wheel-kqilgpo_ 2021-07-09T21:59:35,057 1 location(s) to search for versions of jsaone: 2021-07-09T21:59:35,057 * https://pypi.org/simple/jsaone/ 2021-07-09T21:59:35,058 Fetching project page and analyzing links: https://pypi.org/simple/jsaone/ 2021-07-09T21:59:35,058 Getting page https://pypi.org/simple/jsaone/ 2021-07-09T21:59:35,060 Found index url https://pypi.org/simple 2021-07-09T21:59:35,236 Found link https://files.pythonhosted.org/packages/cb/af/17badc6824dc68cdeee57c4a795133cdbb445150d4b759530ecad41c4c5a/jsaone-0.1.tar.gz#sha256=2581b05b1bd01171c13d10f5900ac8765f77a7242570a1d3424effa0715cd150 (from https://pypi.org/simple/jsaone/), version: 0.1 2021-07-09T21:59:35,237 Found link https://files.pythonhosted.org/packages/01/fe/00bf9d0e00e922967cea5eb87bfe73206472543711d59beb723fde94a76f/jsaone-0.2.tar.gz#sha256=91f72021812adb66bc7bef1782623466faea69eba0e313c2016ec2c88136cb57 (from https://pypi.org/simple/jsaone/), version: 0.2 2021-07-09T21:59:35,237 Skipping link: not a file: https://pypi.org/simple/jsaone/ 2021-07-09T21:59:35,254 Given no hashes to check 1 links for project 'jsaone': discarding no candidates 2021-07-09T21:59:35,271 Collecting jsaone==0.1 2021-07-09T21:59:35,273 Created temporary directory: /tmp/pip-unpack-llkp937g 2021-07-09T21:59:35,454 Downloading jsaone-0.1.tar.gz (36 kB) 2021-07-09T21:59:35,496 Added jsaone==0.1 from https://files.pythonhosted.org/packages/cb/af/17badc6824dc68cdeee57c4a795133cdbb445150d4b759530ecad41c4c5a/jsaone-0.1.tar.gz#sha256=2581b05b1bd01171c13d10f5900ac8765f77a7242570a1d3424effa0715cd150 to build tracker '/tmp/pip-req-tracker-r0elop9a' 2021-07-09T21:59:35,497 Running setup.py (path:/tmp/pip-wheel-kqilgpo_/jsaone_a7495be330c948c7bf5bf6a89779ea3d/setup.py) egg_info for package jsaone 2021-07-09T21:59:35,498 Created temporary directory: /tmp/pip-pip-egg-info-lm_js54v 2021-07-09T21:59:35,498 Running command python setup.py egg_info 2021-07-09T21:59:36,753 Traceback (most recent call last): 2021-07-09T21:59:36,754 File "", line 1, in 2021-07-09T21:59:36,754 File "/tmp/pip-wheel-kqilgpo_/jsaone_a7495be330c948c7bf5bf6a89779ea3d/setup.py", line 17, in 2021-07-09T21:59:36,754 ext_modules = cythonize("jsaone_cyt.pyx"), 2021-07-09T21:59:36,755 File "/usr/local/lib/python3.9/dist-packages/Cython/Build/Dependencies.py", line 965, in cythonize 2021-07-09T21:59:36,771 module_list, module_metadata = create_extension_list( 2021-07-09T21:59:36,772 File "/usr/local/lib/python3.9/dist-packages/Cython/Build/Dependencies.py", line 815, in create_extension_list 2021-07-09T21:59:36,772 for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't match any files" % filepattern): 2021-07-09T21:59:36,772 File "/usr/local/lib/python3.9/dist-packages/Cython/Build/Dependencies.py", line 114, in nonempty 2021-07-09T21:59:36,773 raise ValueError(error_msg) 2021-07-09T21:59:36,773 ValueError: 'jsaone_cyt.pyx' doesn't match any files 2021-07-09T21:59:36,863 WARNING: Discarding https://files.pythonhosted.org/packages/cb/af/17badc6824dc68cdeee57c4a795133cdbb445150d4b759530ecad41c4c5a/jsaone-0.1.tar.gz#sha256=2581b05b1bd01171c13d10f5900ac8765f77a7242570a1d3424effa0715cd150 (from https://pypi.org/simple/jsaone/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T21:59:36,865 ERROR: Could not find a version that satisfies the requirement jsaone==0.1 (from versions: 0.1, 0.2) 2021-07-09T21:59:36,865 ERROR: No matching distribution found for jsaone==0.1 2021-07-09T21:59:36,865 Exception information: 2021-07-09T21:59:36,865 Traceback (most recent call last): 2021-07-09T21:59:36,865 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T21:59:36,865 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T21:59:36,865 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T21:59:36,865 raise RequirementsConflicted(criterion) 2021-07-09T21:59:36,865 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('jsaone==0.1') 2021-07-09T21:59:36,865 2021-07-09T21:59:36,865 During handling of the above exception, another exception occurred: 2021-07-09T21:59:36,865 2021-07-09T21:59:36,865 Traceback (most recent call last): 2021-07-09T21:59:36,865 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T21:59:36,865 result = self._result = resolver.resolve( 2021-07-09T21:59:36,865 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T21:59:36,865 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T21:59:36,865 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T21:59:36,865 raise ResolutionImpossible(e.criterion.information) 2021-07-09T21:59:36,865 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('jsaone==0.1'), parent=None)] 2021-07-09T21:59:36,865 2021-07-09T21:59:36,865 The above exception was the direct cause of the following exception: 2021-07-09T21:59:36,865 2021-07-09T21:59:36,865 Traceback (most recent call last): 2021-07-09T21:59:36,865 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T21:59:36,865 status = self.run(options, args) 2021-07-09T21:59:36,865 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T21:59:36,865 return func(self, options, args) 2021-07-09T21:59:36,865 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T21:59:36,865 requirement_set = resolver.resolve( 2021-07-09T21:59:36,865 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T21:59:36,865 raise error from e 2021-07-09T21:59:36,865 pip._internal.exceptions.DistributionNotFound: No matching distribution found for jsaone==0.1 2021-07-09T21:59:36,870 Removed jsaone==0.1 from https://files.pythonhosted.org/packages/cb/af/17badc6824dc68cdeee57c4a795133cdbb445150d4b759530ecad41c4c5a/jsaone-0.1.tar.gz#sha256=2581b05b1bd01171c13d10f5900ac8765f77a7242570a1d3424effa0715cd150 from build tracker '/tmp/pip-req-tracker-r0elop9a' 2021-07-09T21:59:36,870 Removed build tracker: '/tmp/pip-req-tracker-r0elop9a'