HackerTrans
TopNewTrendsCommentsPastAskShowJobs

andmkl

no profile record

comments

andmkl
·2 yıl önce·discuss
[flagged]
andmkl
·2 yıl önce·discuss
That would be in the order of previous GIL-removal projects, which were abandoned for that reason.
andmkl
·2 yıl önce·discuss
Yes, but then extensions can already release the GIL and use the simple and industrial strength std::thread, which is orders of magnitude easier to debug.
andmkl
·2 yıl önce·discuss
C++ has apt-get etc. because the libraries do not change all the time. Also, of course there are vcpkg and conan.

Whenever you try to build something via pip, the build will invariably fail. The times that NumPy built from source from PyPI are long over. In fact, at least 50% of attempted package builds fail.

The alternative of binary wheels is flaky.