Created
June 11, 2022 15:30
-
-
Save BrennanBarker/4300d638225500bbbd8f5c04e8453cb1 to your computer and use it in GitHub Desktop.
pomegranate failed pyodide build.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * Creating virtualenv isolated environment... | |
| * Installing packages in isolated environment... (cython, setuptools, wheel) | |
| * Installing packages in isolated environment... (cython, pythran) | |
| * Getting dependencies for wheel... | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| from libc.stdlib cimport free | |
| from libc.stdlib cimport malloc | |
| from libc.string cimport memset | |
| from libc.math cimport log10 as clog10 | |
| from scipy.linalg.cython_blas cimport ddot | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:12:0: 'scipy/linalg/cython_blas.pxd' not found | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| from libc.stdlib cimport free | |
| from libc.stdlib cimport malloc | |
| from libc.string cimport memset | |
| from libc.math cimport log10 as clog10 | |
| from scipy.linalg.cython_blas cimport ddot | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:12:0: 'scipy/linalg/cython_blas/ddot.pxd' not found | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:11: 'ddot' is not a constant, variable or function identifier | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:16: Cannot convert 'int *' to Python object | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:23: Cannot convert 'double *' to Python object | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:30: Cannot convert 'int *' to Python object | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:39: Cannot convert 'double *' to Python object | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:46: Cannot convert 'int *' to Python object | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:15: Coercion from Python not allowed without the GIL | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:15: Calling gil-requiring function not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:11: Accessing Python global or builtin not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:15: Constructing Python tuple not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:16: Converting to Python object not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:23: Converting to Python object not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:30: Converting to Python object not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:39: Converting to Python object not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:46: Converting to Python object not allowed without gil | |
| Compiling pomegranate/BayesClassifier.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/BayesianNetwork.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/FactorGraph.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/MarkovNetwork.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/NaiveBayes.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/base.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/bayes.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/gmm.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/hmm.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/kmeans.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/parallel.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/utils.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/BernoulliDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/BetaDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/ConditionalProbabilityTable.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/DirichletDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/DiscreteDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/ExponentialDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/GammaDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/IndependentComponentsDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/JointProbabilityTable.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/KernelDensities.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/LogNormalDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/MultivariateGaussianDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/NormalDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/PoissonDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/UniformDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/distributions.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| [ 1/28] Cythonizing pomegranate/BayesClassifier.pyx | |
| [ 2/28] Cythonizing pomegranate/BayesianNetwork.pyx | |
| [ 3/28] Cythonizing pomegranate/FactorGraph.pyx | |
| [ 4/28] Cythonizing pomegranate/MarkovNetwork.pyx | |
| [ 5/28] Cythonizing pomegranate/NaiveBayes.pyx | |
| [ 6/28] Cythonizing pomegranate/bayes.pyx | |
| [ 7/28] Cythonizing pomegranate/distributions/IndependentComponentsDistribution.pyx | |
| [ 8/28] Cythonizing pomegranate/gmm.pyx | |
| [ 9/28] Cythonizing pomegranate/hmm.pyx | |
| [10/28] Cythonizing pomegranate/kmeans.pyx | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 363, in <module> | |
| main() | |
| File "/usr/local/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 345, in main | |
| json_out['return_val'] = hook(**hook_input['kwargs']) | |
| File "/usr/local/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 130, in get_requires_for_build_wheel | |
| return hook(config_settings) | |
| File "/tmp/build-env-42r_fxoe/lib/python3.10/site-packages/setuptools/build_meta.py", line 177, in get_requires_for_build_wheel | |
| return self._get_build_requires( | |
| File "/tmp/build-env-42r_fxoe/lib/python3.10/site-packages/setuptools/build_meta.py", line 159, in _get_build_requires | |
| self.run_setup() | |
| File "/tmp/build-env-42r_fxoe/lib/python3.10/site-packages/setuptools/build_meta.py", line 281, in run_setup | |
| super(_BuildMetaLegacyBackend, | |
| File "/tmp/build-env-42r_fxoe/lib/python3.10/site-packages/setuptools/build_meta.py", line 174, in run_setup | |
| exec(compile(code, __file__, 'exec'), locals()) | |
| File "setup.py", line 61, in <module> | |
| extensions = cythonize(extensions, compiler_directives={'language_level' : "2"}) | |
| File "/tmp/build-env-42r_fxoe/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1127, in cythonize | |
| cythonize_one(*args) | |
| File "/tmp/build-env-42r_fxoe/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1250, in cythonize_one | |
| raise CompileError(None, pyx_file) | |
| Cython.Compiler.Errors.CompileError: pomegranate/kmeans.pyx | |
| * Getting dependencies for wheel... | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| from libc.stdlib cimport free | |
| from libc.stdlib cimport malloc | |
| from libc.string cimport memset | |
| from libc.math cimport log10 as clog10 | |
| from scipy.linalg.cython_blas cimport ddot | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:12:0: 'scipy/linalg/cython_blas.pxd' not found | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| from libc.stdlib cimport free | |
| from libc.stdlib cimport malloc | |
| from libc.string cimport memset | |
| from libc.math cimport log10 as clog10 | |
| from scipy.linalg.cython_blas cimport ddot | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:12:0: 'scipy/linalg/cython_blas/ddot.pxd' not found | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:11: 'ddot' is not a constant, variable or function identifier | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:16: Cannot convert 'int *' to Python object | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:23: Cannot convert 'double *' to Python object | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:30: Cannot convert 'int *' to Python object | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:39: Cannot convert 'double *' to Python object | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:46: Cannot convert 'int *' to Python object | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:15: Coercion from Python not allowed without the GIL | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:15: Calling gil-requiring function not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:11: Accessing Python global or builtin not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:15: Constructing Python tuple not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:16: Converting to Python object not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:23: Converting to Python object not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:30: Converting to Python object not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:39: Converting to Python object not allowed without gil | |
| Error compiling Cython file: | |
| ------------------------------------------------------------ | |
| ... | |
| mdot(X_, self.centroids_T_ptr, dists, n, k, d) | |
| for i in range(n): | |
| min_dist = INF | |
| pdist = ddot(&d, X_ + i*d, &inc, X_ + i*d, &inc) | |
| ^ | |
| ------------------------------------------------------------ | |
| pomegranate/kmeans.pyx:595:46: Converting to Python object not allowed without gil | |
| Compiling pomegranate/base.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/kmeans.pyx because it changed. | |
| Compiling pomegranate/parallel.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/utils.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/BernoulliDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/BetaDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/ConditionalProbabilityTable.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/DirichletDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/DiscreteDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/ExponentialDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/GammaDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/JointProbabilityTable.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/KernelDensities.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/LogNormalDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/MultivariateGaussianDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/NormalDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/PoissonDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/UniformDistribution.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| Compiling pomegranate/distributions/distributions.pyx because it depends on /tmp/build-env-42r_fxoe/lib/python3.10/site-packages/numpy/__init__.pxd. | |
| [ 1/19] Cythonizing pomegranate/kmeans.pyx | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 363, in <module> | |
| main() | |
| File "/usr/local/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 345, in main | |
| json_out['return_val'] = hook(**hook_input['kwargs']) | |
| File "/usr/local/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 130, in get_requires_for_build_wheel | |
| return hook(config_settings) | |
| File "/tmp/build-env-42r_fxoe/lib/python3.10/site-packages/setuptools/build_meta.py", line 177, in get_requires_for_build_wheel | |
| return self._get_build_requires( | |
| File "/tmp/build-env-42r_fxoe/lib/python3.10/site-packages/setuptools/build_meta.py", line 159, in _get_build_requires | |
| self.run_setup() | |
| File "/tmp/build-env-42r_fxoe/lib/python3.10/site-packages/setuptools/build_meta.py", line 281, in run_setup | |
| super(_BuildMetaLegacyBackend, | |
| File "/tmp/build-env-42r_fxoe/lib/python3.10/site-packages/setuptools/build_meta.py", line 174, in run_setup | |
| exec(compile(code, __file__, 'exec'), locals()) | |
| File "setup.py", line 61, in <module> | |
| extensions = cythonize(extensions, compiler_directives={'language_level' : "2"}) | |
| File "/tmp/build-env-42r_fxoe/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1127, in cythonize | |
| cythonize_one(*args) | |
| File "/tmp/build-env-42r_fxoe/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1250, in cythonize_one | |
| raise CompileError(None, pyx_file) | |
| Cython.Compiler.Errors.CompileError: pomegranate/kmeans.pyx | |
| ERROR Backend subproccess exited when trying to invoke get_requires_for_build_wheel | |
| [2022-06-11 15:25:45] Succeeded building package pomegranate in 23.3 seconds. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment