I'm getting a Kiva build failure on my MacBook Air M2 (MacOS 12.7.1):
File: /private/var/folders/pf/9gjf96y54f55tdz0vt0wq4kh0000gn/T/pip-install-78pd22fa/enable_d6b6869f6bbd44439ebdfc9c30a63ab0/kiva/_marker_renderer.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
Error compiling Cython file:
------------------------------------------------------------
...
# Thanks for using Enthought open source!
import cython
import numpy as np
from numpy cimport uint8_t
cimport _marker_renderer
^
------------------------------------------------------------
kiva/_marker_renderer.pyx:14:8: '_marker_renderer.pxd' not found
Under conda-build I'm able to get past this, by back-reving Pip to v22.
But, under pip install this trick doesn't work.
Any suggestions on how to make forward progress, or do further debugging?
The build completes successfully on the other 3 major platforms:
- Windows 10 64-bit,
- Linux 64-bit, and
- MacOS Intel.
I'm getting a
Kivabuild failure on my MacBook Air M2 (MacOS 12.7.1):Under
conda-buildI'm able to get past this, by back-revingPipto v22.But, under
pip installthis trick doesn't work.Any suggestions on how to make forward progress, or do further debugging?
The build completes successfully on the other 3 major platforms: