• numpy module not found

 

Just curious if anyone else has run into this problem. I am not sure if I am doing something wrong when submitting.

When I submit a solution that has "import numpy" from the command line "checkio check filename" it returns a ModuleNotFoundError error. But when I cut and paste the solution into the web interface it works. Are the python environments different for the web interface vs the command line interface?

Thanks!

.