Open Ze-Yang opened 5 years ago
i meet this error, too. Have you solved the problem?
That's maybe your environment is not right.
I encountered the same problem when running my own dataset. However, I did not encounter this problem when running the author dataset. Have you solved the problem? Could you give me some suggestions?
Thank you very much.
Yes. This is actually due to lib import problem. You should not add lib. in front of the import directory, which makes it malfunction.
Thanks for your reply. Can you tell me which files need to be modified?------------------ 原始邮件 ------------------ 发件人: "Ze-Yang"notifications@github.com 发送时间: 2019年12月7日(星期六) 晚上9:18 收件人: "yanxp/MetaR-CNN"MetaR-CNN@noreply.github.com; 抄送: "cxcjcj"876031584@qq.com;"Comment"comment@noreply.github.com; 主题: Re: [yanxp/MetaR-CNN] ImportError: sys.meta_path is None, Python islikely shutting down (#12)
Yes. This is actually due to lib import problem. You should not add lib. in front of the import directory, which makes it malfunction.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Thanks for your reply. Can you tell me which files need to be modified?
Thanks for your reply. Can you tell me which files need to be modified?
Actually, if you don't modify the original code, this problem won't arise. For me, at that time, I just modified from xxx import zzz to from lib.xxx import zzz, for better debugging, which caused the above error. I am not sure whether your error is caused by the same reason with me. So please first check the import lines in the head of your execute file.
Yes, this error only appeared on my dataset.
i meet this error, too. Have you solved the problem?
I meet the same problem! Have you fixed it?!
When I run this code, I encounter this error. I don't know how to fix it. Your help is highly appreciated.