Closed hemna closed 2 weeks ago
The aprsd
package is depending on bitarray==3.0.0
but the latest version of bitarray
for iOS is 2.7.3. Currently, your best options are to use a version of aprsd
that can use bitarray==2.7.3
or use beeware/mobile-forge to build a wheel for bitarray==3.0.0
for iOS. As a note, a similar issue could happen for other non-pure-Python dependencies that aren't already available from BeeWare on Anaconda.
Closing on the basis that there's not much we can do here; we can't control pip's error message, which is technically accurate (if not especially helpful); and the iOS binary requirement is documented.
Describe the bug
trying to run briefcase create ios and it fails.
Steps to reproduce
Expected behavior
that the project is created
Screenshots
My pyproject.toml
Environment
Logs
Additional context
No response