FederatedAI / KubeFATE

Manage federated learning workload using cloud native technologies.
Apache License 2.0
418 stars 222 forks source link

在线安装FATE Client1.8.0不生效 #889

Closed devlinsu closed 1 year ago

devlinsu commented 1 year ago

在一台centos裸机上使用python3.6.5在线安装fate-client 1.8.0,安装过程没报错,完成后输入flow,提示flow: command not found,请问是什么原因? 安装过程如下:pip install fate-client==1.8.0 安装过程无报错提示,完成后输入flow提示:flow: command not found

owlet42 commented 1 year ago

查看flow所在的bin目录是不是没有加入到PATH

pip show fate-client

export PATH=/path/to/fate-client/bin:$PATH

devlinsu commented 1 year ago

没有bin目录,里面都是些.py源代码 image

owlet42 commented 1 year ago

你的python 环境是如何安装的,有没有类似这个/data/projects/python/venv/bin目录 ,

devlinsu commented 1 year ago

没有,我这个是单独的机器,没有装任何fate相关组件,就装了个python和fate-client,想用来远程连接fate-flow做些操作

devlinsu commented 1 year ago

找到了,安装在python3的/bin目录下