jeffheaton/t81_558_deep_learning

stuck at warning: while installing additional libraries.

adeelshafi79 opened this issue · 5 comments

warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you.

command executed: conda env update --file tools.yml

later procedure is halt till this command error.

do the needful.

me too lol. I mean, I don't even know where the infinite loop is coming from, one warning I could live with :) FWIW, I am on Windows and same infinite warning spoils python 3.8 and 3.9, in addition to the suggested 3.7 . Maybe Anaconda has changed something in it's setup, after all I did get the 3.9 installer while Jeff was possibly on the 3.7 installer, that now seems gone.

This appears to have been fixed in #101.
However, until that pr is merged you will have to add pip to the tools.yml file.

Thanks @PossiblyAShrub your change has been merged.