duo-labs / cloudmapper

CloudMapper helps you analyze your Amazon Web Services (AWS) environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scipy==1.7.1 causing issues on 3.10.0

RoxyR44 opened this issue · comments

Note the Network Visualization functionality (command prepare) is no longer maintained.
scipy==1.7.1 causing issues on python 3.10.0

Please mention the following:

  • What command was run?
    python3 -m venv ./venv && source venv/bin/activate
    pip install --prefer-binary -r requirements.txt
    pip instal scipy - this will install version 1.8

  • Are you working out of a virtualenv environment, Docker, or something else?
    tried both virtualenv and normal terminal

Many people running into same issue - can scipy be updated?
scipy/scipy#13102

Screenshot 2022-04-29 at 12 49 50

https://docs.scipy.org/doc/scipy/release.1.7.0.html
This release requires Python 3.7+ and NumPy 1.16.5 or greater.

I am on Mac OS monterey 12.2.1 (21D62)

Screenshot 2022-05-04 at 13 07 20

Ran pip index versions scipy

I was able to run cloudmapper - closing issue