Jesse Hartman

Results 5 comments of Jesse Hartman

@esc do you think an edit to the [conda-zsh-completion/_conda](https://github.com/conda-incubator/conda-zsh-completion/blob/382d840f7ad053b3b2ccf0b1f52b26bdabaf66b3/_conda#L30) is preferred or am I ok to create a README.md with details there?

> ResolvePackageNotFound describe all packages not installed yet. That you need to move ResolvePackageNotFound to below pip: sentence looks like: > ![image](https://user-images.githubusercontent.com/20761142/34967431-0dfa51d0-faa6-11e7-9dd9-b02ffba5db04.png) Before you do this, make sure the package...

For anyone looking to download older versions, I went ahead and did this: 1. Go to https://github.com/wulkano/Kap/releases 2. Find the release you want 3. Click `Assets` and find your corresponding...

@pconrad-insitro & @wosiu I found using `conda-forge` exclusively helps me to avoid these issues. I spent a good while figuring it out and wrote up this walkthrough: https://github.com/jesshart/code-tutorials/blob/main/python/dependency-management/README.md I actually...

@pconrad-insitro @wosiu while you wait on pip support in `conda-lock`, I found this might be useful (while definitely extra work): Since you know what your direct dependencies are for `pip`...