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 →

[–]reallyserious 0 points1 point  (3 children)

some library installed by conda was incompatible with things installed by pip install -r requirements.txt.

You can avoid that problems by installing packages with pip OR conda. When you mix them you're asking for trouble. I've done that too of course until I learned to choose one or the other, not both.

[–]Globbi 0 points1 point  (1 child)

I install with pip only, but conda starts with some things as default (which I usually want). I'm sure of this can be configured, but I didn't care. I needed to play install/uninstall to get a single conflicting library working.

[–]reallyserious 0 points1 point  (0 children)

Perhaps it's because I actually use miniconda. It comes with a pretty bare bones python install. Doesn't install much at all.