-
Notifications
You must be signed in to change notification settings - Fork 125
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
What is the version of python and g++ #9
Comments
Python 3.8.6 and gcc 8.3 should work |
Thanks Hanzhi, after updating python and gcc version, I'm able to get this build complete result. But looks like the numpy version is still not compatible. Could you please share the numpy version that you are using? Is the check failure related to numpy? I'm currently using
|
We use numpy 1.19.4 in our production builds. Numpy >= 1.20 may give the error above. |
Dear Author,
I'm running into errors while test building this command line:
bazel run //monolith/native_training:demo --output_filter=IGNORE_LOGS
. The error message looks like the following. I suspect this is related to python and c/c++ version diff. Could you please kindly share the versions that you are currently using for python and g++? Many thanks!The text was updated successfully, but these errors were encountered: