Problem with Simbody-Visualizer on Linux
Posted: Mon Jul 08, 2024 4:04 pm
Hi,
I'm trying to run OpenSim with Python on Ubuntu 22.04 with no success.
I installed the newest version of Anaconda, created a new environment with Python 3.11, and installed the OpenSim packages following the instructions at https://anaconda.org/opensim-org/opensim
However, when I try to run the build_simple_arm_model.py script, the following error occurs:
I'm trying to run OpenSim with Python on Ubuntu 22.04 with no success.
I installed the newest version of Anaconda, created a new environment with Python 3.11, and installed the OpenSim packages following the instructions at https://anaconda.org/opensim-org/opensim
However, when I try to run the build_simple_arm_model.py script, the following error occurs:
I'm very new to Python. Has anyone run into the same error?RuntimeError: std::exception in 'SimTK::State & OpenSim::Model::initSystem()': SimTK Exception thrown at VisualizerProtocol.cpp:167:
Error detected by Simbody method VisualizerProtocol::ctor(): Unable to spawn executable 'simbody-visualizer' from directories:
/home/bel/anaconda3/envs/opensim0/bin/
/home/bel/anaconda3/envs/opensim0/bin/
/home/bel/anaconda3/condabin/
/home/bel/opensim-core/bin/
/home/bel/perl5/perlbrew/bin/
/home/bel/perl5/perlbrew/perls/perl-5.32.0/bin/
/home/bel/bin/
/usr/local/sbin/
/usr/local/bin/
/usr/sbin/
/usr/bin/
/sbin/
/bin/
/usr/games/
/usr/local/games/
/snap/bin/
/home/bel/anaconda3/envs/opensim0/libexec/simbody/
/home/bel/anaconda3/envs/opensim0/simbody/libexec/simbody/Final system error was errno=2 (No such file or directory).
(Required condition 'status == 0' was not met.)