This message was deleted.
# general
s
This message was deleted.
r
I've briefly tested pip tools and like it, but I like poetry a little bit more. I'm in the process of migrating away from conda
i
@Reese Hopkins I hear you! What do you do about non-python stuff like pytorch/geopandas/Spacy?
r
@Ido (Ploomber), I think all of those libraries are pip installable
👍 2
r
Not sure if this is needed anymore but whenever I create a new env with conda, the 1st command I run is conda install pip. Then I have peace of mind.
🤣 1
i
What happens if your package has a new version that breaks the graph? 🙂
r
In poetry, you have to fix your dependcies. It won't install. It gives you the conflict to help diagnose the issue
🙌 1
b
conda by itself is unusable but mamba is as fast as pip and has the advantages of conda https://github.com/conda-forge/miniforge#miniforge-pypy3
🙌 1
j
Always used pipenv, never got round to using poetry but heard good things. I find pip freeze super useful for creating requirements.txt
🙌 1