Hacker News new | ask | show | jobs
by kalefranz 3207 days ago
MKL is developed, owned, and licensed by Intel, not Anaconda, Inc. Anaconda distributes it with permission from Intel. If there were to be wheels built and uploaded to PyPI, it would be by Intel. Instead, Intel has chosen conda as the tool they themselves use to deliver their Intel Distribution for Python.
1 comments

Anaconda could easily host their own pip index if they wanted. You only need a web server with `autoindex on`.
Would you also propose a `pip install python`?