|
|
|
|
|
by workthrowaway
2344 days ago
|
|
> Until you have a dependency which has a C dependency (like a crypto framework, SQL connector, etc). but... that's not a python problem. every time people say they are having a hard time installing a python module, it's almost always a non-pure python module. it has an extension in c or c++. if that tells us anything, it's that mixing c and c++ makes software hard to install... a fairer comparison with go here is with a go package that has extensions or bindings written in another language. |
|