标签:space 使用 set 更改 boot osc 开启 mirror bootstrap
1、检查是否代码本身有问题。
2、检查代码提示是否成功开启。
setting → Inspections → Spelling 要开启
setting → Inspections → Python 要打开
3、检查IDE省电模式是否关闭状态!!!
file → power save mode 取消掉
4、使用快捷键:ctrl+j、ctrl+space、alt+/
其他(不能安装):
1、检查是否Python2,3冲突。
如果冲突了,只要更改PATH变量位置就好;或者指定python2 还是 python3
2、检查是否pip正常安装正常运行,如有关联相关按照提示安装。
python https://bootstrap.pypa.io/get-pip.py
3、安装whl文件,pip install filenam.whl
windows 用户可收藏该网址:http://www.lfd.uci.edu/~gohlke/pythonlibs/
4、安装code文件,python setup.py install
上海用户可使用上大mirrors
[global]
index-url = https://pypi.shuosc.org/simple
标签:space 使用 set 更改 boot osc 开启 mirror bootstrap
原文地址:https://www.cnblogs.com/pygo/p/12303934.html