-
Notifications
You must be signed in to change notification settings - Fork 7
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
No module named 'pasteboard._native' #17
Comments
Sorry, I have some bad news. I likely won't fix this. I don't really have the time, plus I'm no longer active in the Python ecosystem. An additional problem is that while GitHub graciously provides free runners (great for open source), there are no ARM64 (i.e. M1/M2) runners. This makes it very difficult to build wheels that work on ARM-based Macs. However, you should be able to build the package from source. The error you got could indicate that building the native module (the Objective-C code in You may find more info in #14 or #15. Good luck! I'll help if I can, but no promises. |
Hi @N-Demir, were you able to solve the issue? For me pasteboard successfully installs and works on M1 Mac, Python 3.10.11, macOS 13.0. I would like to build my app for both M1 and Intel Macs on my M1 Mac. But I get the same error as you when trying to run my app with Intel python, or when running my compiled app on Intel Mac. |
Hi @mindaugasw , unfortunately Pasteboard is now effectively unmaintained, please see #18. If you still want to proceed and use Pasteboard, a possible workaround might be to install the package from source, instead of from PyPI. |
Hey there! I tried to install pasteboard with
pip install pasteboard
on python v3.11.2 and macos v13.2.1 and received the following error:The text was updated successfully, but these errors were encountered: