Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Cryptic Cython Error Message

I have been coding a basic algorithm to compute infinite dimensional path integrals in cython cell in sagemath and have received an error message I am completely baffled by. Despite a good amount of effort I can not reproduce this in a short code sequence. I don't expect anyone to look through my whole code (included in the attachment, it is only about a page most of which is variable definitions), but if someone could at least tell me what to look for in my code or what this error message means it would be very helpful and very much appreciated. The google does not seem to offer many suggestions.

End of the long error message:

/home/sage/.sage/temp/LAPTOP-IGPR97B1/1431/spyx/_home_sage__sage_temp_LAPTOP_IGPR97B1_1431_tmp__kf5usfp_pyx/_home_sage__sage_ temp_LAPTOP_IGPR97B1_1431_tmp__kf5usfp_pyx_0.c:871:10: error: field ‘__pyx_v_S’ declared as a function 871 | double __pyx_v_S(double *); | ^~~~~~~~~

It is perhaps relevant to mention that I did not declare anything as ‘__pyx_v_S’.

Cryptic Cython Error Message

I have been coding a basic algorithm to compute infinite dimensional path integrals in cython cell in sagemath and have received an error message I am completely baffled by. Despite a good amount of effort I can not reproduce this in a short code sequence. I don't expect anyone to look through my whole code (included in the attachment, it is only about a page most of which is variable definitions), but if someone could at least tell me what to look for in my code or what this error message means it would be very helpful and very much appreciated. The google does not seem to offer many suggestions.

End of the long error message:

/home/sage/.sage/temp/LAPTOP-IGPR97B1/1431/spyx/_home_sage__sage_temp_LAPTOP_IGPR97B1_1431_tmp__kf5usfp_pyx/_home_sage__sage_ temp_LAPTOP_IGPR97B1_1431_tmp__kf5usfp_pyx_0.c:871:10: error: field ‘__pyx_v_S’ declared as a function 871 | double __pyx_v_S(double *); | ^~~~~~~~~

It is perhaps relevant to mention that I did not declare anything as ‘__pyx_v_S’.‘__pyx_v_S’. Finally, if it matters, I am using Sagemath 9.3.

Cryptic Cython Error Message

I have been coding a basic algorithm to compute infinite dimensional path integrals in cython cell in sagemath and have received an error message I am completely baffled by. Despite a good amount of effort I can not reproduce this in a short code sequence. I don't expect anyone to look through my whole code (included in the attachment, it is only about a page most of which is variable definitions), (I can't upload attachments as I do not have 60 points), but if someone could at least tell me what to look for in my code or what this error message means it would be very helpful and very much appreciated. The google does not seem to offer many suggestions.

End of the long error message:

/home/sage/.sage/temp/LAPTOP-IGPR97B1/1431/spyx/_home_sage__sage_temp_LAPTOP_IGPR97B1_1431_tmp__kf5usfp_pyx/_home_sage__sage_ temp_LAPTOP_IGPR97B1_1431_tmp__kf5usfp_pyx_0.c:871:10: error: field ‘__pyx_v_S’ declared as a function 871 | double __pyx_v_S(double *); | ^~~~~~~~~

It is perhaps relevant to mention that I did not declare anything as ‘__pyx_v_S’. Finally, if it matters, I am using Sagemath 9.3.

Cryptic Cython Error Message

I have been coding a basic algorithm to compute infinite dimensional path integrals in cython cell in sagemath and have received an error message I am completely baffled by. Despite a good amount of effort I can not reproduce this in a short code sequence. I don't expect anyone to look through my whole code (I can't upload attachments as I do not have 60 points), but if someone could at least tell me what to look for in my code or what this error message means it would be very helpful and very much appreciated. The google does not seem to offer many suggestions.

End of the long error message:message (or at least what I think is relevant "command 'gcc' failed with exit status 1" also shows up a lot):

/home/sage/.sage/temp/LAPTOP-IGPR97B1/1431/spyx/_home_sage__sage_temp_LAPTOP_IGPR97B1_1431_tmp__kf5usfp_pyx/_home_sage__sage_ temp_LAPTOP_IGPR97B1_1431_tmp__kf5usfp_pyx_0.c:871:10: error: field ‘__pyx_v_S’ declared as a function 871 | double __pyx_v_S(double *); | ^~~~~~~~~

It is perhaps relevant to mention that I did not declare anything as ‘__pyx_v_S’. Finally, if it matters, I am using Sagemath 9.3.