SoccerNet / sn-gamestate

[CVPRW'24] SoccerNet Game State Reconstruction: End-to-End Athlete Tracking and Identification on a Minimap (CVPR24 - CVSports workshop)
241 stars 50 forks source link

when I run the command of 'pip install -e .' in sn-gamestate,there is a Error,how to sovle it? #5

Open Xv-M-S opened 7 months ago

Xv-M-S commented 7 months ago

image

victorjoos commented 7 months ago

Hi,

Could you give some information on the system you're running the installation ?

If you could also give a bigger screenshot of the error, as there isn't much information on the current screenshot.

Thanks ! Victor

victorjoos commented 7 months ago

Actually, from re-reading the error, this might be a problem where python doesn't find git or you have an old git version.

Could you check that you have git correctly installed, and it's found in your environment ?

Xv-M-S commented 7 months ago

Ok, thank for your answer. Here is information abort my OS and version: image Here is python version: image Here is GPU version and driver: image image As for git version,it is 2.25.1,is that too old? image

victorjoos commented 7 months ago

No your git version should be good enough. And we haven't yet seen installation problems on this version of ubuntu.

Could you send a screenshot of the full stack-trace of the installation error ? I don't have enough information right now to figure out what the problem is.

Xv-M-S commented 7 months ago

Ok,here is the complete information about the Error. image image image image image

victorjoos commented 7 months ago

I'm really not sure what happens, I'll try to reproduce this error on my side, but what I can already recommend you can try on your side :

Xv-M-S commented 7 months ago

Thank you for patient answer,I'll try install everything with poetry later. I had run a command of "git -C ../tracklab pull" before using pip to install and my pip version is 23.3.1.