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.
Search found 3 matches
- Thu Nov 07, 2024 11:31 pm
- Forum: OpenCap
- Topic: OpenCap pipeline locally
- Replies: 9
- Views: 1874
- 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:
and it worked great! Putting it out there in case it is of use to anyone else.
Code: Select all
pip install numpy==1.25.0
- 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...