bash bin/init.sh status的时候 /bin/activate 找不到文件 该怎么解决
Net-defense opened this issue · 11 comments
New Algorithm
- Name:
- Category:
Short Description
WIP
-
Main Code
- sub task 1
- sub task 2
- ...
-
Docs
- Algorithm READMD.md
- Add entry to
federatedml/READMD
-
Pipeline
- code
- param
- component
- doc for new component
- code
-
Example
- pipeline
- dsl
- benchmark_quality
Check and Acceptance
-
PR
- add reviewer: @mgqa34 @dylan-fan
- add assigner
- add labels
- link projects
- link this issue
-
Confirm
Params
consistent betweenfederatedml
andpipeline
-
Examples tested
部署方法用的是哪种?哪个版本
部署方法用的是哪种?哪个版本
2.2.0版本 在主机中部署的
用的那种方法部署的呢? allinone, ansible , docker, standalone?
用的那种方法部署的呢? allinone, ansible , docker, standalone?
在主机中部署的(官网文档中对应的第三种方法),安装包名字是standalone_fate_docker_image_2.2.0
你应该是用错了部署的方法, bash bin/init.sh status 对应的部署包应该是standalone_fate_install_2.2.0_release
standalone_fate_docker_image_2.2.0 不需要执行这句话的,
详细信息可以参考 https://github.com/FederatedAI/FATE/blob/master/deploy/standalone-deploy/README.zh.md
你应该是用错了部署的方法, bash bin/init.sh status 对应的部署包应该是standalone_fate_install_2.2.0_release standalone_fate_docker_image_2.2.0 不需要执行这句话的, 详细信息可以参考 https://github.com/FederatedAI/FATE/blob/master/deploy/standalone-deploy/README.zh.md
不好意思,上次我说错了,我用的是standalone_fate_install_2.1.0_release 在主机中部署,
执行bin/init.sh,Package 'libaio1' has no installation candidate
执行bash bin/init.sh status依然找不到/bin/activate
问题依然存在
你应该是用错了部署的方法, bash bin/init.sh status 对应的部署包应该是standalone_fate_install_2.2.0_release standalone_fate_docker_image_2.2.0 不需要执行这句话的, 详细信息可以参考 https://github.com/FederatedAI/FATE/blob/master/deploy/standalone-deploy/README.zh.md
不好意思,上次我说错了,我用的是standalone_fate_install_2.1.0_release 在主机中部署, 执行bin/init.sh,Package 'libaio1' has no installation candidate 执行bash bin/init.sh status依然找不到/bin/activate 问题依然存在
机器有基础依赖没有被安装,Linux 执行 sudo yum install libaio
你应该是用错了部署的方法, bash bin/init.sh status 对应的部署包应该是standalone_fate_install_2.2.0_release standalone_fate_docker_image_2.2.0 不需要执行这句话的, 详细信息可以参考 https://github.com/FederatedAI/FATE/blob/master/deploy/standalone-deploy/README.zh.md
不好意思,上次我说错了,我用的是standalone_fate_install_2.1.0_release 在主机中部署, 执行bin/init.sh,Package 'libaio1' has no installation candidate 执行bash bin/init.sh status依然找不到/bin/activate 问题依然存在
机器有基础依赖没有被安装,Linux 执行 sudo yum install libaio
libaio下载后 执行bash bin/init.sh status依然找不到/bin/activate
/bin/activate 是指的根目录下的? fate 的bin 目录下是没有activate的, 我在我这边的机器上看了下, /bin 根目录下的bin也是没有activate 的, 能给下执行后的具体报错吗