PyCharm 5.0.1 doesn#39;t resolve builtin modules / methods(PyCharm 5.0.1 不解析内置模块/方法)
问题描述
我的 PyCharm 5.0.1 安装无法解析对任何内置模块或方法的引用:
My PyCharm 5.0.1 installation does not resolve references to any builtin modules or methods:
如您所见,我已经在 cygwin 上安装了 python.
As you can see, I have installed python over cygwin.
我已经试过了:
- 重新安装/更新 python 安装(从 2.7.9 到 2.7.10)
- 重新安装pycharm
- 向pycharm安装目录中的python-skeletons添加解释器路径(IDE在保存设置时立即将其删除,暗示它已经嵌入)
- 删除解释器(这会删除警告,但也会删除代码完成,并且
import asdflkjasd
也是有效的) - 将/lib/python2.7/site-packages/等各种路径添加到解释器包选项
这些都没有改善情况.如何在不安装 cygwin 之外的情况下解决此问题?
None of these improved the situation. How can I fix this without installation outside of cygwin alltogether?
推荐答案
我使用 Windows 10 x64、Python 3.5.1 和 PyCharm Community Edition 2016.1.4
我遇到了同样的问题,并通过在管理员模式下运行 PyCharm 解决了它(只需要一次).
I have the same problem and sovled it by runnig PyCharm in admin mode (it is required only once).
这篇关于PyCharm 5.0.1 不解析内置模块/方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:PyCharm 5.0.1 不解析内置模块/方法
基础教程推荐
- 何时使用 os.name、sys.platform 或 platform.system? 2022-01-01
- 如何让 python 脚本监听来自另一个脚本的输入 2022-01-01
- 筛选NumPy数组 2022-01-01
- 线程时出现 msgbox 错误,GUI 块 2022-01-01
- 在 Python 中,如果我在一个“with"中返回.块,文件还会关闭吗? 2022-01-01
- 使用PyInstaller后在Windows中打开可执行文件时出错 2022-01-01
- Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll 2022-01-01
- 用于分类数据的跳跃记号标签 2022-01-01
- Dask.array.套用_沿_轴:由于额外的元素([1]),使用dask.array的每一行作为另一个函数的输入失败 2022-01-01
- 如何在海运重新绘制中自定义标题和y标签 2022-01-01