Replies: 3 comments 2 replies
-
Can you post the output? Maybe you forgot to upload a screenshot (though text-only is preferred)? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Which part of the documentation tells you to run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ran through this guide:
https://nominatim.org/release-docs/latest/appendix/Install-on-Ubuntu-20/
and I completed all the steps without any errors reported. If I try and access the API via localhost, I first get a proxy error, then if I hit f5 I get Service Unavailable each time after.
After digging through logs, it's borking at this point:
/path/to/nominatim-venv/bin/gunicorn -w 4 -k uvicorn.workers.UvicornWorker nominatim.wsgi:application
This is also displayed when I try and start the service with:
sudo systemctl status nominatim
If I attempt to run it via uvicorn, I also get "Could not import module "nominatim.wsgi".
Any idea what is going on? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions