代码
from Include.cnn.predict import predict
错误
File "D:\My file\python\catdog\CatVsDog-master\CatVsDog\urls.py", line 18, in <module>
from catVdog import views
File "D:\My file\python\catdog\CatVsDog-master\catVdog\views.py", line 5, in <module>
from Include.cnn.predict import predict
ModuleNotFoundError: No module named 'Include'
在pycharm中显示可以找到目录下的predict.py文件 但在运行过程中 显示 No module named 'Include'