comic / evalutils

evalutils helps users create extensions for grand-challenge.org
https://grand-challenge.org
MIT License
23 stars 9 forks source link

Command not found #336

Closed lesolorzanov closed 2 years ago

lesolorzanov commented 2 years ago

Description

Installed successfully but no executable appears

What I Did

I did pip install evalutils and it seems like it installed and the packages are in site-packages

but when I type evalutils it says evalutils: command not found

Any advice?

kiranvaidhya commented 2 years ago

There's an ongoing pull request to add support for Python 3.10 (https://github.com/comic/evalutils/pull/334). Could be related. Could you try Python 3.9 or 3.8 if possible?

lesolorzanov commented 2 years ago

Oh yes! thank you I installed python 3.9.12 and it worked