Mryqu's Notes


  • 首页

  • 搜索
close

安装Python的simplejson库

时间: 2013-09-24   |   分类: Python     |   阅读: 18 字 ~1分钟

在Ubuntu下运行一个Python程序,遇到如下问题:ImportError: No module named simplejson。

首先查看一下Python和pip的版本:

python -V
pip -V

竟然没有装pip,解决方案如下:

sudo apt-get install python-pip
pip2 install simplejson

标题:安装Python的simplejson库
作者:mryqu
声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 CN 许可协议。转载请注明出处!

#python# #pip# #simplejson# #ubuntu# #install#
[HBase] Shell命令
[Git] 预览远程仓库与本地仓库的差异
  • 文章目录
  • 站点概览

Programmer & Architect

662 日志
27 分类
1472 标签
GitHub Twitter FB Page
© 2009 - 2023 Mryqu's Notes
Powered by - Hugo v0.120.4
Theme by - NexT
0%