Debian PTS – Tracker – Changelog – Bugs – packages.d.o – buildd.d.o
| Architecture | Version | Status | For | Buildd | State | Misc | Logs |
|---|---|---|---|---|---|---|---|
armhf ↓ | 1.6.1-1 | Maybe-Failed | 1553d 12h 53m | testbuildd | uncompiled | misc:source | old | all (8) |
warnings.warn("Setuptools is replacing distutils.")
/<<PKGBUILDDIR>>/setup.py:145: UserWarning: WARNING: cython required to generate fast c code is not found on this system.
Only slow pure python alternative functions will be available.
To use fast implementation of some functions writen in cython either:
a) install cython and re-run the installation,
b) try alternative source distribution containing cythonized C versions of fast code,
c) use binary distribution (i.e. wheels, egg).
warnings.warn("""WARNING: cython required to generate fast c code is not found on this system.
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/setup.py", line 179, in <module>
assert isinstance(compiler, distutils.ccompiler.CCompiler)
AssertionError
E: pybuild pybuild:379: clean: plugin distutils failed with: exit code=1: python3.10 setup.py clean
dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned exit code 13
make: *** [debian/rules:9: clean] Error 25