Can't Import Numpy Anaconda
When I try to run this: import numpy as np in python I get: Traceback (most recent call last): File '', line 1, in File '/home/kevin/anaconda2/lib/p
Solution 1:
I reinstalled anaconda and it worked for some reason...
Solution 2:
I created a new environment in anaconda and installed numpy in the new env. It worked.
Post a Comment for "Can't Import Numpy Anaconda"