赞
踩
1、vscode中安装的python插件的说明:vscode 中的python插件主要用于支持python快速开发,包括语法提示,代码格式整理,运行调试等。
2、(自己下载安装的)Windows系统安装python解释器,也带了一个编辑器用于开发,但相对于vscode有点简单。安装时记得选择Customize installation安装方式,安装在其他磁盘。勾选添加环境变量路径。
3、解决python中0x80072ee2错误的方法:
Setup failed
One or more issues caused the setup to fail.Please fix the issues and
then retry setup.For more information see the log file.
0x80072efd - 未指定的错误
重新双击安装包
选择自定义安装
不要勾选download debugging symbols
download debug binaries
安装成功
Dos终端测试:输入python
输入import this
问题解决:下载python-3.7.2-amd64-webinstall.exe进行安装时自动访问外网,没有翻墙会导致安装失败。应该为下载python-3.7.2-amd64.exe
参考菜鸟教程:https://www.runoob.com/python3/python3-tutorial.html
检查并更新PIP:
将pip更新到最新版本(pip的典型应
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。