-
Notifications
You must be signed in to change notification settings - Fork 288
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
安装./install/install-delta.sh nlp cpu报错 #9
Comments
这么看应该是安装时期的网络错误,建议重新安装下。 建议国内用户把安装脚本里面关于软件源的注释打开 # If you are a user from mainland China, you can use following codes to speed up the installation.
# conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
# conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
# conda config --set show_channel_urls yes
# pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 如果还有问题麻烦提供下更完整的log。 |
嗯,谢谢你的回复,问题已经解决,现在又有了新的问题 |
麻烦提供下你的g++版本 |
(delta-py3.6-tf1.14) [data01@localhost data]$ g++ -v |
这个是自定义op编译的问题。现在tensorflow在用g++4.8编译custom op的时候偶尔会有这个bug。 可以使用 然后重新编译下custom op: pushd delta/layers/ops/
./build.sh delta
popd |
感谢问题已解决 |
SSLError(MaxRetryError('HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/main/noarch/repodata.json.bz2 (Caused by SSLError(SSLError("bad handshake: SysCallError(104, 'ECONNRESET')",),))',),)
这个怎么解决
The text was updated successfully, but these errors were encountered: