简体   繁体   中英

No module named 'nets'

I'm running an object detection code and still getting this error"

ModuleNotFoundError: No module named 'nets'

Do you have any suggestions to resolve it?

first of all try this to make sure that you have installed the following package in your environment:

import pip
pip.main(["install","nets"])

then if you get errors it maybe the bug sometimes you may face and check my question module dectection in spyder which says reinstalling with spyder os installer sometimes works.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM