[problem help] Python pip和Pygame无法使用 Resolved
Tofloor
poster avatar
思哥拆世界
deepin
2024-02-23 18:04
Author

Python pip和Pygame无法使用怎么解决?

Reply Favorite View the author
All Replies
安洛
deepin
2024-02-23 18:07
#1

怎么个无法使用法?有什么报错吗?

Reply View the author
mozixun
deepin
2024-02-23 18:14
#2

加个--break-system-packages完事

Reply View the author
neko
deepin
Ecological co-builder
2024-02-23 18:14
#3

我这正常,具体点?

Reply View the author
思哥拆世界
deepin
2024-02-23 18:35
#4
neko

我这正常,具体点?

/usr/bin/python3: No module named pip

Reply View the author
兆兆嘟嘟嘟
deepin
2024-02-23 18:39
#5

pip3

Reply View the author
neko
deepin
Ecological co-builder
2024-02-23 18:42
#6
思哥拆世界

/usr/bin/python3: No module named pip

sudo apt install python3-pip

Reply View the author
思哥拆世界
deepin
2024-02-23 20:00
#7
neko

sudo apt install python3-pip

Pygame还是不能用

Reply View the author
neko
deepin
Ecological co-builder
2024-02-24 10:35
#8
思哥拆世界

Pygame还是不能用

自行百度python和pip用法安装

Reply View the author
YL-Jack
deepin
2024-02-24 19:51
#9

用anaconda3试试

Reply View the author
158******75
deepin
2024-04-17 15:58
#10

pip -V
Traceback (most recent call last):
File "/usr/bin/pip", line 5, in
from pip._internal.cli.main import main
ModuleNotFoundError: No module named 'pip'

Reply View the author