主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Sergey Karpov
关注
新文章和帖子
新文章、帖子和评论
活动总数
4017
最后的活动
2022年08月04日 10:22
成员加入日期
2018年09月12日 14:19
关注
0 名用户
关注者数
8 名用户
投票数
73
订阅数
1531
活动概览
文章(0)
帖子(0)
评论(2413)
Sergey Karpov
进行了评论,
2022年08月04日 10:22
Could you share a screenshot of the run configuration you are using?
社区
PyCharm
Error: Failed to find Flask application or factory in module 'app'. Use 'FLASK_APP=app:name' to specify one.
0 票
Sergey Karpov
进行了评论,
2022年08月03日 14:56
Gordon do you get the same error after disabling Targets API and recreating the interpreter? Is it reproducible in a new project?
社区
PyCharm
Error: Failed to find Flask application or factory in module 'app'. Use 'FLASK_APP=app:name' to specify one.
0 票
Sergey Karpov
进行了评论,
2022年08月03日 09:23
Any chance you could provide an example project so we can take a closer look?
社区
PyCharm
Pycharm Django Sass Processor with WSL
0 票
Sergey Karpov
进行了评论,
2022年08月02日 16:00
Hi, Most likely it's this known issue https://youtrack.jetbrains.com/issue/PY-55347/Flask-server-run-configuration-not-setting-FLASKAPP-correctly-in-PyCharm-20222It will be fixed in the next update...
社区
PyCharm
Error: Failed to find Flask application or factory in module 'app'. Use 'FLASK_APP=app:name' to specify one.
0 票
Sergey Karpov
进行了评论,
2022年08月02日 13:30
This is a known issue that we haven't addressed yet https://youtrack.jetbrains.com/issue/PY-35691/Code-completion-doesnt-work-for-cv2-module, please vote for it and feel free to comment.
社区
PyCharm
Pycarm with Pyhton
0 票
Sergey Karpov
进行了评论,
2022年07月25日 08:59
Unfortunately, we don't support Docker on the remote host yet. Please vote for the corresponding feature request in our issue tracker https://youtrack.jetbrains.com/issue/PY-33489/Native-support-fo...
社区
PyCharm
Unable to Build Docker from PyCharm on Remote Server - PyCharm Tries to Build Container Locally instead of on Remote Server
0 票
Sergey Karpov
进行了评论,
2022年07月25日 08:09
>It seems much slower than not using docker as interpret. I'd say it's expected unless it's significantly faster in the command line than in IDE.
社区
IntelliJ IDEA Users
Python project using docker as SDK.
0 票
Sergey Karpov
进行了评论,
2022年07月22日 10:28
1) It's not entirely up to IDEA to stop those containers, it should be done by Docker if you specify the correct docker compose options.Try adding up --abort-on-container-exit <service_name> to the...
社区
IntelliJ IDEA Users
Python project using docker as SDK.
0 票
Sergey Karpov
进行了评论,
2022年07月21日 09:50
Unfortunately, it can't be configured. Please file an issue to https://youtrack.jetbrains.com/issues/PY
社区
PyCharm
How to disable to mark line as a comment (#) if it's blank
0 票
Sergey Karpov
进行了评论,
2022年07月19日 15:40
Have you tried just opening it (File | Open...) and creating a FastAPI run configuration? There is no FastAPI-specific configuration on the PyCharm side like for Django projects.
社区
PyCharm
Opening an existing FastAPI Project
0 票