Hi,
I have just installed this on my RT-AC86U router and I am getting the following error message. Looking at this tread I see others also get this but I could not see a fix. Any help is well appreciated
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/opt/lib/python2.7/hashlib.py", line 147, in <module>
File "/opt/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
File "/opt/lib/python2.7/hashlib.py", line 147, in <module>
File "/opt/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
File "/opt/lib/python2.7/hashlib.py", line 147, in <module>
File "/opt/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
File "/opt/lib/python2.7/hashlib.py", line 147, in <module>
File "/opt/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
File "/opt/lib/python2.7/hashlib.py", line 147, in <module>
File "/opt/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
File "/opt/lib/python2.7/hashlib.py", line 147, in <module>
File "/opt/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
ValueError: unsupported hash type sha512
Traceback (most recent call last):
File "/jffs/scripts/spdmerlin.d/spdcli.py", line 126, in <module>
from md5 import md5
File "/opt/lib/python2.7/md5.py", line 10, in <module>
ImportError: cannot import name md5
Error: near line 2: near ",": syntax error