安装jupyter时报错ImportError: No module named 'pysqlite2'

环境

centos 7.4 + Python 3.6.6 + jupyter 

 

基于pyenv的虚拟环境安装jupyter时报错

 

处理步骤

1、使用yum命令更新sqlite-devel软件包,并重新安装Python

2、在pyenv管理器中使用 pip install 命令 安装 pysqlite模块

 

参考:https://github.com/jupyterhub/jupyterhub/issues/464

 

posted on 2018-10-18 21:50  步留痕  阅读(2969)  评论(0)    收藏  举报

导航