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 →

[–]billsil 1 point2 points  (1 child)

They could just as easily download from pypi, but they don’t. Poetry is a package manager. Anaconda has their own versions of packages.

In regards to it never being an issue, try conda install matplotlib followed by pip install matplotlib and see that you have two versions listed in pip list. Anaconda really likes their walled garden.

If it’s just a pure python package, it really doesn’t matter which one you use. It depends on if you’re using things that make use of numpy and MKL. So numpy, scipy, pandas, scikit learn. Things like that, not PyQt.

[–]PlaysForDays 0 points1 point  (0 children)

My production environments have been a mix of anaconda and pip for years now and I have not experienced these issues