CellProfiler / CellProfiler-plugins

Community-contributed and experimental CellProfiler modules.
http://plugins.cellprofiler.org/
56 stars 67 forks source link

Apple M1 arm64: PackagesNotFoundError:- tensorflow-deps #175

Closed ML33M closed 1 year ago

ML33M commented 1 year ago

While I'm trying to install the plug-ins for my CellProfiler 4 on my own Mac M1 Pro, the beginners instructions will not work. I followed the cellprofiler_plugins_macM1.yml file to instruct it from source.

 conda install -c apple tensorflow-deps

returns PackagesNotFoundError:- tensorflow-deps I figured many people with M1 chip might have the same problem. After looking up apple dev and stackoverflow, I figured Jeff Heaton had the real answer

https://www.youtube.com/watch?v=BEUU-icPg78

callum-jpg commented 1 year ago

The step of the installation instructions that instructs users to run conda install -c apple tensorflow-deps is if you're installing StarDist, not CellPose . Though, this does seem a bit confusing to have in the middle of the CellPose installation instructions so I'll fix this.

ML33M commented 1 year ago

Right I totally forgot that. I was just trying to find any installation guides on how to install from source and trouble shoot my way through. Thank you.