-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[M1 macOS BigSur] no suitable image found #1954
Comments
Mmmm what happens if you do |
That worked!! Thank you so much! This has been a major bump in my workflow since getting my M1. (I don't really know anything about Python). |
That means the wheels that we currently produce are not compatible with macOS Big Sur / ARM, so it should probably be addresed / reported at https://github.com/pypa/wheel. |
Change the build.yml to add aarch64/arm64 builds Closes giampaolo#1782, closes giampaolo#1945, closes giampaolo#1954, closes giampaolo#1966, closes giampaolo#1972, closes giampaolo#2090 Signed-off-by: George Marshall <george@getsling.com>
Thanks for the PR - any idea when this will get merged? The |
New psutil 5.9.3 is out with macOS arm64 binaries which should fix this issue. |
* 'master' of https://github.com/giampaolo/psutil: add windows test for free physical mem giampaolo#2074 fix OSX tests broken by accident update HISTORY + give CREDITS for @arossert, @smoofra, @mayeut for giampaolo#2102, giampaolo#2156, giampaolo#2010 build fix for Mac OS, Apple Silicon (giampaolo#2010) Linux: fix missing SPEED_UNKNOWN definition (giampaolo#2156) Use system-level values for Windows virtual memory (giampaolo#2077) feature: use ABI3 for cp36+ (giampaolo#2102) fix py2 compatibility improve API speed benchmark script giampaolo#2102 fix: linter issues from giampaolo#2146 (giampaolo#2155) chore: skip test_cpu_freq on macOS arm64 (giampaolo#2146) pre-release + give CREDITS to @mayeut (PR giampaolo#2040) and @eallrich (new supporter) Fix a typo (giampaolo#2047) move isort and coverage config into pyproject.toml fix giampaolo#2021, fix giampaolo#1954, provide OSX arm64 bins + add pyproject.toml (giampaolo#2040) refactor git_log.py
Summary
Description
I am trying to use the python library neovim-remote, but I am running into this psutil error while on my M1 mac. I opened an issue there, but the author suggested I open one here.
I installed neovim remote with
pip3 install --user neovim-remote
Thanks!
This is the stacktrace I get when try to use that tool
The text was updated successfully, but these errors were encountered: