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

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

Open
veritasecops opened this issue Jan 21, 2023 · 3 comments · May be fixed by #942
Open

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

veritasecops opened this issue Jan 21, 2023 · 3 comments · May be fixed by #942

Comments

@veritasecops
Copy link

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

How can I install on Ventura?

@piartz
Copy link

piartz commented Jan 30, 2023

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).

@daxmc99 daxmc99 linked a pull request Feb 22, 2023 that will close this issue
@aruandre
Copy link

similar issue with numpy 1.21.3

@matwerber1
Copy link

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

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

Successfully merging a pull request may close this issue.

4 participants