Open mhanberg opened 3 years ago
I am running into the same issue. Anyone know of a way to get it to work on Apple Silicon?
Unfortunately I don't have a M1, but duckduckgo suggests it's a common issue in the Python world.
Maybe you have better chances getting it solved by creating an issue for psutil instead, which is one of our dependencies.
The error says that it tries to use a Python C extension, a shared library. But that library seems to be compiled only for the "old" Intel architecture, hence the "mach-o, but wrong architecture".
So, I think this is more of a "Python3 on M1" issue than with psutil.
Suggestions:
@mhinz Thank you for taking the time to answer! 🙏 will investigate.
This seemed to get it working for me https://github.com/giampaolo/psutil/issues/1954#issuecomment-848817744
I have a little script i use to save and quit all neovim instances.
On my M1 mac I am seeing this error.