You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
Testing on Ubuntu 20.04,
pip install https://github.com/evernote/zing/archive/v0.9.3.zip
succeeds, but when I runzing --version
it gives:Full log attached: 2020-06-29-Log.txt
The same problem was reproduced on a Debian Buster machine.
See also Pootle issue 3886.
The text was updated successfully, but these errors were encountered: