dingjiansw101 / AerialDetection

Apache License 2.0
786 stars 183 forks source link

ModuleNotFoundError: No module named '_polyiou' . #70

Closed aiboys closed 3 years ago

aiboys commented 3 years ago

When I ran test.py, there was somthing wrong with polyiou module code

aiboys commented 3 years ago

When I ran test.py, there was somthing wrong with polyiou module code

I have solved it already.

DuckJ commented 3 years ago

@aiboys apt-get install swig?

aiboys commented 3 years ago

@aiboys apt-get install swig?

yes,that‘s it.

sohail08 commented 1 year ago

When I ran test.py, there was somthing wrong with polyiou module code

I have solved it already.

Can you please elaborate your solution? I'm facing same issue

aiboys commented 1 year ago

When I ran test.py, there was somthing wrong with polyiou module code

I have solved it already.

Can you please elaborate your solution? I'm facing same issue

oh, sry, it has been a long time. I cant remember the details, but you can try apt-get install swig or rebuild your local code

Sidd1609 commented 1 year ago

I am also getting the same error, I installed swig but still getting this error "ModuleNotFoundError: No module named '_polyiou'"