You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@galileo:/usr/local/btrfs-backup# ./setup.py install
Traceback (most recent call last):
File "/usr/local/btrfs-backup/./setup.py", line 4, in
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
pip3 install setuptools
and away we go.
The text was updated successfully, but these errors were encountered:
root@galileo:/usr/local/btrfs-backup# ./setup.py install
Traceback (most recent call last):
File "/usr/local/btrfs-backup/./setup.py", line 4, in
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
pip3 install setuptools
and away we go.
The text was updated successfully, but these errors were encountered: