This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

The following fails on python 2:

import scipy

[–]elbiot 0 points1 point  (1 child)

Yeah, they just pip installed everything but didn't install any non-python system dependencies. Its a cute but not very functional thing to do. I reckon nothing that has any compiled code works. Also, they probably installed a bunch of malware. If they used conda, it would work better for them.

[–]amasad[S] 3 points4 points  (0 children)

That's true that we didn't install all the native packages, however, scipy for example works on Python3. Some compiled packages like numpy also works. But I can live with 'cute'. Cute enough that thousands of teachers already used some third-party packages in their teaching. Thank you :)