This will need an adjustment for namespace packages, see https://groups.google.com/g/sage-devel/c/efuM_ruoOEk/m/UZ1QTohVEQAJ
On Wednesday, November 15, 2023 at 3:49:04 PM UTC-8 Marc Culler wrote: > I am not able to build the optional package p_group_cohomology in 10.2.rc2 > due to cython errors. > > The first error looks like: > > [p_group_cohomology-3.3.3.p1] Error compiling Cython file: > [p_group_cohomology-3.3.3.p1] ------------------------------------------- > ----------------- > [p_group_cohomology-3.3.3.p1] ... > [p_group_cohomology-3.3.3.p1] from sage.structure.element cimport Element > [p_group_cohomology-3.3.3.p1] from .map cimport Map > [p_group_cohomology-3.3.3.p1] ^ > [p_group_cohomology-3.3.3.p1] ------------------------------------------- > ----------------- > [p_group_cohomology-3.3.3.p1] > [p_group_cohomology-3.3.3.p1] > /XXX/local/var/lib/sage/venv-python3.11.1/lib/python3.11/site-packages/sage/categories/morphism.pxd:2:0: > > 'sage/categories/map.pxd' not found > > In fact, the file map.pxd does exist in the same directory as > morphism.pxd, which is the file containing the failing cimport line. But > the missing path reported by cython is not an absolute path: > sage/categories/map.pxd. I don't know to which base directory that > relative path is meant to be applied, but evidently it is wrong. > > I will attach the log file. > > - Marc > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/724023ac-11ac-4490-bc47-a5581f99eda4n%40googlegroups.com.