python安装教程

一、卸载以前安装过的python

二、anaconda安装教程

    1、https://www.anaconda.com/products/individual

python安装,anaconda版

python安装,anaconda版

下载完成后

python安装,anaconda版

一直Next

python安装,anaconda版

python安装,anaconda版

三、pycharm的安装

https://www.jetbrains.com/pycharm/download/#section=windows  外网,打开比较慢

python安装,anaconda版

python安装,anaconda版

python安装,anaconda版

python安装,anaconda版

四、pycharm关联anaconda

    创建新的项目

python安装,anaconda版

五、下载对应所需的库

    打开Anaconda Navigator

python安装,anaconda版

python安装,anaconda版

python安装,anaconda版

python安装,anaconda版

六、下包技巧

有些包在conda里面找不到,还是需要pip下载

但是学校的网不太好,在下包的时候就会报错,超时。。。

这个时候可以

python安装,anaconda版

python安装,anaconda版

下载完成后,在下载的目录下shift+右键打开powershell窗口,然后输入命令

pip +install+somewhat.whl

这样就能安装了

相关文章:

  • 2021-08-07
  • 2021-10-03
  • 2021-08-04
  • 2021-09-10
  • 2021-10-09
  • 2021-12-21
  • 2021-08-15
  • 2021-05-21
猜你喜欢
  • 2021-10-28
  • 2022-12-23
  • 2022-01-25
  • 2021-06-28
  • 2021-11-18
  • 2021-07-19
  • 2021-08-10
相关资源
相似解决方案