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

No module named 'layers.reorg._ext.reorg_layer._reorg_layer' #116

Open
lunasdejavu opened this issue Jun 14, 2019 · 3 comments
Open

No module named 'layers.reorg._ext.reorg_layer._reorg_layer' #116

lunasdejavu opened this issue Jun 14, 2019 · 3 comments

Comments

@lunasdejavu
Copy link

I tried python demo under windows7 python 3.6 torch0.4.1 but
it showed the error
Traceback (most recent call last):
File "demo.py", line 6, in
from darknet import Darknet19
File "C:\LPR\yolo2-pytorch\darknet.py", line 8, in
from layers.reorg.reorg_layer import ReorgLayer
File "C:\LPR\yolo2-pytorch\layers\reorg\reorg_layer.py", line 3, in
from .ext import reorg_layer
File "C:\LPR\yolo2-pytorch\layers\reorg_ext\reorg_layer_init
.py", line 3, in
from ._reorg_layer import lib as _lib, ffi as _ffi
ModuleNotFoundError: No module named 'layers.reorg._ext.reorg_layer._reorg_layer'

@jieweilai
Copy link

i had met the same problem ,have you slove it?

@yebin999
Copy link

我遇到了同样的问题,你爱过吗?
hi, i had met it too, did you solve it now?

@watermelon476
Copy link

Maybe windows is not suitable.But I had met the same problem in Ubuntu.

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

4 participants