摘要: 遇到的问题:需要import一个pyx文件,起初错误显示找不到这个模块 一、上网找了一下解决方法,第一个方法: import pyximport pyximport.install() 添加了以后报错 ["distutils.errors.CompileError: command 'gcc' fa 阅读全文
posted @ 2021-10-02 13:05 Tomorrow1126 阅读(1689) 评论(0) 推荐(0)