Replies: 8 comments
-
配置一下pycharm的environment就行了。environment参数可以先命令行按照官方文档run一遍,把env的变量拷贝到pycharm 中。debug就行了 |
Beta Was this translation helpful? Give feedback.
-
请问是远程连接Linux还是直接在Windows呢?@PenglinYang |
Beta Was this translation helpful? Give feedback.
-
已经会了,用的虚拟机。感谢!
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年7月25日(星期二) 中午11:19
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [FederatedAI/FATE] 用pycharm调试 (Issue #4367)
1.安装了pycharm,怎么将fate作为项目添加进去并调试? 2.pycharm是不是只能安专业版的? 3.有没有用pycharm调试FATE的教程?
配置一下pycharm的environment就行了。environment参数可以先命令行按照官方文档run一遍,把env的变量拷贝到pycharm 中。debug就行了
请问是远程连接Linux还是直接在Windows呢?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
请教个问题,你下载的是docker包还是编译后的源码来debug呢?@YIYEYIYE |
Beta Was this translation helpful? Give feedback.
-
我记得是docker
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年7月27日(星期四) 上午9:43
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [FederatedAI/FATE] 用pycharm调试 (Issue #4367)
已经会了,用的虚拟机。感谢!
***@***.***
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
fate1.9.1 在pycharm中调试:1,首先使用github中的部署和运行命令把fateserver run起来:cd ${FATE_PROJECT_BASE}; 2,通过上述命令得到init_env.sh,里边有该项目所需的环境变量;通过在T中输入env,得到fate项目设置的环境变量3,pycharm edit configuration,python下新建条目,将环境变量输入到environment中:EGGROLL_LOG_LEVEL=INFO] 启动文件 main /FATE/fateflow/python/fate_flow/fate_flow_server.py fateflow基于flask实现,fateflow server 通过start启动多线程 @Ariel881214 |
Beta Was this translation helpful? Give feedback.
-
非常感谢 。请问第一步是参考《源码部署FATE单机版》这个文档吗? |
Beta Was this translation helpful? Give feedback.
-
1.安装了pycharm,怎么将fate作为项目添加进去并调试?
2.pycharm是不是只能安专业版的?
3.有没有用pycharm调试FATE的教程?
Beta Was this translation helpful? Give feedback.
All reactions