ImportError when importing numpy under Spyder from within a Python 3.7 conda environment
问题 I have created a conda environment named python3 on my Ubuntu virtual machine using: conda create -n python3 python=3.7 I have installed several packages under this environment, including numpy. When typing conda list , numpy shows up: When running Python from the terminal, I can import numpy just fine, but this is no longer the case when working under the Spyder IDE: I get the following error: ImportError: No module named numpy Just for the record, I have reinstalled Spyder3 from my conda