I use conda as a python manager and poetry as an environment manager. For every project I just create a new conda environment with the bare minimum python 3.x version I need. Then I use poetry to handle the dependencies…
Well conda packages don't need to be python based, so technically yes you can build and package up whatever your heart desires. conda build recipes are essentially just shell scripts that conda runs in a sandbox, taking…
My experience was the opposite. pipenv always told me something couldn't be installed because of version mismatches and poetry has never given me any trouble.
I use conda as a python manager and poetry as an environment manager. For every project I just create a new conda environment with the bare minimum python 3.x version I need. Then I use poetry to handle the dependencies…
Well conda packages don't need to be python based, so technically yes you can build and package up whatever your heart desires. conda build recipes are essentially just shell scripts that conda runs in a sandbox, taking…
My experience was the opposite. pipenv always told me something couldn't be installed because of version mismatches and poetry has never given me any trouble.