Python无法导入Cython的.pyx文件

在import 相应包之前, 添加:

import pyximport
pyximport.install()

即可.

原文地址:https://www.cnblogs.com/ZhengPeng7/p/8706657.html