import nltk的时候报错No module named ‘_sqlite3‘ (win10 python3.7)
问题为:import nltk的时候报错No module named '_sqlite3’我的环境是win10 + anaconda,之前的python3.6环境没有报错,代码移植到python3.7的时候出现这个问题,我上网找了一圈的解决方案,都是在linux环境下的,后来我自己摸出了win10下的方案。先安装pysqlite3 和 db-sqlite3pip install pysqlite3pip install db-sqlite3然后,把 “envs\你的环境名\Library\bi