anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
217 stars 88 forks source link

progress bar for project download and extract #331

Closed AlbertDeFusco closed 3 years ago

AlbertDeFusco commented 3 years ago

project-download

Give it a try

conda install -c defusco/label/dev anaconda-project=0.10.0+4.g35774f5
jlstevens commented 3 years ago

Looks good! Here is what happened when I tried it:

image

The progress bars worked properly but now I am wondering about those warning messages. I thought it might be due to older dependency versions in my environment but when I created a fresh env I found that they remain. Any ideas?

AlbertDeFusco commented 3 years ago

Those warnings are from anaconda-client. Check your ~./continuum/anaconda-client/config.yml for ssl verify entries. Some of them may be null

jlstevens commented 3 years ago

That fixed it, thanks!

I set both ssl_verify and verify_ssl (how are these things different?) to true in config.yml and the warnings went away.

Do you have any idea what might have set these flags to false (my only hypothesis is Anaconda Navigator?) as I'm pretty sure I've never manually edited this file before...

AlbertDeFusco commented 3 years ago

Something may have changed somewhere recently with anaconda-client. Are you able to test that on a completely fresh Anaconorda/Miniconda install without any of the standard config dirs?

jlstevens commented 3 years ago

Are you able to test that on a completely fresh Anaconorda/Miniconda install without any of the standard config dirs?

I guess I could create a new user on my laptop then install miniconda to see if this reappears...

AlbertDeFusco commented 3 years ago

I'll try to test that as well. For now I'm going to let those two failed test combinations slide