Can't find package on Anaconda Navigator. What to do next?

两盒软妹~` 提交于 2019-12-05 01:13:48
Lin Eliza
  1. Click Open terminal from environment

  1. Execute conda install keras in terminal mode

Download tar.gz file of the package (in your case, pulp) from here and follow the accepted answer of this stackoverflow question.

Thanks for A2A

  1. Open "Anaconda Navigator"
  2. Navigate to "Environments"
  3. Select your environment where the package needs to be installed
  4. Click on the "play/pause" button present on the environment name
  5. Click "Open terminal" from your environment
  6. In terminal type "conda install (package-name)"

Added instructions 1. If the package is not available in any of the Anaconda Repository then type the following: "pip install (package name)"

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!