FATE icon indicating copy to clipboard operation
FATE copied to clipboard

你们文档为什么没有更新?bin目录下没有activate安装不了

Open HeliumzzZ opened this issue 3 years ago • 6 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

HeliumzzZ avatar Sep 20 '22 03:09 HeliumzzZ

Please read the deployment guides first. Source code deployment guide is here

mgqa34 avatar Sep 20 '22 04:09 mgqa34

bash bin/service.sh start

service start failed, please check /root/standalone_fate_install_1.7.0_release/fateflow/logs/error.log and /root/standalone_fate_install_1.7.0_release/fateflow/logs/console.log check process by http port and grpc port service not running (fate) @.***:~/standalone_fate_install_1.7.0_release/fateflow# cat /root/standalone_fate_install_1.7.0_release/fateflow/logs/error.log Traceback (most recent call last):   File "/root/standalone_fate_install_1.7.0_release/fateflow/python/fate_flow/fate_flow_server.py", line 23, in <module>     import grpc ModuleNotFoundError: No module named 'grpc' Traceback (most recent call last):   File "/root/standalone_fate_install_1.7.0_release/fateflow/python/fate_flow/fate_flow_server.py", line 23, in <module>     import grpc ModuleNotFoundError: No module named 'grpc' Traceback (most recent call last):   File "/root/standalone_fate_install_1.7.0_release/fateflow/python/fate_flow/fate_flow_server.py", line 23, in <module>     import grpc ModuleNotFoundError: No module named 'grpc' Traceback (most recent call last):   File "/root/standalone_fate_install_1.7.0_release/fateflow/python/fate_flow/fate_flow_server.py", line 23, in <module>     import grpc ModuleNotFoundError: No module named 'grpc' Traceback (most recent call last):   File "/root/standalone_fate_install_1.7.0_release/fateflow/python/fate_flow/fate_flow_server.py", line 23, in <module>     import grpc ModuleNotFoundError: No module named 'grpc' Traceback (most recent call last):   File "/root/standalone_fate_install_1.7.0_release/fateflow/python/fate_flow/fate_flow_server.py", line 27, in <module>     from fate_flow import set_env   File "/root/standalone_fate_install_1.7.0_release/fateflow/python/fate_flow/init.py", line 18, in <module>     from fate_flow.entity.types import ProcessRole   File "/root/standalone_fate_install_1.7.0_release/fateflow/python/fate_flow/entity/init.py", line 16, in <module>     from ._base import BaseEntity   File "/root/standalone_fate_install_1.7.0_release/fateflow/python/fate_flow/entity/_base.py", line 16, in <module>     from fate_arch.common import BaseType ModuleNotFoundError: No module named 'fate_arch'

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年9月20日(星期二) 中午12:32 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [FederatedAI/FATE] 你们文档为什么没有更新?bin目录下没有activate安装不了 (Issue #4334)

Please read the deployment guides first. Source code deployment guide is here

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

HeliumzzZ avatar Sep 20 '22 06:09 HeliumzzZ

我现在应该下哪个版本的代码来部署

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年9月20日(星期二) 中午12:32 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [FederatedAI/FATE] 你们文档为什么没有更新?bin目录下没有activate安装不了 (Issue #4334)

Please read the deployment guides first. Source code deployment guide is here

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

HeliumzzZ avatar Sep 20 '22 06:09 HeliumzzZ

  ERROR: Command errored out with exit status 1:    command: /root/fate/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-yxkh414_/gmpy2_84cfa3dfb0ce4fdcb26ff509188c903c/setup.py'"'"'; file='"'"'/tmp/pip-install-yxkh414_/gmpy2_84cfa3dfb0ce4fdcb26ff509188c903c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-3es_svjy        cwd: /tmp/pip-install-yxkh414_/gmpy2_84cfa3dfb0ce4fdcb26ff509188c903c/   Complete output (14 lines):   running bdist_wheel   running build   running build_ext   building 'gmpy2' extension   creating build   creating build/temp.linux-x86_64-3.8   creating build/temp.linux-x86_64-3.8/src   gcc -pthread -B /root/miniconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DWITHMPFR -DWITHMPC -I/root/fate/include -I/root/miniconda3/include/python3.8 -c src/gmpy2.c -o build/temp.linux-x86_64-3.8/src/gmpy2.o   In file included from src/gmpy2.c:426:0:   src/gmpy.h:106:12: fatal error: gmp.h: No such file or directory    #  include "gmp.h"               ^~~~~~~   compilation terminated.   error: command 'gcc' failed with exit status 1

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年9月20日(星期二) 中午12:32 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [FederatedAI/FATE] 你们文档为什么没有更新?bin目录下没有activate安装不了 (Issue #4334)

Please read the deployment guides first. Source code deployment guide is here

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

HeliumzzZ avatar Sep 20 '22 06:09 HeliumzzZ

  numpy.distutils.system_info.NotFoundError: no lapack/blas resources found   ----------------------------------------   ERROR: Failed building wheel for scipy

------------------ 原始邮件 ------------------ 发件人: "FederatedAI/FATE" @.>; 发送时间: 2022年9月20日(星期二) 中午12:32 @.>; @.@.>; 主题: Re: [FederatedAI/FATE] 你们文档为什么没有更新?bin目录下没有activate安装不了 (Issue #4334)

Please read the deployment guides first. Source code deployment guide is here

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

HeliumzzZ avatar Sep 20 '22 06:09 HeliumzzZ

@HeliumzzZ 请在抱怨和寻求帮助之前 根据文档仔细检查部署步骤 https://github.com/FederatedAI/FATE/tree/master/deploy 纯粹的抱怨并不能帮你解决问题 PS:最新的版本号查看release或者tag都应该能知道

sagewe avatar Sep 20 '22 06:09 sagewe

  Add --force to your command to use it anyway if you must (unsupported).      ----------------------------------------   ERROR: Failed cleaning build dir for scipy

------------------ 原始邮件 ------------------ 发件人: "FederatedAI/FATE" @.>; 发送时间: 2022年9月20日(星期二) 中午12:32 @.>; @.@.>; 主题: Re: [FederatedAI/FATE] 你们文档为什么没有更新?bin目录下没有activate安装不了 (Issue #4334)

Please read the deployment guides first. Source code deployment guide is here

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

HeliumzzZ avatar Oct 11 '22 07:10 HeliumzzZ

This issue has been marked as stale because it has been open for 365 days with no activity. If this issue is still relevant or if there is new information, please feel free to update or reopen it.

github-actions[bot] avatar Jul 09 '24 06:07 github-actions[bot]