DESED_task icon indicating copy to clipboard operation
DESED_task copied to clipboard

error in sed_scores_eval

Open mmuguang opened this issue 2 years ago • 4 comments

image import sed_scores_eval leads to a SyntaxError.......?

mmuguang avatar Mar 03 '23 09:03 mmuguang

We don't have the problem here on multiple machines tested.

Can you please indicate :

  • Your OS
  • Your python version (3.7 as I see it)
  • Your conda list And everything else that could help us.

turpaultn avatar Mar 03 '23 10:03 turpaultn

yes, the sed_scores_eval can't work with python3.7. But my gpu CUDA version is 10.2. It's difficult to get a python>=3.8 and nvcc <=10.2 docker. So if u can get a sed_scores_eval version with python3.7, that will be great. @turpaultn

mmuguang avatar Mar 03 '23 10:03 mmuguang

Hello @mmuguang,

It seems there is a docker image available with python 3.8 and cuda 10.2 : https://hub.docker.com/r/pure/python Let me know if this resolves your issue.

florian-angulo avatar Mar 06 '23 07:03 florian-angulo

I am a bit surprised that the sed_scores_eval tests with python 3.7 didn't fail here. Anyway, I pushed a fix to sed_scores_eval. So if you install sed_scores_eval from here you should now be able to work with python 3.7. It will be pushed to pypi with the next version bump.

JanekEbb avatar Mar 21 '23 09:03 JanekEbb