lima.models not founds #159
Replies: 2 comments 2 replies
-
the script is in ./lima/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/scripts/lima_models.py |
Beta Was this translation helpful? Give feedback.
-
I confirm @hleborgne answer. Personally I use venv virtual environment with $ mkvirtualenv lima_test
$ pip install --upgrade pip
$ pip install aymara==0.4.1
$ which lima_models.py
/home/gael/.virtualenvs/lima_test/bin/lima_models.py
$ lima_models.py -l spa Could you share with us your Linux and python versions? |
Beta Was this translation helpful? Give feedback.
-
hello, I'm student from linguistique informatique. I tried to excute the code:
$ pip install --upgrade pip
$ pip install aymara==0.4.1
$ lima_models.py -l eng
$ python
but python shows that lima_models not found, could anybody help me please T.T
Beta Was this translation helpful? Give feedback.
All reactions