I've seen the previous answers that are already here about how to uninstall python, but it talks about ubuntu 16.04, so i'm asking if there is a way to definitely delete python from ubuntu 18.04 cause i want to install anaconda, and i don't wanna merge things.
Home
/
user-1084425
Novice BL's questions
I've installed Numpy for python3, but when i import the package in Visual Studio Code i got this message error :
Import Error: No module named numpy.
I used pip3 install numpy
to install it, the installation went very smoothly. and i try it in the terminal, it works very well but when i opend the file in Visual Studio Code and i executed it, i got the message error above.
Is there someone who has any idea about the problem?