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

avocado-server-manage get a error "ImportError: No module named urls" #61

Open
zhengfish opened this issue Nov 30, 2018 · 1 comment
Open

Comments

@zhengfish
Copy link

zhengfish commented Nov 30, 2018

from django.urls import NoReverseMatch

ImportError: No module named urls
[30/Nov/2018 09:00:46] "GET /jobs/ HTTP/1.1" 500 59

@ldoktor
Copy link
Contributor

ldoktor commented Nov 30, 2018

Hello @zhengfish, the avocado-server was just an exploration project, not really maintained as people usually rely on existing tools like Jenkins to inspect results. Your issue looks like django/other_lib mismatched version. Anyway the correct versions should be in https://github.com/avocado-framework/avocado-server/blob/master/requirements.txt so if you do something like pip install -r requirements.txt it should work afterwards.

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