Home  >  Q&A  >  body text

python - running jupyter under centos 6 failed, prompting that there is no pysqilte2 module.

I bought a server on bandwage to learn python development. Because I used python3, I downloaded and installed python3 and pip3. Then I installed jupyter, using

pip3 install jupyter

There is no problem with the installation, but when running it prompts

no module named pysqlite2

Google said that pysqlite2 was replaced by sqlite3, but I don’t know how to solve this problem in jupyter?

PHP中文网PHP中文网2711 days ago630

reply all(1)I'll reply

  • 阿神

    阿神2017-05-18 11:02:42

    Go and install anaconda, https://mirrors.tuna.tsinghua...

    reply
    0
  • Cancelreply