polymath icon indicating copy to clipboard operation
polymath copied to clipboard

install on M1 mac stopped working

Open mgiraldo opened this issue 2 years ago • 4 comments

macOS Ventura 13.2.1 (22D68) Apple M1 Max

I pulled the latest (5b89899) commit which comes with os/platform-specific tensorflow and am getting whis error on pip install:

ERROR: Could not find a version that satisfies the requirement tensorflow<2.10,>=2.4.1 (from basic-pitch) (from versions: none)
ERROR: No matching distribution found for tensorflow<2.10,>=2.4.1

I had previously managed to get it working (#22) so not sure what is going on now.

mgiraldo avatar Feb 21 '23 16:02 mgiraldo

Same issue here. Mac M1, Python 3.10

ottocoster avatar Feb 24 '23 09:02 ottocoster

same, macOS 13.1, M1 Max

evilsocket avatar Feb 25 '23 14:02 evilsocket

I can build and run 431f07a829f03147ff9689343f874dee73dba6bb on the same computer

evilsocket avatar Feb 25 '23 15:02 evilsocket

Can confirm. I did git checkout 55d9020 to roll back to (my knowledge) the last working commit and it's working fine again.

Logic-Beach avatar Mar 24 '23 02:03 Logic-Beach