serge-community / zing

Translation server for continuous localization.
https://evernote.github.io/zing/
GNU General Public License v3.0
59 stars 32 forks source link

No module named 'syspath_override' #480

Open li-dl opened 4 years ago

li-dl commented 4 years ago

Testing on Ubuntu 20.04, pip install https://github.com/evernote/zing/archive/v0.9.3.zip succeeds, but when I run zing --version it gives:

Traceback (most recent call last):
  File "/home/test/test/.venv/bin/zing", line 5, in <module>
    from pootle.runner import main
  File "/home/test/test/.venv/lib/python3.8/site-packages/pootle/runner.py", line 18, in <module>
    import syspath_override  # noqa
ModuleNotFoundError: No module named 'syspath_override'

Full log attached: 2020-06-29-Log.txt

The same problem was reproduced on a Debian Buster machine.

See also Pootle issue 3886.

li-dl commented 4 years ago

The Pootle issue is in the Pootle FAQ, with the solution:

You are running Pootle using Python 3, change your virtual environment to Python 2 and try again.

But the Zing documentation says that Zing requires Python 3.

jmartens commented 1 year ago

duplicate of #482 which has a proposed fix.