Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudmapper fails to install on macos #896

Open
alexr3 opened this issue Oct 14, 2021 · 2 comments
Open

Cloudmapper fails to install on macos #896

alexr3 opened this issue Oct 14, 2021 · 2 comments

Comments

@alexr3
Copy link

alexr3 commented Oct 14, 2021

Hi!

When installing "pip install -r requirements.txt", the error "No matching distribution found for pandas==1.1.3" is displayed.
I have a MacOS BigSur 11.6 (M1).

When installing Pandas version 1.1.3 the same error.
Pandas version 1.3.3 is currently installed.

How can I solve this?

@Techbrunch
Copy link

Techbrunch commented May 9, 2023

I suggest you try using Docker as a workaround:

git clone https://github.com/duo-labs/cloudmapper
docker build -t cloudmapper .
docker run -ti -v ~/.aws/:/root/.aws/ cloudmapper /bin/bash
python cloudmapper.py configure  add-account --config-file config.json --name XXX --id XXX --default true
python cloudmapper.py configure discover-organization-accounts
python cloudmapper.py collect --account XXX --profile XXX
python cloudmapper.py report --accounts XXX,XXX
docker cp $(docker ps -f ancestor=cloudmapper --format "{{.ID}}"):/opt/cloudmapper/account-data ./
docker cp $(docker ps -f ancestor=cloudmapper --format "{{.ID}}"):/opt/cloudmapper/web .

@erict35000
Copy link

I was unable to install cloud mapper on macOS Monterey, Ubuntu 22.04 and Mint.

So I decided to install docker on macOS Monterey and follow these instructions : #896

Everything is fine, but when I type python cloudmapper.py report --accounts XXX,XXX, what I have to input as accounts. I try with audit, my account on AWS and the number of AWSaccount. I use a specific config.json for my AWS platform but it asks a region or tells me audit our xxxx are not in my config file.

Could you please tell me what I need to add to my config.json file ?

Regards
Eric

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants