OS : windows 10
pip version: 20.1.1
python: 3.7
i have installed opennmt. But when I am trying build vocabulary facing
No module ‘Pyonmttok’ error…
when I am trying to install it showing this ERROR.
OS : windows 10
pip version: 20.1.1
python: 3.7
i have installed opennmt. But when I am trying build vocabulary facing
No module ‘Pyonmttok’ error…
when I am trying to install it showing this ERROR.
What command line did you run?
This package is not available on Windows so you will need to tokenize outside OpenNMT-tf.
pip install pyonmttok
The package does not work on Windows, but you can try installing it on WSL (no GPU yet though).
It does install fine on WSL. I am using WSL to run opennmt-tf on Windows 10.