jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.71k stars 3.04k forks source link

stuck at warning: while installing additional libraries. #102

Closed adeelshafi79 closed 3 years ago

adeelshafi79 commented 3 years ago

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.

bonevays commented 3 years ago

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.

adeelshafi79 commented 3 years ago

Any solution?

On Wed, 12 May 2021 at 6:59 PM, bonevays @.***> wrote:

me too lol. I mean, I don't even know where the infinite loop is coming from, one warning I could live with :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeffheaton/t81_558_deep_learning/issues/102#issuecomment-839795342, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALZLGJPZPGKPOV5ECNBFJKTTNKCSPANCNFSM44F6DDZA .

-- Sent from my blackcerry

PossiblyAShrub commented 3 years ago

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.

adeelshafi79 commented 3 years ago

Great, thanks!

On Sun, May 16, 2021 at 12:14 PM Aidan @.***> wrote:

This appears to have been fixed in #101 https://github.com/jeffheaton/t81_558_deep_learning/pull/101. However, until that pr is merged you will have to add pip to the tools.yml file.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeffheaton/t81_558_deep_learning/issues/102#issuecomment-841863498, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALZLGJP4DBCCGSGTG5SOO6DTOAKS3ANCNFSM44F6DDZA .

-- Adeel Shafi Network Engineer NOC 2nd Floor, Block 2 Awami Complex New Garden Town • Lahore, Pakistan SUPERNET [image: mobile-icon] +92 331 4446210 [image: email-icon] @.*** [image: website-icon] www.super.net.pk [image: Facebook icon] https://www.facebook.com/stalion79 [image: LinkedIn icon] https://www.linkedin.com/stalion79 [image: Google Plus icon] https://plus.google.com/u/0/100619722969699327283

jeffheaton commented 3 years ago

Thanks @PossiblyAShrub your change has been merged.