Hi,
I’ve tried to install odrive Sync Agent on my Raspberry Pi3, but odrive agent isn’t running.
As OS I use Raspian in the latest version.
Urllib3 is installed, Python and Python3, too.
This is the Error:
pi@raspberrypi:~ $ $HOME/.odrive-agent/bin/odriveagent
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/hashlib”, line 147, in
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/hashlib”, 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 “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/hashlib”, line 147, in
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/hashlib”, 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 “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/hashlib”, line 147, in
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/hashlib”, 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 “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/hashlib”, line 147, in
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/hashlib”, 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 “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/hashlib”, line 147, in
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/hashlib”, 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 “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/hashlib”, line 147, in
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/hashlib”, line 97, in __get_builtin_constructor
ValueError: unsupported hash type sha512
Traceback (most recent call last):
File “”, line 12, in
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/sandbox/src/pyinstaller/PyInstaller/loader/pyi_importers.py”, line 270, in load_module
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/src.utility.datastructure”, line 8, in
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/sandbox/src/pyinstaller/PyInstaller/loader/pyi_importers.py”, line 270, in load_module
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/src.utility.Utility”, line 9, in
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/sandbox/src/pyinstaller/PyInstaller/loader/pyi_importers.py”, line 270, in load_module
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/requests”, line 58, in
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/sandbox/src/pyinstaller/PyInstaller/loader/pyi_importers.py”, line 270, in load_module
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/requests.utils”, line 26, in
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/sandbox/src/pyinstaller/PyInstaller/loader/pyi_importers.py”, line 270, in load_module
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/requests.compat”, line 7, in
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/sandbox/src/pyinstaller/PyInstaller/loader/pyi_importers.py”, line 270, in load_module
File “/home/pi/hudson/workspace/Odrive_RPi_Agent/deploy/output/artifacts/build/odriveagent/LinuxOdriveAgent/out00-PYZ.pyz/requests.packages”, line 29, in
ImportError: No module named urllib3
What can I do? Where’s the mistake?
Thank you for your help.