duo-labs / cloudmapper

CloudMapper helps you analyze your Amazon Web Services (AWS) environments.
BSD 3-Clause "New" or "Revised" License
5.9k stars 797 forks source link

Install fails due to python3.7-dev on Kali #911

Open aalborz opened 2 years ago

aalborz commented 2 years ago

Running "sudo apt-get install autoconf automake libtool python3.7-dev python3-tk jq awscli" fails as following:

Reading package list ... Done Building dependency tree ... Done Reading state information ... Done E: Unable to locate package python3.7-dev E: Couldn't find any package by glob 'python3.7-dev' E: Couldn't find any package by regex 'python3.7-dev'

AlisonIsidro commented 2 years ago

Hello , use the package only python3 , the installation will be :

apt-get install autoconf automake libtool python3 python3-tk jq awscli