jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.72k stars 3.03k forks source link

Cannot install apple tensor-reps #129

Closed rickypang0219 closed 3 years ago

rickypang0219 commented 3 years ago

Describe the bug I am trying to follow the youtube video of Mr. Heaton to install Tensorflow in my M1 MacBook pro(late 2020, MacOS Monterey ). However, I cannot install all the dependecies properly using conda env create -f tensorflow-apple-metal.yml -n tensorflow. There is an error message

Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - apple::tensorflow-deps

May I ask how to solve this issue?

Expected behavior Install the Tensorflow and its dependencies successfully.

rickypang0219 commented 3 years ago

I solved my problem by following the instruction of apple developer website