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

Publish wheels to PyPI #92

Open
ksmyth opened this issue May 23, 2019 · 0 comments
Open

Publish wheels to PyPI #92

ksmyth opened this issue May 23, 2019 · 0 comments

Comments

@ksmyth
Copy link

ksmyth commented May 23, 2019

Source distributions run setup.py. OMPython's setup.py does not install OMPythonIDL if importing omniidl and omniORB fails. This happens when one creates a new virtualenv and does pip install OMPython

Publishing a Wheel would avoid this issue. Try pip install --extra-index-url https://pypi.metamorphsoftware.com --log log.txt OMPython in a new virtualenv. The .whl is installed and OMPythonIDL is available.

Universal wheels (as in #91) would be preferred, but this is not strictly necessary.

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

No branches or pull requests

1 participant