-
Notifications
You must be signed in to change notification settings - Fork 34
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
测试时出现错误 #44
Comments
再往上检查错误时,我注意到以下的错误导致
我无法通过 |
conda的so文件有点问题,先不用conda试试?
…------------------ 原始邮件 ------------------
发件人: "Jittor/JDet" ***@***.***>;
发送时间: 2022年6月14日(星期二) 下午3:52
***@***.***>;
***@***.***>;
主题: Re: [Jittor/JDet] 测试时出现错误 (Issue #44)
再往上检查错误时,我注意到以下的错误导致MKL安装失败:
./test: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./test) ./test: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ./test) ./test: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./test)
我无法通过sudo安装gcc或是g++,我当前使用的是Conda环境。请问这样的情况下应该如何解决这个错误?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
遇到同样的问题了,解决了吗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你好,当我运行
python run_net.py --config-file=configs/retinanet_config.py --task=test
测试时出现以下错误:请问这个错误应该如何解决?
谢谢。
The text was updated successfully, but these errors were encountered: