-
Notifications
You must be signed in to change notification settings - Fork 69
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
cant run mlat-server --help #6
Comments
Probably "." isn't in your PATH, try ./mlat-server |
Tried ./mlat-server --help Results in.. Traceback (most recent call last): |
It works for me, so there's something about your python install that you'll have to work out. |
ok, i knew there wasnt much support for the server, so thanks for trying anyway if its any help, the client software runs fine |
Ah, if you have the client software installed systemwide, that interferes with the server packages. Try uninstalling the client, or run the server under virtualenv. |
Isn't the error message selfexplanatory? |
yes, i got that, i posted wrong screen, the error im getting says numpy module not found. but it is installed, ive checked import numpy |
is it possible its defaulting installs to python 2.7 and not 3? |
The shebang line explictly invokes python3.4, so nope, it's not that. When you check that numpy is importable, are you running python3? |
thats the thing, i run python and import numpy, it goes fine, then run python3 import numpy fails |
Show me exactly what you're running and what you get back. |
ive gone back and installed each prerequisite using python3 instead of just python command and i can use mlat-server now. sorry to be a pain i now you dont like providing alot of support. is it possible you can throw up an assembled simple example mlat-server arguments |
|
trying to activate the tools/sync and coverage pages i have apache installed and have synlinked tools to www root. am i missing anything because the page is discriptive text and dosnt refresh to show sync status, same for coverage sorry for asking alot of questions, im trying to learn/understand this software the best i can |
Coverage maps requires that you generate the tiles separately e.g. from cronjob. |
Do as the RuntimeError says. Go into "#AGPL_SERVER_CODE_URL = "https://github.com/mutability/mlat-server" update the link / remove hashtag |
Thank you. |
Hello I also have a problem with mlat.server.main. I can't import this module and I don't know where to find it! |
i have installed all the pre-reqs, but when i attempt to run mlat-server --help
i get: "mlat-server: command not found"
any guidance would be greatly appreciated
The text was updated successfully, but these errors were encountered: