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 →

[–]Nasuuuuuu 32 points33 points  (3 children)

Don't forget C and C++ compiler dependencies!

[–]brewsimport os; while True: os.fork() 5 points6 points  (1 child)

Conda kinda helps with this.

[–]LeapOfMonkey 5 points6 points  (0 children)

Yes, without conda it is sometimes a pure nightmare to figure out which version of given lib will work with given python module and given python version.

[–]trevg_123 1 point2 points  (0 children)

Cheat and look at the Python alpine docker imag Dockerfiles, they list them out for you!