-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
viztracer C code requires C99 #227
Comments
I found this issue because centos 7 is still using pip 9.0.1 and it only supports manylinux1. viztracer only publish manylinux2014 wheel |
There are a couple of aspects in this issue. First of all, pip is not bound to OS. You can and probably should upgrade your pip version. Also, I noticed you are using python3.6, which was EOL last year. I would highly suggest using a more recent version. Even though You are right about Overall, your extra argument change might be valid and I will merge the PR once it passes the test, but I do think the fundamental reason that you had this issue was that you were using a lot of deprecated things. |
Agree. I couldn't even reproduce this issue on my personal PC before I found that docker image. But you know, some companies still have EOL software in some environments. 😆 |
Reproduce:
In the viztracer directory
docker run --rm -it -v $(pwd):/root/viztracer centos/python-36-centos7 pip install /root/viztracer
Last few lines of error:
I will raise a PR later.
The text was updated successfully, but these errors were encountered: