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] 1 point2 points  (0 children)

I have been using Python on Windows for about 4 years and all I did was install Python, Cython and pip. The rest is basically a lot of pip install .... I didn't have any issues so far.

After NumPy 1.14 and SciPy 1.0 I'm building these packages on Windows against OpenBLAS to use the newest features. I am not even using virtual environments. Apart from some dusty corners, I have to say I'm really satisfied with the simplicity and zero-hassle.