Error running isaacgym examples

Hello!

I am trying to run the isaac gym examples but i have this error

Importing module ‘gym_37’ (/home/fabi/Isaac/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_37.so)
[App: carb.gym.python.gym_37] Incompatible Framework API version. Framework version: 0.5. Application requested version: 0.3.
Failed to get Carbonite frameworkSetting GYM_USD_PLUG_INFO_PATH to /home/fabi/Isaac/isaacgym/python/isaacgym/_bindings/linux-x86_64/usd/plugInfo.json
[App: carb.gym.python.gym_37] Incompatible Framework API version. Framework version: 0.5. Application requested version: 0.3.
Traceback (most recent call last):
File “domain_randomization.py”, line 26, in
gym = gymapi.acquire_gym()
RuntimeError: Failed to acquire Carbonite framework: carb::gym::Gym (pluginName: nullptr)
There was an error running python

I have to mention that i succesfully run the OmniIsaacGymEnvs exanple and i am trying to do the same for Isaac Gym examples (using PYTHON_PATH as alias for python.sh from IsaacSim folder).

Thank you