From: Jun Ju <ju...@uq...> - 2020-05-25 08:23:52
|
Hello! I’m a Mac user and my MacBook Pro is macOS Catalina (Version 10.15.3). I just installed OMPL by “sudo port install ompl +app” on terminal. I can open ompl app by “/opt/local/bin/ompl_app” successfully now. However, when I wrote “import ompl” in python, it told me “ModuleNotFoundError: No module named 'ompl'”. I have tried on both python2.7 and python3 and both failed. In addition, I can only find 3 documents relevant to OMPL in the directory of ““/opt/local/bin/”. [cid:image001.png@01D632BD.112F0430] It seems I didn’t install OMPL with Python bindings. I want to write code in python. Do you know how should I install Python bindings on Mac? Many thanks, June |