Laharah / deluge-FileBotTool

A plugin to integrate simple FileBot functionality into Deluge
GNU General Public License v3.0
114 stars 10 forks source link

trying to run setup.py, get no module named setuptools #57

Closed cyr0nk0r closed 1 month ago

cyr0nk0r commented 1 month ago

kor@deluge:~/deluge-FileBotTool$ python3 setup.py bdist_egg

Traceback (most recent call last): File "/home/kor/deluge-FileBotTool/setup.py", line 40, in from setuptools import setup, find_packages ModuleNotFoundError: No module named 'setuptools'

cyr0nk0r commented 1 month ago

solved with sudo apt install python3-setuptools -y