2021-07-14T12:28:08,449 Created temporary directory: /tmp/pip-ephem-wheel-cache-edoa_f7j 2021-07-14T12:28:08,453 Created temporary directory: /tmp/pip-req-tracker-0cy20_1s 2021-07-14T12:28:08,454 Initialized build tracking at /tmp/pip-req-tracker-0cy20_1s 2021-07-14T12:28:08,454 Created build tracker: /tmp/pip-req-tracker-0cy20_1s 2021-07-14T12:28:08,455 Entered build tracker: /tmp/pip-req-tracker-0cy20_1s 2021-07-14T12:28:08,455 Created temporary directory: /tmp/pip-wheel-1rqhy9z0 2021-07-14T12:28:08,490 1 location(s) to search for versions of pydarts: 2021-07-14T12:28:08,490 * https://pypi.org/simple/pydarts/ 2021-07-14T12:28:08,491 Fetching project page and analyzing links: https://pypi.org/simple/pydarts/ 2021-07-14T12:28:08,492 Getting page https://pypi.org/simple/pydarts/ 2021-07-14T12:28:08,494 Found index url https://pypi.org/simple 2021-07-14T12:28:08,679 Found link https://files.pythonhosted.org/packages/b4/60/f7c73e953dbcb24820c0b674c48bdd73f6b66ebc8849046473c286911a37/pydarts-1.1.0.tar.gz#sha256=3eedbdbb02a4655eaa25545b00e6c69e69373c61383b7cd2284559a4474bfa45 (from https://pypi.org/simple/pydarts/), version: 1.1.0 2021-07-14T12:28:08,680 Found link https://files.pythonhosted.org/packages/59/a6/40673aa4193bf5859f20fac96fde0d976adfa53a2149c9979df29b1c020c/pydarts-1.1.2.tar.gz#sha256=354ddd884bd9d6aeffb25ec0354b15ea204f425c8b547e4b8aa63762d504591b (from https://pypi.org/simple/pydarts/), version: 1.1.2 2021-07-14T12:28:08,680 Found link https://files.pythonhosted.org/packages/4e/d5/490f2b6e9ac128e5e8b8dd94c30362aa6ac53a5ce6fe5659f44965ba8333/pydarts-1.1.3.tar.gz#sha256=ec8a9fef51abdfd87749f8f961466c184c934c180f8bb3b3661693a26604b09d (from https://pypi.org/simple/pydarts/), version: 1.1.3 2021-07-14T12:28:08,680 Skipping link: not a file: https://pypi.org/simple/pydarts/ 2021-07-14T12:28:08,703 Given no hashes to check 1 links for project 'pydarts': discarding no candidates 2021-07-14T12:28:08,728 Collecting pydarts==1.1.3 2021-07-14T12:28:08,730 Created temporary directory: /tmp/pip-unpack-jjd4r6yl 2021-07-14T12:28:08,935 Downloading pydarts-1.1.3.tar.gz (48 kB) 2021-07-14T12:28:08,998 Added pydarts==1.1.3 from https://files.pythonhosted.org/packages/4e/d5/490f2b6e9ac128e5e8b8dd94c30362aa6ac53a5ce6fe5659f44965ba8333/pydarts-1.1.3.tar.gz#sha256=ec8a9fef51abdfd87749f8f961466c184c934c180f8bb3b3661693a26604b09d to build tracker '/tmp/pip-req-tracker-0cy20_1s' 2021-07-14T12:28:08,999 Running setup.py (path:/tmp/pip-wheel-1rqhy9z0/pydarts_4f121fe2d1da437c892c1377e72a7621/setup.py) egg_info for package pydarts 2021-07-14T12:28:09,000 Created temporary directory: /tmp/pip-pip-egg-info-7q0saaek 2021-07-14T12:28:09,000 Running command python setup.py egg_info 2021-07-14T12:28:10,678 /usr/local/lib/python3.9/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-wheel-1rqhy9z0/pydarts_4f121fe2d1da437c892c1377e72a7621/pydarts.pyx 2021-07-14T12:28:10,679 tree = Parsing.p_module(s, pxd, full_module_name) 2021-07-14T12:28:10,759 Error compiling Cython file: 2021-07-14T12:28:10,759 ------------------------------------------------------------ 2021-07-14T12:28:10,759 ... 2021-07-14T12:28:10,760 # distutils: language = c++ 2021-07-14T12:28:10,760 cimport pydarts 2021-07-14T12:28:10,760 ^ 2021-07-14T12:28:10,761 ------------------------------------------------------------ 2021-07-14T12:28:10,761 pydarts.pyx:3:8: 'pydarts.pxd' not found 2021-07-14T12:28:10,956 Error compiling Cython file: 2021-07-14T12:28:10,956 ------------------------------------------------------------ 2021-07-14T12:28:10,956 ... 2021-07-14T12:28:10,956 class PyDartsError(Exception): 2021-07-14T12:28:10,957 pass 2021-07-14T12:28:10,957 cdef class PyDarts: 2021-07-14T12:28:10,958 cdef DoubleArray *_da 2021-07-14T12:28:10,958 ^ 2021-07-14T12:28:10,958 ------------------------------------------------------------ 2021-07-14T12:28:10,959 pydarts.pyx:18:9: 'DoubleArray' is not a type identifier 2021-07-14T12:28:10,964 Error compiling Cython file: 2021-07-14T12:28:10,964 ------------------------------------------------------------ 2021-07-14T12:28:10,964 ... 2021-07-14T12:28:10,965 if ret < 0: 2021-07-14T12:28:10,965 raise PyDartsError('Failed to build dict') 2021-07-14T12:28:10,965 cpdef list search(self, text, longest=True, max_result=DEFAULT_MAX_RESULT): 2021-07-14T12:28:10,965 cdef result_pair_type* matched = malloc(len(text) * sizeof(result_pair_type)) 2021-07-14T12:28:10,966 ^ 2021-07-14T12:28:10,966 ------------------------------------------------------------ 2021-07-14T12:28:10,966 pydarts.pyx:58:13: 'result_pair_type' is not a type identifier 2021-07-14T12:28:11,088 Error compiling Cython file: 2021-07-14T12:28:11,089 ------------------------------------------------------------ 2021-07-14T12:28:11,089 ... 2021-07-14T12:28:11,089 cdef class PyDarts: 2021-07-14T12:28:11,090 cdef DoubleArray *_da 2021-07-14T12:28:11,090 def __cinit__(self): 2021-07-14T12:28:11,090 self._da = new DoubleArray() 2021-07-14T12:28:11,091 ^ 2021-07-14T12:28:11,091 ------------------------------------------------------------ 2021-07-14T12:28:11,091 pydarts.pyx:21:23: 'DoubleArray' is not a type identifier 2021-07-14T12:28:11,092 Error compiling Cython file: 2021-07-14T12:28:11,092 ------------------------------------------------------------ 2021-07-14T12:28:11,092 ... 2021-07-14T12:28:11,093 cdef class PyDarts: 2021-07-14T12:28:11,093 cdef DoubleArray *_da 2021-07-14T12:28:11,093 def __cinit__(self): 2021-07-14T12:28:11,094 self._da = new DoubleArray() 2021-07-14T12:28:11,094 ^ 2021-07-14T12:28:11,094 ------------------------------------------------------------ 2021-07-14T12:28:11,095 pydarts.pyx:21:23: new operator can only be applied to a C++ class 2021-07-14T12:28:11,098 Error compiling Cython file: 2021-07-14T12:28:11,098 ------------------------------------------------------------ 2021-07-14T12:28:11,099 ... 2021-07-14T12:28:11,099 keys = sorted([k.encode('utf-8') for k in keys]) 2021-07-14T12:28:11,099 for i, key in enumerate(keys): 2021-07-14T12:28:11,100 _m_keys[i] = key 2021-07-14T12:28:11,100 ret = self._da.build(len(keys), _m_keys) 2021-07-14T12:28:11,100 ^ 2021-07-14T12:28:11,100 ------------------------------------------------------------ 2021-07-14T12:28:11,101 pydarts.pyx:50:40: Cannot convert 'const char **' to Python object 2021-07-14T12:28:11,102 Error compiling Cython file: 2021-07-14T12:28:11,102 ------------------------------------------------------------ 2021-07-14T12:28:11,102 ... 2021-07-14T12:28:11,103 if ret < 0: 2021-07-14T12:28:11,103 raise PyDartsError('Failed to build dict') 2021-07-14T12:28:11,103 cpdef list search(self, text, longest=True, max_result=DEFAULT_MAX_RESULT): 2021-07-14T12:28:11,104 cdef result_pair_type* matched = malloc(len(text) * sizeof(result_pair_type)) 2021-07-14T12:28:11,104 ^ 2021-07-14T12:28:11,104 ------------------------------------------------------------ 2021-07-14T12:28:11,105 pydarts.pyx:58:42: 'result_pair_type' is not a type identifier 2021-07-14T12:28:11,105 Error compiling Cython file: 2021-07-14T12:28:11,105 ------------------------------------------------------------ 2021-07-14T12:28:11,105 ... 2021-07-14T12:28:11,106 if ret < 0: 2021-07-14T12:28:11,106 raise PyDartsError('Failed to build dict') 2021-07-14T12:28:11,106 cpdef list search(self, text, longest=True, max_result=DEFAULT_MAX_RESULT): 2021-07-14T12:28:11,107 cdef result_pair_type* matched = malloc(len(text) * sizeof(result_pair_type)) 2021-07-14T12:28:11,107 ^ 2021-07-14T12:28:11,107 ------------------------------------------------------------ 2021-07-14T12:28:11,108 pydarts.pyx:58:102: undeclared name not builtin: result_pair_type 2021-07-14T12:28:11,205 Traceback (most recent call last): 2021-07-14T12:28:11,205 File "", line 1, in 2021-07-14T12:28:11,205 File "/tmp/pip-wheel-1rqhy9z0/pydarts_4f121fe2d1da437c892c1377e72a7621/setup.py", line 10, in 2021-07-14T12:28:11,206 ext_modules = cythonize(['pydarts.pyx']) 2021-07-14T12:28:11,206 File "/usr/local/lib/python3.9/dist-packages/Cython/Build/Dependencies.py", line 1102, in cythonize 2021-07-14T12:28:11,207 cythonize_one(*args) 2021-07-14T12:28:11,207 File "/usr/local/lib/python3.9/dist-packages/Cython/Build/Dependencies.py", line 1225, in cythonize_one 2021-07-14T12:28:11,208 raise CompileError(None, pyx_file) 2021-07-14T12:28:11,208 Cython.Compiler.Errors.CompileError: pydarts.pyx 2021-07-14T12:28:11,209 Compiling pydarts.pyx because it depends on /usr/local/lib/python3.9/dist-packages/Cython/Includes/libcpp/vector.pxd. 2021-07-14T12:28:11,209 [1/1] Cythonizing pydarts.pyx 2021-07-14T12:28:11,330 WARNING: Discarding https://files.pythonhosted.org/packages/4e/d5/490f2b6e9ac128e5e8b8dd94c30362aa6ac53a5ce6fe5659f44965ba8333/pydarts-1.1.3.tar.gz#sha256=ec8a9fef51abdfd87749f8f961466c184c934c180f8bb3b3661693a26604b09d (from https://pypi.org/simple/pydarts/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-14T12:28:11,332 ERROR: Could not find a version that satisfies the requirement pydarts==1.1.3 (from versions: 1.1.0, 1.1.2, 1.1.3) 2021-07-14T12:28:11,332 ERROR: No matching distribution found for pydarts==1.1.3 2021-07-14T12:28:11,333 Exception information: 2021-07-14T12:28:11,333 Traceback (most recent call last): 2021-07-14T12:28:11,333 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-14T12:28:11,333 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-14T12:28:11,333 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-14T12:28:11,333 raise RequirementsConflicted(criterion) 2021-07-14T12:28:11,333 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pydarts==1.1.3') 2021-07-14T12:28:11,333 2021-07-14T12:28:11,333 During handling of the above exception, another exception occurred: 2021-07-14T12:28:11,333 2021-07-14T12:28:11,333 Traceback (most recent call last): 2021-07-14T12:28:11,333 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-14T12:28:11,333 result = self._result = resolver.resolve( 2021-07-14T12:28:11,333 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-14T12:28:11,333 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-14T12:28:11,333 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-14T12:28:11,333 raise ResolutionImpossible(e.criterion.information) 2021-07-14T12:28:11,333 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pydarts==1.1.3'), parent=None)] 2021-07-14T12:28:11,333 2021-07-14T12:28:11,333 The above exception was the direct cause of the following exception: 2021-07-14T12:28:11,333 2021-07-14T12:28:11,333 Traceback (most recent call last): 2021-07-14T12:28:11,333 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-14T12:28:11,333 status = self.run(options, args) 2021-07-14T12:28:11,333 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-14T12:28:11,333 return func(self, options, args) 2021-07-14T12:28:11,333 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-14T12:28:11,333 requirement_set = resolver.resolve( 2021-07-14T12:28:11,333 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-14T12:28:11,333 raise error from e 2021-07-14T12:28:11,333 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pydarts==1.1.3 2021-07-14T12:28:11,339 Removed pydarts==1.1.3 from https://files.pythonhosted.org/packages/4e/d5/490f2b6e9ac128e5e8b8dd94c30362aa6ac53a5ce6fe5659f44965ba8333/pydarts-1.1.3.tar.gz#sha256=ec8a9fef51abdfd87749f8f961466c184c934c180f8bb3b3661693a26604b09d from build tracker '/tmp/pip-req-tracker-0cy20_1s' 2021-07-14T12:28:11,340 Removed build tracker: '/tmp/pip-req-tracker-0cy20_1s'