RCayre / mirage

Mirage is a powerful and modular framework dedicated to the security analysis of wireless communications.

Home Page:https://homepages.laas.fr/rcayre/mirage-documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cython needs to be installed in Python as a module

GoulongWang opened this issue · comments

I tried to install mirage on Ubuntu 18.04.6 LTS (Linux Kernel Version 5.4.0-126-generic)
When I typed sudo python3 setup.py install, it showed the following error.
1
It seemed something wrong with the numpy.distutils, so I checked the version of Python, setuptools and Cython on my environment.
Python version : 3.8.0
setuptools version : 39.0.1
Cython version : 0.29.32

Also, I read the document of numpy.distutils to find any hint about this error, but still didn't know how to fix it.
Could you give me some advice on this error?

Thanks