bauerj / borg-binaries

https://borg.bauerj.eu/
9 stars 4 forks source link

1.0.11-armv6 on rpi3 fails to run #5

Closed michaelbub closed 7 years ago

michaelbub commented 7 years ago

root@DietPi:~# ./borg-1.0.11-armv6 Traceback (most recent call last): File "borg/main.py", line 1, in File "/root/.pyenv/versions/3.5.2/lib/python3.5/site-packages/PyInstaller-3.2.1-py3.5.egg/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module File "borg/init.py", line 3, in ImportError: No module named 'borg._version' Failed to execute script main

1.0.10 works

bauerj commented 7 years ago

Thanks for reporting!

The issue seems to be related to an outdated requirement, which I updated manually. I've started a new build right now that will also update the built-in Python version. It will probably take a few hours to complete.

michaelbub commented 7 years ago

Can confirm that it works now