怎么解决报错 ModuleNotFoundError: No module named 'travel_crawl.items'

from travel_crawl.items import TravelCrawlItem,TravelnoteItem,TravelhotelItem,TravelfoodItem,TravelreviewItem

这个应该是自定义的模块,你应该把travel_crawl.items放在和当前文件的同级目录中

1、模块为travel_crawl.items,没有安装到
你的这个是自定义模块吧