Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Apr 22, 2024 · 7 comments

Comments

@Xv-M-S
Copy link

Xv-M-S commented Apr 22, 2024

image

@victorjoos
Copy link
Collaborator

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

@victorjoos
Copy link
Collaborator

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
Copy link
Author

Xv-M-S commented Apr 25, 2024

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
Copy link
Collaborator

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
Copy link
Author

Xv-M-S commented Apr 26, 2024

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

@victorjoos
Copy link
Collaborator

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 ?

@Xv-M-S
Copy link
Author

Xv-M-S commented Apr 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants