BIOP / abba_python

ABBA, controlled from python
Other
6 stars 3 forks source link

abba_python do not work on Mac OSX #8

Open NicoKiaru opened 11 months ago

NicoKiaru commented 11 months ago

Why ?

Because abba_python specify DeepSlice as a required dependency DeepSlice requires tensorflow 1.15 Tensorflow 1.15 requires python 3.7 There's no build for python 3.7 on mac (M1)

-> DeepSlice should be optional.