[Exchange and share] 新手问下apt install 没有找到requests必须要安装pip?还是换源?
Tofloor
poster avatar
185******82
deepin
2022-11-13 21:07
Author

RT

Reply Favorite View the author
All Replies
cz_tan
deepin
2022-11-13 21:14
#1

你使用python的话肯定要安装pip才行,

pip安装:

sudo apt install python3-pip

requests安装:

sudo pip install requests

Reply View the author
185******82
deepin
2022-11-13 21:17
#2
It has been deleted!
185******82
deepin
2022-11-13 21:17
#3
cz_tan

你使用python的话肯定要安装pip才行,

pip安装:

sudo apt install python3-pip

requests安装:

sudo pip install requests

谢谢

Reply View the author
ThinKinG
deepin testing team
2022-11-15 01:15
#4

需要安装pip

Reply View the author