-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add pipeline for building python wheels #41
Conversation
Python35: | ||
python.version: '3.5' | ||
Python36: | ||
python.version: '3.6' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about Python37 ? we did release that on Linux.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will try add it.
Python35: | ||
python.version: '3.5' | ||
Python36: | ||
python.version: '3.6' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we had Python 37 for Linux GPU build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently there seems to be no distributed numpy for py3.7... will release it later to find a bypass on that. Need to alter current pipeline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just found there is the distributed py3.7 numpy. investigating why pip install is failing on build VM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The log said 'pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available'.. but py35 and 36 work, both from a conda environment.. any idea on that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, i'm not sure. somehow the py37 is missing ssl module??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, let's work on py37 later since we want to release a package tomorrow. please add a task for yourself.
This PR is merge-able right now for publishing our release. Ill working on enabling the py37 build in the pipeline later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a task for py37.
Address PR comments
* Update ORT version to 1.9.0 * Update the C example
Add pipeline for building python wheels for Windows/Linux CPU and GPU.
Last successful run: https://dev.azure.com/onnxruntime/onnxruntime/_build/results?buildId=158