安装jupyter时报错ImportError: No module named ‘pysqlite2’详解编程语言

环境

centos 7.4 + Python 3.6.6 + jupyter 

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

安装jupyter时报错ImportError: No module named 'pysqlite2'详解编程语言

处理步骤

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

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

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

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/17762.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论