Anaconda3 installation and python package installation

1. Anaconda3 installation:
It should have been downloaded from the official website, but every time the official website download will be slow and the download fails, so it is recommended to go to Tsinghua mirror download (it is best to download the latest version, pull it to the end), soon
https: // mirrors After
downloading .tuna.tsinghua.edu.cn / anaconda / archive / , just go all the way to next.
2.python installation package
installed after the anaconda, if you open cmd input pip will complain if under windows, this time need to modify the path, detailed steps reference http://blog.csdn.net/kaien1226/article/details/77877255
3. Later I found that cmd always fails, so after installing anaconda, there is an anaconda prompt, no need to set the path, no error, if pip is not the latest version, just upgrade directly. conda install tensorflow is faster. But there was a problem while installing lightGBM. Refer to the following article http://blog.csdn.net/qq_22238533/article/details/72927755 Note that to switch directories in my computer, use d:

Published 35 original articles · Liked 20 · Visitors 50,000+

Guess you like

Origin blog.csdn.net/weixin_39875181/article/details/79651615