ModuleNotFound Cython error in Conda [closed]

asked 2023-08-15 19:57:26 +0200

cenobyte gravatar image

I followed the exact instructions found here: https://doc.sagemath.org/html/en/inst...

It seems to install fine but as soon as I launch it, I get the errors below;

the target process, check the setting of /proc/sys/kernel/yama/ptrace_s cope, or try again as the root user. For more details, see /etc/sysctl.d /10-ptrace.conf ptrace: Inappropriate ioctl for device. No stack. Traceback (most recent call last): File "<string>", line 25, in <module> ModuleNotFoundError: No module named 'Cython' Error while executing Python code. warning: Inferior ID 1 is not running. Saved trace to /home/cenobyte/.sage/crash_logs/crash_n4vxbyv

7.log


Unhandled SIGILL: An illegal instruction occurred. This probably occurred because a compiled module has a bug in it and is not properly wrapped with sig_on(), sig_of

I tried pip install cython but it's already installer Ubuntu 22 python 3.7 and 3.9 tried both with the same result. I have no idea how to fix this or if it's fixable. Sage 10, but using python 3.7.installs sage 9.6 with the same problem.

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by Emmanuel Charpentier
close date 2023-08-15 20:23:50.527437

Comments

This has been closed as duplicate but the original question seems to be missing. Can I get this reopened or deleted so I can resubmit?

cenobyte gravatar imagecenobyte ( 2023-08-16 21:45:06 +0200 )edit

I have undeleted Ask Sage question 72565, which this had been marked a duplicate of.

By mistake, one question was marked as a duplicate and the other one was deleted.

slelievre gravatar imageslelievre ( 2023-08-18 23:58:37 +0200 )edit