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

Semgrep fails to run on MacOS 11 Big Sur #2402

Closed
brendongo opened this issue Jan 15, 2021 · 1 comment
Closed

Semgrep fails to run on MacOS 11 Big Sur #2402

brendongo opened this issue Jan 15, 2021 · 1 comment
Labels
bug Something isn't working feature:pypi fixed

Comments

@brendongo
Copy link
Member

Describe the bug
When running semgrep installed with pip on MacOS 11 get the following error message:

 [Errno 8] Exec format error: .../semgrep-core

Environment
If not using semgrep.dev: are you running off docker, an official binary, a local build?
macOS BigSur

@brendongo
Copy link
Member Author

Looks like this occurs because pypi thinks the wheel published for Mac_10_14 is incompatible with MacOS 11. This was fixed in pip 20.3 (pypa/pip#9138). Updating pip and reinstalling semgrep should fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature:pypi fixed
Development

No branches or pull requests

1 participant