Setup-tools

MRAB python at mrabarnett.plus.com
Sat Jul 15 14:56:20 EDT 2023


On 2023-07-15 07:12, YOUSEF EZZAT via Python-list wrote:
> Hey!..... i face a problem when i get setup packages by pip
> when i code this : "pip install numpy" in my command line it gives me error
> "ModuleNotFoundError: No module named 'distutils'"
> 
> please, i need help for solving this problem.........
> i have python 3.12.0b4

What do you normally do when it can't find a module? Install it via pip!

pip install distutils

By the way, do you really need Python 3.12? It's still in beta, so 
unless you're specifically checking whether it works, ready for its 
final release, you'd be better off with Python 3.11.



More information about the Python-list mailing list