ufal / udpipe

UDPipe: Trainable pipeline for tokenizing, tagging, lemmatizing and parsing Universal Treebanks and other CoNLL-U files
Mozilla Public License 2.0
359 stars 75 forks source link

Unable to install UDPipe 2 as a local REST server, #183

Closed Shasetty closed 9 months ago

Shasetty commented 9 months ago

Requirements installed:

tensorflow_gpu~=2.10.1 ufal.chu_liu_edmonds ufal.udpipe>=1.3,<2

error while installing wembeddings

command: pip3 install -r requirements.txt, python3 ./start_ wembeddings_server.py 8000

UDPIPE.docx


Please help me in installing.

foxik commented 9 months ago

Please, next time attach the textual logs, not an image.

The attached error message is not complete, so it is hard to tell, but it seems your environment has some package version mismatch. I would remove the Python virtual environment and reinstall it.