LooseLab / readfish

CLI tool for flexible and fast adaptive sampling on ONT sequencers
https://looselab.github.io/readfish/
GNU General Public License v3.0
164 stars 31 forks source link

OSX Silicon install issue grpcio #278

Closed mattloose closed 9 months ago

mattloose commented 9 months ago

https://github.com/LooseLab/readfish/blob/f128f4b1c6dd108fa858f6a3e4224693f26ca442/README.md?plain=1#L86

This yml file may result in a version of readfish that cannot run on OSX Silicon.

The temporary work around is to uninstall grpcio:

pip uninstall grpcio

and then reinstall with:

GRPC_PYTHON_LDFLAGS=" -framework CoreFoundation" pip install grpcio --no-binary :all:
github-actions[bot] commented 9 months ago

Thank you for your issue. Give us a little time to review it.

PS. You might want to check the FAQ if you haven't done so already.

This is an automated reply, generated by FAQtory

Adoni5 commented 9 months ago

Closed in #300