RGBD_Semantic_Segmentation_PyTorch icon indicating copy to clipboard operation
RGBD_Semantic_Segmentation_PyTorch copied to clipboard

询问关于安装包的问题

Open ltf020298 opened this issue 5 years ago • 1 comments

作者您好,非常感谢您的开源贡献,我在调试您代码的过程中出现了No module named 'engine'错误,后来安装上了pyttsx3包,但还是报相同的错误,我想请问一下您需要安装什么包才能解决问题。

ltf020298 avatar Nov 18 '20 13:11 ltf020298

您好,engine是一个文件夹,出现这个问题应该是python的路径没弄好,可以参考config.py中的add_path函数。

charlesCXK avatar Nov 21 '20 09:11 charlesCXK