File exist
Settings File exist
YEAH
EXIT
EXIT
ROW 0
Traceback (most recent call last):
File "restic_ui.py", line 2152, in restic_init
text=True)
File "/usr/lib/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: __init__() got an unexpected keyword argument 'capture_output'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "restic_ui.py", line 2157, in restic_init
msg_box_error(self, result.stderr)
UnboundLocalError: local variable 'result' referenced before assignment
LinuxMint / Ubuntu 18.04 (bionic)
I deleted the directory and tried a fresh install
… git clone https://gitlab.com/Bullet64/restic-ui-public.git
Resolving deltas: 100% (2502/2502), done.
cd /home/kris/restic-ui-public python3 -m venv venv source venv/bin/activate pip install PyQt5
Collecting PyQt5
Using cached https://files.pythonhosted.org/packages/8e/a4/d5e4bf99dd50134c88b95e926d7b81aad2473b47fde5e3e4eac2c69a8942/PyQt5-5.15.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.6/tokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-xxjis8qp/PyQt5/setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-xxjis8qp/PyQt5/