carpentries-incubator / deep-learning-intro

Learn Deep Learning with Python
https://carpentries-incubator.github.io/deep-learning-intro/
Other
30 stars 37 forks source link

Tensorflow instructions for M1 Macbooks not working #330

Closed carschno closed 11 months ago

carschno commented 1 year ago

The installation of tensorflow-macos does not work (on some systems), needs to be investigated.

% pip install tensorflow-macos
ERROR: Could not find a version that satisfies the requirement tensorflow-macos (from versions: none)
ERROR: No matching distribution found for tensorflow-macos
carschno commented 1 year ago

Related thread: https://developer.apple.com/forums/thread/683757

carschno commented 1 year ago

Might be related to the Python version.

svenvanderburg commented 11 months ago

@carschno is this still an issue and how can we reproduce this? What kind of systems is this happening on?

carschno commented 11 months ago

Seems to be resolved with recent MacOS/Python/Tensorflow versions.