From cf7ac62b9de6ac0e6497cc040a48429b1cf0e33e Mon Sep 17 00:00:00 2001 From: Chris Denniston Date: Wed, 31 Jul 2019 15:08:41 -0700 Subject: [PATCH] Fixed spelling error "Sympthoms" -> "Symptoms" I'm actually not really sure symptoms is the best word there. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 289825e3..4e78a4a4 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Note that existing task results will not be available after the change. Refer to ### Common Troubleshooting -Sympthoms | Possible Solutions +Symptoms | Possible Solutions --------- | ------------------ While starting WebODM you get: `from six.moves import _thread as thread ImportError: cannot import name _thread` | Try running: `sudo pip install --ignore-installed six` While starting WebODM you get: `'WaitNamedPipe','The system cannot find the file specified.'` | 1. Make sure you have enabled VT-x virtualization in the BIOS.
2. Try to downgrade your version of Python to 2.7