Python Forum

Full Version: Numpy doesn't work in Spyder 4.1.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone. I have just istalled Spyder 4.1.3 as defined here using conda install spyder=4.1.3 However, I hace tried to run a code in which numpy has been imported as
import numpy as np
and the output is
Error:
ModuleNotFoundError: No module named 'numpy'
.

Can anybody tell me what is going on?

Thanks.
Sounds like you have an environment issue. Make sure Spyder is using the same environment you were using before the update