Search found 3 matches

by Sasha Portnova
Thu Nov 07, 2024 11:31 pm
Forum: OpenCap
Topic: OpenCap pipeline locally
Replies: 9
Views: 1874

Re: OpenCap pipeline locally

Hi,

I just wanted to check if the code for running the OpenCap pipeline on non-OpenCap collected videos have been released in the last year.
by Sasha Portnova
Sun Oct 06, 2024 11:45 pm
Forum: OpenCap
Topic: Issues Running OpenCap locally
Replies: 3
Views: 514

Re: Issues Running OpenCap locally

Hi Antoine! Matt was able to help me. It was an issue with the numpy version. Purely upgrading it didn't solve it, so we just ended up doing this:

Code: Select all

pip install numpy==1.25.0
and it worked great! Putting it out there in case it is of use to anyone else.
by Sasha Portnova
Fri Sep 27, 2024 4:06 pm
Forum: OpenCap
Topic: Issues Running OpenCap locally
Replies: 3
Views: 514

Issues Running OpenCap locally

My apologies if this seems like a trivial issue with a simple solution, but I haven't been able to fix this. Following all of the installation steps on the opencap-core github, I get "AttributeError: module 'numpy.typing' has no attribute 'NDArray'" when attempting to run reprocessSessions.py. I tho...