Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cython_bbox导入失败 #26

Open
Zhang-fei-hub opened this issue Oct 9, 2020 · 6 comments
Open

cython_bbox导入失败 #26

Zhang-fei-hub opened this issue Oct 9, 2020 · 6 comments

Comments

@Zhang-fei-hub
Copy link

您好,我想请问一下,运行 import FPN_Tensorflow.libs.box_utils.cython_utils.cython_bbox这句的时候
提示ModuleNotFoundError: No module named 'FPN_Tensorflow.libs.box_utils.cython_utils.cython_bbox',
文件夹中确实也没有cython_bbox这个模块,请教一下怎么解决这个问题

@BUAAwolfie
Copy link

我也是同样的问题

@yangxue0827
Copy link
Contributor

把FPN_Tensorflow作为根目录 @Zhang-fei-hub

@programmer1401
Copy link

您好,我想请问一下,运行 import FPN_Tensorflow.libs.box_utils.cython_utils.cython_bbox这句的时候
提示ModuleNotFoundError: No module named 'FPN_Tensorflow.libs.box_utils.cython_utils.cython_bbox',
文件夹中确实也没有cython_bbox这个模块,请教一下怎么解决这个问题

cython_bbox 好像是需要 compile 的,readme 里面有 compile 的方法

@Zhang-fei-hub
Copy link
Author

Zhang-fei-hub commented Mar 29, 2021 via email

@programmer1401
Copy link

您好,我想请问一下,运行 import FPN_Tensorflow.libs.box_utils.cython_utils.cython_bbox这句的时候
提示ModuleNotFoundError: No module named 'FPN_Tensorflow.libs.box_utils.cython_utils.cython_bbox',
文件夹中确实也没有cython_bbox这个模块,请教一下怎么解决这个问题

cython_bbox 好像是需要 compile 的,readme 里面有 compile 的方法

@ programmer1401
您好,我刚才也在compile,但是我在输入如下命令后,出现了下面的报错。
命令:
image

报错信息
image

pip 一下就好

如果您用的windows系统,或许无法compile,可以参考这个链接
https://blog.csdn.net/dear_jing/article/details/112468010
或者直接使用linux系统(极其推荐后一种办法)

如果在linux系统中出现了错误,可以尝试python setup.py build_ext --inplace --force

@HsLOL
Copy link

HsLOL commented Mar 29, 2021

您好,我想请问一下,运行 import FPN_Tensorflow.libs.box_utils.cython_utils.cython_bbox这句的时候
提示ModuleNotFoundError: No module named 'FPN_Tensorflow.libs.box_utils.cython_utils.cython_bbox',
文件夹中确实也没有cython_bbox这个模块,请教一下怎么解决这个问题

cython_bbox 好像是需要 compile 的,readme 里面有 compile 的方法

@ programmer1401
您好,我刚才也在compile,但是我在输入如下命令后,出现了下面的报错。
命令:
image
报错信息
image

pip 一下就好

如果您用的windows系统,或许无法compile,可以参考这个链接
https://blog.csdn.net/dear_jing/article/details/112468010
或者直接使用linux系统(极其推荐后一种办法)

如果在linux系统中出现了错误,可以尝试python setup.py build_ext --inplace --force

感谢您的回复,我刚才已经解决了这个问题,目前遇到了跟您一样的问题,我已在您提出的issue下进行了跟进

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants