numpy

by: francesco, 8 years ago


i cant find numpy module any help?



You must be logged in to post. Please login or register an account.



You need to install it, it's a 3rd party module. Open terminal/cmd.exe and do:
pip install numpy

More information on installing modules: https://pythonprogramming.net/using-pip-install-for-python-modules/

-Harrison 8 years ago

You must be logged in to post. Please login or register an account.


ok done the problem was that i had to do it in the directory Scripts thanks

-francesco 8 years ago

You must be logged in to post. Please login or register an account.