Actions
Bug #6803
closedborgbackup fails to build
Start date:
2016-03-24
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Description
borgbackup-1.0.0 fails to build:
/usr/bin/python3.4 ./setup.py build )
Traceback (most recent call last):
File "./setup.py", line 32, in <module>
from setuptools import setup, Extension
ImportError: No module named 'setuptools'
Updated by Alexander Pyhalov over 6 years ago
- Status changed from New to Rejected
You need to install setuptools-34
Actions