apple / tensorflow_macos

TensorFlow for macOS 11.0+ accelerated using Apple's ML Compute framework.
Other
3.66k stars 308 forks source link

Install alpha03 comes with dependencies error #188

Closed hannesa2 closed 3 years ago

hannesa2 commented 3 years ago

scripts/download_and_install.sh and

image

runs into

image

I've the fear of tons of follow up errors.

Does someone has a hint how to solve it ?

tahuang1991 commented 3 years ago

i can install alpha3 on MacOS 11.2.1 but i had another issue.

Just curious about your installation: why it was saying "0.1a2 requires"... I remember you were installing the alpha3?

hannesa2 commented 3 years ago

@tahuang1991 Thank you for the hint !

I installed on top of existing alha02 virtual env, that was the issue.

I run rm -rf /Users/hannes/tensorflow_macos_venv and installed again.

Now it works. Thank you

tahuang1991 commented 3 years ago

@hannesa2 you are welcome! I am wondering what your environment is ? I am working with MacOs 11.2.1 and python3.8.8, but right now i had some issues with running tensorflow. it seems to be complicate but maybe it really have strict dependency on python version.

Thanks in advance!