Skip to content

Is this conda compatible? (question is more neuanced, please read) #624

Closed Answered by ltdrdata
Yasand123 asked this question in Q&A
Discussion options

You must be logged in to vote

After a simple investigation, it appears that when pip is installed using conda install pip, the cache between conda and pip is shared, so packages already installed by conda are not reinstalled by pip.

Do you need anything more than this?

Furthermore, since there are often packages that cannot be installed with conda install, it seems that there will be cases where one must attempt with conda and, if that fails, retry with pip... This also seems to have potential problems.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Yasand123
Comment options

Answer selected by Yasand123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants