-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照困难的安装教程报错 #2140
Comments
请仔细看报错信息,没有 gcc 和 g++, 请先安装 :) |
Terminating: fork() called from a process already using GNU OpenMP, this is unsafe. Error executing job with overrides: ['experiment=audio-classify', 'trainer.gpus=4', '+trainer.strategy=ddp'] Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. |
看起来程序想用 4 块 GPU 跑程序,你机器上是否没有足够的 GPU? 可以根据自己的机器情况调整这些参数 |
命令:sudo pip install -e . -i https://pypi.tuna.tsinghua.edu.cn/simple
报错:
Running setup.py develop for paddlespeech
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/lizhaohui/PaddleSpeech-develop/setup.py'"'"'; file='"'"'/home/lizhaohui/PaddleSpeech-develop/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' develop --no-deps
cwd: /home/lizhaohui/PaddleSpeech-develop/
Complete output (149 lines):
fatal: not a git repository (or any of the parent directories): .git
ERROR: Can't roll back paddlespeech; was not uninstalled
ERROR: Command errored out with exit status 1: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/lizhaohui/PaddleSpeech-develop/setup.py'"'"'; file='"'"'/home/lizhaohui/PaddleSpeech-develop/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' develop --no-deps Check the logs for full command output.
The text was updated successfully, but these errors were encountered: