Skip to content
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

Merged
merged 7 commits into from
Nov 28, 2018
Merged

Conversation

raymondxyang
Copy link

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

Python35:
python.version: '3.5'
Python36:
python.version: '3.6'
Copy link
Member

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.

Copy link
Author

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'
Copy link
Member

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

Copy link
Author

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

Copy link
Author

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

Copy link
Author

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?

Copy link
Member

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??

Copy link
Contributor

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.

@raymondxyang
Copy link
Author

This PR is merge-able right now for publishing our release. Ill working on enabling the py37 build in the pipeline later.

Copy link
Contributor

@pranavsharma pranavsharma left a 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.

@pranavsharma pranavsharma merged commit 1b3efc3 into master Nov 28, 2018
@pranavsharma pranavsharma deleted the python-packaging branch November 28, 2018 04:06
tmccrmck pushed a commit to tmccrmck/onnxruntime that referenced this pull request Aug 28, 2019
natke referenced this pull request in natke/onnxruntime Feb 15, 2022
* Update ORT version to 1.9.0

* Update the C example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants