Open ghost opened 4 years ago
Hello guys
I’m getting this soon as I run
except ImportError: msg = """Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there.""" raise ImportError(msg)``
Can some one give a light Thanks
You need to install numpy library on your PC, by using command 'pip install numpy' in the command line.
Hello guys
I’m getting this soon as I run
Can some one give a light Thanks