mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
The current grpcio version 1.51.1 fails to build on aarch64 based MacOS computers. Update the version of the grpcio and grpcio-tools packages to the latest 1.57.0 version. There are binary wheels available for this version from PyPi for aarch64 MacOS. Also update the pip version for the Conda environment. It seems a newer version of pip is required to detect and install these wheels. Testing: invoke test passes and I can start the bumble-pandora-server successfully.
10 lines
152 B
YAML
10 lines
152 B
YAML
name: bumble
|
|
channels:
|
|
- defaults
|
|
- conda-forge
|
|
dependencies:
|
|
- pip=23
|
|
- python=3.8
|
|
- pip:
|
|
- --editable .[development,documentation,test]
|