Update README.md

Added troubleshooting step
pull/149/head
Piero Toffanin 2017-04-04 15:37:40 -04:00 zatwierdzone przez GitHub
rodzic c403ea7023
commit 5557eb0c55
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -61,6 +61,7 @@ While starting WebODM you get: `from six.moves import _thread as thread ImportEr
Task output or console shows one of the following:<ul><li>`MemoryError`</li><li>`Killed`</li></ul> | Make sure that your Docker environment has enough RAM allocated. http://stackoverflow.com/a/39720010
After an update, you get: `django.contrib.auth.models.DoesNotExist: Permission matching query does not exist.` | Try to remove your WebODM folder and start from a fresh git clone
Task fails with `Process exited with code null`, no task console output | If the computer running node-opendronemap is using an old or 32bit CPU, you need to compile [OpenDroneMap](https://github.com/OpenDroneMap/OpenDroneMap) from sources and setup node-opendronemap natively. You cannot use docker. Docker images work with CPUs with 64-bit extensions, MMX, SSE, SSE2, SSE3 and SSSE3 instruction set support or higher.
On Windows, docker-compose fails with `Failed to execute the script docker-compose` | Make sure you have enabled VT-x virtualization in the BIOS
Have you had other issues? Please [report them](https://github.com/OpenDroneMap/WebODM/issues/new) so that we can include them in this document.