sofa_env test #4224
-
hi everyone, i installed sofa_env but i get issues while installing the pyDNS. I have read that it does not work with python3, so i tried to install pip3DNS... but when i try to launch the test file, like it is said on the github page, i receive this error, although i can guarantee you that i installed it Traceback (most recent call last):
File "C:\Users\franc\anaconda3\envs\sofa\sofa_env-main\sofa_env\scenes\controllable_object_example\controllable_env.py", line 62, in <module>
env.reset()
File "C:\Users\franc\anaconda3\envs\sofa\sofa_env-main\sofa_env\scenes\controllable_object_example\controllable_env.py", line 49, in reset
return super().reset()
File "c:\users\franc\anaconda3\envs\sofa\sofa_env-main\sofa_env\base.py", line 149, in reset
self._init_sim()
File "c:\users\franc\anaconda3\envs\sofa\sofa_env-main\sofa_env\base.py", line 187, in _init_sim
self.sofa = importlib.import_module("Sofa")
File "C:\Users\franc\anaconda3\envs\sofa\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'Sofa' Thanks in advance for your help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @PiccioFra I guess you refer to the sofa_env project by @ScheiklP |
Beta Was this translation helpful? Give feedback.
-
Hi @hugtalbot |
Beta Was this translation helpful? Give feedback.
Hi @hugtalbot
we continued the discussion over at sofa_env :D
ScheiklP/sofa_env#9