Provide pip wheels
See original GitHub issueIt seems that over the last year, nearly all packages in the scientific Python ecosystem have started to provide wheels. This is great news, as it make installation on platforms that don’t have the necessary compilers installed very easy, and it’s also extremely fast.
So far, conda
has been the only realistic option to install qutip outside of Linux development workstation, and it’s not without caveats (https://github.com/qutip/qutip/issues/674). Conda has also been getting extremely slow
(https://github.com/conda/conda/issues/7239), which causes problem with continuous integration services or readthedocs (together with the fact that setting up conda on these services isn’t entirely trivial, and, for readthedocs, buggy: https://github.com/rtfd/readthedocs.org/issues/3925, https://github.com/rtfd/readthedocs.org/issues/3829)
If qutip were to provide wheels, this might alleviate all of these problems. Depending on how complicated the process is compared compared to a conda package, it might then even be ok to drop conda support.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top GitHub Comments
Noted. Will be discussed and will get back to you.
Fixed by #1465, to be released in QuTiP 4.6.0.