首页 > 其他 > 详细

pyx文件编译

时间:2020-01-20 18:30:50      阅读:207      评论:0      收藏:0      [点我收藏+]

使用setup.py

例如:

 

在碰到pyx文件的时候,如果不编译会报错。

ModuleNotFoundError: No module named ‘keras_retinanet.utils.compute_overlap‘, how do I fix this? Most likely you are running the code from the cloned repository. This is fine, but you need to compile some extensions for this to work (python setup.py build_ext --inplace).

pyx文件编译

原文:https://www.cnblogs.com/ywheunji/p/12218635.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!