numpy

by: francesco, 7 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 7 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 7 years ago

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