Thank you, Edgar!  That worked.

- Marc

On Wednesday, November 15, 2023 at 7:15:45 PM UTC-6 Edgar Costa wrote:

> Marc, you should try something like this: 
> https://github.com/edgarcosta/pyfib/commit/f30cd702f5b8610a284b1b1f425ef22b2a2a11fa
>
> On Wed, Nov 15, 2023 at 6:49 PM Marc Culler <marc....@gmail.com> 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+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-devel/b0293496-5e25-49d5-bd11-78928bb3ecb6n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/sage-devel/b0293496-5e25-49d5-bd11-78928bb3ecb6n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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/8a811b7a-f530-4121-8e86-72db2c1ef758n%40googlegroups.com.

Reply via email to