opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
758 stars 307 forks source link

Inaugural build compiles but fails a number of test? #3802

Closed Bazmundi closed 3 weeks ago

Bazmundi commented 3 weeks ago

Gist here

basically compiled from https://github.com/opensim-org/opensim-core main

failed some of the python tests at the end

Compiled on Ubuntu 22.04

Python 3.11 installed.

tkuchida commented 3 weeks ago

The errors all seem to be version GLIBCXX_3.4.30 not found. Perhaps try https://stackoverflow.com/questions/72540359/glibcxx-3-4-30-not-found-for-librosa-in-conda-virtual-environment-after-tryin

nickbianco commented 3 weeks ago

Closing since this a conda/Python environment issue, not a bug.