-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error installing on MacOS, version 1.1.2 #6
Comments
It looks like pip is not using the wheel distributions, and tries to install it from sources, which fails due to MEOS not being installed. |
Yes, Ventura 13.6.7 (22G720) |
Then that might be the problem. I set the |
This is taking me way longer than I expected (mainly because I have to debug via GitHub Actions :), and I haven't had much time in the last couple weeks, but I'm still working on it. |
- Bump version - Disable builds for MacOS 13 (until #6 is fixed) - Add build for Python 3.13 - Update `cibuildwheel` - Change trigger event
The following error is reported when installing with pip inside a conda environment on MacOS x64.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: