gitter-lab / ml4bio

A graphical interface for sklearn classification to introduce machine learning to biologists
MIT License
11 stars 2 forks source link

Explore Apple M1 compatibility #39

Open agitter opened 2 years ago

agitter commented 2 years ago

A user reported that the ml4bio package crashed on their MacBook Air with the M1 processor. The error message isn't a Python trace but rather a deeper system level error. It is related to libQt5Core.5.9.7.dylib.

We may need to test M1 compatibility.

csmagnano commented 2 years ago

After 85f4c68a04e05325575a06ef058684f87563d959 a user was able to run ml4bio on an M1 MacBook Pro, but we did not originally get that error. This could be due to using newer versions of python and other packages.