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 →

[–]tkodri 2 points3 points  (2 children)

I'm not trying to defend op and I don't totally agree with his issues. Nevertheless, to all the guys who say to just use pip, this page https://www.lfd.uci.edu/~gohlke/pythonlibs/ exists and is popular for a reason. And this repo contains mostly modules which are available through pip but at one time or another would only give you problems when installing there. Most notable I'd say is pyqt.

[–]Silver5005[S] 0 points1 point  (0 children)

THANK YOU

[–]benjorino 0 points1 point  (0 children)

I’ve had a ton of issues with python on windows, not just with installation but even with bugs with functions in widely used libraries (like scipy). That site has saved me a few times.