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