Closed kovalroma closed 4 years ago
Uhh thanks for the notice! I get the same errors btw ( I'm on arch ), but these are on my machine just warnings. I don't think its directly related to the package itself, rather the requirements are to blame. Anything I can do besides an update of the requirements.txt?
Well, I am not good python programmer and I couldn't fixed code to work with latest libraries, so my proposition for now just to update requirements.txt .
Thanks so I updated the requirements.txt.
Hello, I am trying to run GPV on my Linux. I use venv. Here is my pip list
This error I've got when launched the program
I found that
Numba will remove the shim for numba.decorators.jit at 0.50
here so I tried to changed numba in requirements tonumba==0.48
and also changed torch totorch==1.5.0
, because1.4.1
was not found. After this It seems all works.