-
Notifications
You must be signed in to change notification settings - Fork 23
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
ERROR: No matching distribution found for libclang>=9.0.1 (from tensorflow) #22
Comments
This is an image based on Ubuntu 18.04 running on x64 cpu |
Hi @FranklinBao, I cannot reproduce the failure in apt-get update
apt-get install -y python3-pip
pip3 install libclang and the following code to verify: import clang.cindex
clang.cindex.Index.create() Could you please provide more information, e.g., the error message, about the failure? |
|
I believe it is a bug about The installation process should go as expected after upgrade the pip inside the container by |
Close as resolved. |
I sincerely thank you for your response. That solved the problem. |
Failed installing in docker container: registry.baidubce.com/paddlepaddle/paddle:2.2.2-gpu-cuda11.2-cudnn8
dockerfile is here: https://registry.hub.docker.com/layers/paddlepaddle/paddle/2.2.2-gpu-cuda11.2-cudnn8/images/sha256-09603d35054766f0d328ab4368a5eb8dbf92d0802041308992df1db41601e817?context=explore
The text was updated successfully, but these errors were encountered: