Python报错-bash: pip: command not found
程序员文章站
2022-07-12 14:00:29
...
今天在学习Python模块时,跟着课程学习安装第三方模块时报错
系统是MAC OS
运行
sudo pip install requests
报错
pip未安装
-bash: pip: command not found
查找到解决方法
运行Python的安装工具安装pip
sudo easy_install pip
千万不要输入sudo apt-get install python3-pip(适合于ubutn系统)会让你输入管理密码,输入完成回车后进入下载过程,等待就好
安装成功后最后会显示
Installed /Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg
Processing dependencies for pip
Finished processing dependencies for pip
此时再运行
sudo pip install requests
一切正常进行。
上一篇: 线性代数(1)——向量基础
推荐阅读
-
Pycharm下载pyinstaller报错:You should consider upgrading via the 'python -m pip install --upgrade pip' command的解决方法
-
-bash: mysqladmin: command not found问题解决
-
python 错误信息是:sudo :apt-get:command not found
-
Python-pip3 install turtle报错ERROR: Command errored out with exit status 和setup.py-except ValueErro
-
Python使用pip安装报错:is not a supported wheel on this platform的解决方法
-
基于windows下pip安装python模块时报错总结
-
svn 没有killall命令的解决方法 -bash: killall: command not found
-
pip: command not found
-
bash scp command not found的解决方法
-
Ubuntu18.04 ROS填坑之 roscore Command ‘roscore‘ not found, ..... : sudo apt install python-roslaunch