mod-audio / mod-sdk

SDK to implement the MOD gui interface
GNU General Public License v3.0
34 stars 16 forks source link

Build Error - ImportError “No Module named Setuptools #3

Open elbennitto opened 7 years ago

elbennitto commented 7 years ago

Hi,

I followed the install instructions but got the error

ImportError “No Module named Setuptools

I resolved the issue by running the following (taken from http://stackoverflow.com/questions/14426491/python-3-importerror-no-module-named-setuptools):-

sudo apt-get install python3-setuptools