主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sergey Karpov
活动总数
4329
最后的活动
2023年11月08日 14:54
成员加入日期
2018年09月12日 14:19
关注
0 名用户
关注者数
5 名用户
投票数
80
订阅数
1650
活动概览
帖子(0)
评论(2599)
按最近的活动排序
最近的活动
投票数
创建于
2022年08月23日 13:51
Perhaps what you are experiencing is this issue https://youtrack.jetbrains.com/issue/PY-50970/Introspection-over-Targets-doesnt-work-in-Docker-images-with-a-non-root-user It's a regression indeed. ...
社区
PyCharm
Why PyCharm can't resolve reference for a remote Docker interpreter?
2 票
创建于
2022年02月07日 09:38
You can mark the folder as Excluded (right-click -> Mark Directory as). See https://www.jetbrains.com/help/pycharm/configuring-project-structure.html
社区
PyCharm
How to exclude directories from Code inspect?
3 票
已编辑于
2021年07月05日 15:36
Ahh, I see. Indeed, the issue reproduces when the window is in Float mode.I filed a bug to our issue tracker about that https://youtrack.jetbrains.com/issue/PY-49590, please vote for it and feel fr...
社区
PyCharm
debugger console not executing manually input expressions
2 票
创建于
2021年04月19日 13:34
Please go to Settings/Preferences | Editor | File Types and make sure that the file is not associated with Text file type.
社区
PyCharm
SQL files are not identified as SQL with specific name (in my case it's query.sql)
2 票
创建于
2021年04月12日 08:37
Have you tried marking the folder containing NBDocxHelper as Sources Root (right-click the folder and choose Mark Directory as | Sources Root)?
社区
PyCharm
Unresolved reference red line error when using from import* and sys.path.append("..")
2 票
创建于
2020年12月11日 08:54
Hello, It looks like View | Appearance | Navigation Bar is disabled. Enabling it should do the trick.
社区
PyCharm
Start, debug and stop buttons disappeared
2 票
已编辑于
2020年12月02日 16:03
There are some known issues with numpy==1.19.4 Could you install the 1.19.3 version and try again? pip install numpy==1.19.3 In any case, the problem is not related to PyCharm, but to the environme...
社区
PyCharm
ImportError: numpy.core.multiarray failed to import
2 票
创建于
2020年11月12日 16:39
Sure, you can add it to the run configuration template. Each new run config will have it by default, but you still need to add it to the existing ones. Yes, we'll fix it for sure, but I can't prov...
社区
PyCharm
Can't run Debugger - 'Connection to Python debugger failed; Socket closed'
2 票
创建于
2020年09月02日 14:48
Hi, It's a feature of Toolbox. The app keeps a previously installed version of each tool to enable instant rollback. You can delete them to save space: please use Keep only the latest version setti...
社区
PyCharm
Issue in IntelliJ IDEA and PyCharm
2 票
已编辑于
2020年07月27日 10:30
You haven't executed the code, you just opened Python Console. Either run your file (right-click it and choose Run...) or copy the code to the Python Console and run it there.
社区
PyCharm
Traceback (most recent call last): File "<input>", line 1, in <module> NameError: name is not defined
2 票
«
第一页
‹
上一页
下一页
›
最后
»