Hello, I’m encountering issues while trying to use my Python binary package with the stand-alone version of Isaac Sim:
- In this tutorial, it’s mentioned that I can use my own Python interpreter. However, in practice, this doesn’t seem to work. When I use any other Python, the
SimulationApp
becomesNoneType
, as shown in this video:
- I also have a Python binary package that I need to import, but it doesn’t function with the provided Python interpreter, as shown in this video:
This has created a dilemma: either I use your Python interpreter and can’t use my libraries, or I use my own Python and can’t use your libraries. Could you provide any guidance on resolving this?
This is my library:
multiverse_client_pybind.cpython-38-x86_64-linux-gnu.zip (208.0 KB)