You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Source distributions run
setup.py
. OMPython'ssetup.py
does not install OMPythonIDL if importing omniidl and omniORB fails. This happens when one creates a new virtualenv and doespip 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.
The text was updated successfully, but these errors were encountered: