【发布时间】:2016-04-23 04:02:39
【问题描述】:
我尝试在 sentdex 上运行 Matplotlib Tutorial 1 - Introduction and Line。
我做了什么,我进入 File/Settings/Project Interpreter 通过 Pucharm 添加库 matplotlib:
我点击安装包
matplotlib
Description: plotting package
Version: 1.5.1
Author: John D. Hunter
我明白了:
Error occurred when installing package 'matplolib'
Error: Python packaging tool 'pip' not found
Executed command :
pip install matplotlib
Try to run this command from the system terminal. Make sure that you use the
correct version of 'pip' installed for your Python interpreter located at
'/usr/bin/python3.5'.
Error: Python packaging tool 'pip' not found
我不知道如何解决这个问题
【问题讨论】:
-
你必须安装pip,一个python的包管理工具。见 - stackoverflow.com/questions/6587507/…
标签: python-3.x matplotlib pycharm