Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'syspath_override' #480

Open
li-dl opened this issue Jun 29, 2020 · 2 comments
Open

No module named 'syspath_override' #480

li-dl opened this issue Jun 29, 2020 · 2 comments

Comments

@li-dl
Copy link

li-dl commented Jun 29, 2020

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
Copy link
Author

li-dl commented Jun 29, 2020

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
Copy link

duplicate of #482 which has a proposed fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants