I am getting the following error when i try to run RUNME.py
raceback (most recent call last):
File "/Users/deveshtripathi/Downloads/IBridgePy_Mac_Python39_64/RUN_ME.py", line 16, in <module>
from configuration import run_me
File "/Users/deveshtripathi/Downloads/IBridgePy_Mac_Python39_64/configuration.py", line 7, in <module>
from Config.config_defs import UserConfig
File "/Users/deveshtripathi/Downloads/IBridgePy_Mac_Python39_64/Config/config_defs.py", line 10, in <module>
from IBridgePy.MarketManagerBase import setup_services
File "/Users/deveshtripathi/Downloads/IBridgePy_Mac_Python39_64/IBridgePy/MarketManagerBase.py", line 6, in <module>
import broker_service_factory
File "/Users/deveshtripathi/Downloads/IBridgePy_Mac_Python39_64/broker_service_factory/init.py", line 1, in <module>
from .BrokerService import BrokerService
File "/Users/deveshtripathi/Downloads/IBridgePy_Mac_Python39_64/broker_service_factory/BrokerService.py", line 13, in <module>
from IBridgePy import IBCpp
ImportError: dlopen(/Users/deveshtripathi/Downloads/IBridgePy_Mac_Python39_64/IBridgePy/IBCpp.so, 0x0002): Library not loaded: /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/Python
Referenced from: <D1EEEE66-2E26-382C-9CCC-D62A50D42FAE> /Users/deveshtripathi/Downloads/IBridgePy_Mac_Python39_64/IBridgePy/IBCpp.so
Reason: tried: '/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/Python' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/Python' (no such file), '/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/Python' (no such file), '/System/Library/Frameworks/Python.framework/Versions/3.9/Python' (no such file, not in dyld cache)
Process finished with exit code 1
Hey,
As you've already seen the tutorials and videos, you can skim through this blog once and check if you've missed anything.
If you're still unable to resolve the error you can reach out to the iBridgePy support team on their mail ID: IBridgePy@gmail.com
Thanks,
Rushda Ansari