You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey, I am a new user at OpenSim just trying to import it to my py code (Via Conda env-Pycharm):
`C:\Users\itayc\anaconda3\envs\openSim\python.exe "C:/Users/itayc/ExoSkeleton Project/Python/Test_0.py"
Traceback (most recent call last):
File "C:/Users/itayc/ExoSkeleton Project/Python/Test_0.py", line 1, in
import opensim
File "C:\Users\itayc\anaconda3\envs\openSim\lib\site-packages\opensim-4.1-py3.7.egg\opensim_init_.py", line 1, in
from .actuators import *
File "C:\Users\itayc\anaconda3\envs\openSim\lib\site-packages\opensim-4.1-py3.7.egg\opensim\actuators.py", line 334, in
class CoordinateActuator(opensim.simulation.ScalarActuator):
AttributeError: module 'opensim' has no attribute 'simulation'
Process finished with exit code 1
when I tried running my code on Spyder, it worked fine... what could be the problem?
The text was updated successfully, but these errors were encountered:
hey, I am a new user at OpenSim just trying to import it to my py code (Via Conda env-Pycharm):
`C:\Users\itayc\anaconda3\envs\openSim\python.exe "C:/Users/itayc/ExoSkeleton Project/Python/Test_0.py"
Traceback (most recent call last):
File "C:/Users/itayc/ExoSkeleton Project/Python/Test_0.py", line 1, in
import opensim
File "C:\Users\itayc\anaconda3\envs\openSim\lib\site-packages\opensim-4.1-py3.7.egg\opensim_init_.py", line 1, in
from .actuators import *
File "C:\Users\itayc\anaconda3\envs\openSim\lib\site-packages\opensim-4.1-py3.7.egg\opensim\actuators.py", line 334, in
class CoordinateActuator(opensim.simulation.ScalarActuator):
AttributeError: module 'opensim' has no attribute 'simulation'
Process finished with exit code 1
when I tried running my code on Spyder, it worked fine... what could be the problem?
The text was updated successfully, but these errors were encountered: