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

MacOS Ventura, Python 3.10 - pip install -r requirements fails #939

Open veritasecops opened 1 year ago

veritasecops commented 1 year ago

ERROR: Could not find a version that satisfies the requirement scipy==1.7.1

How can I install on Ventura?

piartz commented 1 year ago

I manually installed it through brew install scipy and then changed the requirements.txt file to accept the new version (change scipy==1.7.1 to scipy==1.7.2 or scipy>=1.7.1).

aruandre commented 1 year ago

similar issue with numpy 1.21.3

matwerber1 commented 9 months ago

This worked for me on an M1 ARM chip: https://gist.github.com/matwerber1/ee420bae774fe80ab7b3ebd114e8b77d