[Moses-support] Second Call for Participation- IWSLT 2023

2023-01-09 Thread Atul Kr. Ojha
Apologies for cross-posting. *The International Conference on Spoken Language Translation* ACL – 20th IWSLT 2023 July 13-14, 2023 – Toronto, Canada http://iwslt.org The International Conference on Spoken Language Translation (IWSLT) is the premier

Re: [Moses-support] Error: No such file or directory while opening /home/xyz/working/train/model/extract.o.sorted.gz

2023-01-09 Thread Sainik Kumar Mahata
I installed python-dev-is-python3, and it solved the problem. Thanks. On Mon, 9 Jan, 2023, 8:15 pm Oleg Parashchenko, wrote: > Hello, > > in my docker images I install "python3-dev" and later create a symlink: > > ``` > ln -s /usr/bin/python3 /usr/bin/python > ``` > > Regards, > Oleg > > On

Re: [Moses-support] Error: No such file or directory while opening /home/xyz/working/train/model/extract.o.sorted.gz

2023-01-09 Thread Oleg Parashchenko
Hello, in my docker images I install "python3-dev" and later create a symlink: ``` ln -s /usr/bin/python3 /usr/bin/python ``` Regards, Oleg On Wed, 4 Jan 2023 17:35:41 +0530 Sainik Kumar Mahata wrote: > I think, the issue is with the "python-dev" package that is installed as a > dependency.