ELITR / SLTev

SLTev is a tool for comprehensive evaluation of (simultaneous) spoken language translation.
8 stars 3 forks source link

install from source requires python 3.7 #36

Closed obo closed 3 years ago

obo commented 3 years ago

README.md mentions installation from source. I tried this:

virtualenv venv
venv/bin/activate
git clone https://github.com/ELITR/SLTev.git
cd SLTev
python3 setup.py install

but failed:

...
    exec(code, globals, locals)
  File "/tmp/easy_install-406evla7/numpy-1.20.1/setup.py", line 30, in <module>
RuntimeError: Python version >= 3.7 required.

I suggest README.md to mention:

mohammad2928 commented 3 years ago

It's done.

obo commented 3 years ago

Tested with 3.6.9, worked.