Can anyone help me in installing omniORB? I get
python -V
Python 3.12.3
`C:WindowsSystem32>pip –version
pip 24.0 from C:UsersivankAppDataLocalProgramsPythonPython312Libsite-packagespip (python 3.12)
C:WindowsSystem32>pip install omniorb
ERROR: Could not find a version that satisfies the requirement omniorb (from versions: none)
ERROR: No matching distribution found for omniorb`
When I run the program this is what I get:
Traceback (most recent call last):
File “c:UsersivankDownloadsCORBATESTBoggledClient.py”, line 1, in
from omniORB import CORBA, PortableServer
ModuleNotFoundError: No module named ‘omniORB’
IVAN GABRIEL KIERR DELA PEA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.