Python 3 ModuleNotFoundError: No module named numpy

preview_player
Показать описание
Python 3.6 ModuleNotFoundError: No module named 'numpy'
sudo apt install python3-pip
sudo python3 -m pip install numpy
sudo python3 -m pip show numpy
or
sudo apt install python3-numpy
Рекомендации по теме
Комментарии
Автор

For my MINt20 i needed to
sudo apt install python3-pip
very thanks

marinosterbah
Автор

Thanks, that also did the job for me on a mac oSX!

pascal
Автор

Nicely done !Been wondering what to do!

marvinkweyu
Автор

I'm try to excute tensorflow example. But I have this error msg => ModuleNotFoundError: No module named But import numpy has no problem on python. But I try to excute tensorflow example on the jupyter notebook, that msg again. how can I solve this?

jinan