openCap processing error

New project for OpenCap, which is a new software package to estimate 3D human movement dynamics from smartphone videos. OpenCap strongly relies on OpenSim.
POST REPLY
User avatar
Karen Lomond
Posts: 6
Joined: Tue Aug 08, 2023 12:48 pm

openCap processing error

Post by Karen Lomond » Fri Jun 07, 2024 7:17 am

I recently had to reinstall anaconda/open cap processing/open sim and when performing the following step:
% conda install -c opensim-org opensim=4.4.1=py310np121
the code fails when solving the environment. The error appears to be a missing file/channel - libcxx


Any thoughts on what I am missing? Or better still, where to find it?

Tags:

User avatar
Antoine Falisse
Posts: 422
Joined: Wed Jan 07, 2015 2:21 am

Re: openCap processing error

Post by Antoine Falisse » Mon Jun 10, 2024 9:47 am

Are you using an anaconda environment with python 3.10?

User avatar
Karen Lomond
Posts: 6
Joined: Tue Aug 08, 2023 12:48 pm

Re: openCap processing error

Post by Karen Lomond » Tue Jun 11, 2024 9:44 am

Yes I'm following the exact steps on : https://github.com/stanfordnmbl/opencap ... me-ov-file
I open anaconda3 on the Anaconda navigator and use it to open terminal - which is what I thought I did previously ... but clearly I've missed a step.

User avatar
Matt Petrucci
Posts: 68
Joined: Fri Feb 24, 2012 11:49 am

Re: openCap processing error

Post by Matt Petrucci » Tue Jun 11, 2024 12:16 pm

Hi Karen, quick clarification, are you on Mac?

Also, if you can share a screen cap of the full error it might be helpful.

User avatar
Karen Lomond
Posts: 6
Joined: Tue Aug 08, 2023 12:48 pm

Re: openCap processing error

Post by Karen Lomond » Wed Jun 12, 2024 6:01 am

Apologies - yes I am on a mac. See the screen shot attached.

User avatar
Antoine Falisse
Posts: 422
Joined: Wed Jan 07, 2015 2:21 am

Re: openCap processing error

Post by Antoine Falisse » Wed Jun 12, 2024 9:07 am

I think you forgot the screenshot

User avatar
Karen Lomond
Posts: 6
Joined: Tue Aug 08, 2023 12:48 pm

Re: openCap processing error

Post by Karen Lomond » Thu Jun 13, 2024 11:03 am

Sorry I guess the file was too large to attach initially.
Attachments
Screenshot 2024-06-12 at 9.00.16 AM.png
Screenshot 2024-06-12 at 9.00.16 AM.png (623.45 KiB) Viewed 124 times

User avatar
Matt Petrucci
Posts: 68
Joined: Fri Feb 24, 2012 11:49 am

Re: openCap processing error

Post by Matt Petrucci » Thu Jun 13, 2024 12:25 pm

Hi Karen, thanks for the screenshot!

Have you tried not specifying the opensim version or trying 4.5? The commands would be:

conda install -c opensim-org opensim
or
conda install -c opensim-org opensim=4.5=py311np123

just curious if you get the same error.

User avatar
Karen Lomond
Posts: 6
Joined: Tue Aug 08, 2023 12:48 pm

Re: openCap processing error

Post by Karen Lomond » Tue Jun 18, 2024 5:41 am

The first command appears to work! but the second (specifying version 4.5) returns the original error.

User avatar
Matt Petrucci
Posts: 68
Joined: Fri Feb 24, 2012 11:49 am

Re: openCap processing error

Post by Matt Petrucci » Tue Jun 18, 2024 12:25 pm

Great! Are you able to complete all the rest of the setup in the readme with the first command?

POST REPLY