J'ai également une erreur sur un mac M1:
ERROR: Could not find a version that satisfies the requirement tensorflow-macos (from versions: none)
ERROR: No matching distribution found for tensorflow-macos
Et conda install -c apple tensorflow-deps
me renvoie un PackagesNotFoundError
Edit:
J’ai suivi ce qui est proposé ici:
https://developer.apple.com/forums/thread/697846
So just parameterize your conda (in ~/.condarc for me) by adding those lines:
subdirs:
- osx-arm64
- osx-64
- noarch
qui corrige ce problème, mais j'ai maintenant une erreur à l'installation de fid: "ImportError: .... but is an incompatible architecture (have (x86_64), need (arm64e)"