I tried to execute the TensorFlow-apple-metal.yml script. It returns the following error:
File "/Users/jensmichaelis/miniforge3/lib/python3.9/site-packages/ruamel_yaml/scanner.py", line 651, in fetch_value
raise ScannerError(
ruamel_yaml.scanner.ScannerError: mapping values are not allowed here
in "", line 25, column 67:
... e" content="{"version": "4", "rollouts& ...
^ (line: 25)
I am able to run the script without error. I have not encountered this error. My apologies, but I do not have time to investigate individual installations.
Describe the bug
I tried to execute the TensorFlow-apple-metal.yml script. It returns the following error:", line 25, column 67:
... e" content="{"version": "4", "rollouts& ...
^ (line: 25)
File "/Users/jensmichaelis/miniforge3/lib/python3.9/site-packages/ruamel_yaml/scanner.py", line 651, in fetch_value raise ScannerError( ruamel_yaml.scanner.ScannerError: mapping values are not allowed here in "
$ /Users/jensmichaelis/miniforge3/bin/conda-env create -f tensorflow-apple-metal.yml -n tensorflow
environment variables: CIO_TEST=
CONDA_AUTO_UPDATE_CONDA=false
CONDA_EXE=/Users/jensmichaelis/miniforge3/bin/conda
CONDA_PYTHON_EXE=/Users/jensmichaelis/miniforge3/bin/python
CONDA_ROOT=/Users/jensmichaelis/miniforge3
CONDA_SHLVL=0
CURL_CA_BUNDLE=
PATH=/Users/jensmichaelis/miniforge3/bin:/Users/jensmichaelis/miniforge3/co
ndabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/opt/X
11/bin:/Library/Apple/usr/bin
REQUESTS_CA_BUNDLE=
SSL_CERT_FILE=
Expected behavior I wanted to install TensorFlow on my M1pro Mac. I was following the instructions from the youtube video https://www.youtube.com/watch?v=w2qlou7n7MA
Which Notebook Contains this Issue Error occurred in this notebook: https://github.com/jeffheaton/t81_558_deep_learning/blob/master/tensorflow-apple-metal.yml