improper error when cython is missing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
1) clone git
2) pip installed setuptools_rust and setuptools_gettext
3) make
Copying rust artifact from target/debug/brz to brz
building 'breezy.
x86_64-
breezy/
29 | #include "_simple_
| ^~~~~~~
compilation terminated.
error: command '/usr/bin/
make: *** [Makefile:41: extensions] Error 1
Changed in brz: | |
importance: | Undecided → Medium |
milestone: | none → 4.0.0 |
figured it out - was missing cython3 package. Something in the build order has changed and the logic in setup.py to give a clean error in this situation is getting bypassed.