sn-gamestate
sn-gamestate copied to clipboard
when I run the command of 'pip install -e .' in sn-gamestate,there is a Error,how to sovle it?
Hi,
Could you give some information on the system you're running the installation ?
- OS (Mac/Linux/Windows) and version (e.g. Ubuntu 22.04)
- python version
- GPU version and driver
If you could also give a bigger screenshot of the error, as there isn't much information on the current screenshot.
Thanks ! Victor
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 ?
Ok, thank for your answer.
Here is information abort my OS and version:
Here is python version:
Here is GPU version and driver:
As for git version,it is 2.25.1,is that too old?
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.
Ok,here is the complete information about the Error.
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 :
- Try to install everything with poetry instead of pip and conda (I think this will be the easiest way of making it work)
- Maybe update pip ? I found this blog post : https://konkle.us/2013624pip-bug-with-new-versions-of-git/, but it seems quite old
- Are you on the latest version of tracklab ?
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.