Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by Norton Alex
at 2024-09-18 09:24:21
Point:500 Replies:1 POST_ID:829280USER_ID:12423
Topic:
python3#pip3#centos7
I got the title error when I tried to install some python modules by command
pip3 install flask
ModuleNotFoundError: No module named 'pip._internal'
How to solve this problem ?
Regards
Accepted Solution
Expert: test test replied at 2024-09-18 09:26:57
500 points Excellent
it is solved by
- python3 -m ensurepip
- python3 -m pip3 install --upgrade pip3