I ran the command conda env create -f DEEPLABCUT.yaml to create a Conda environment for DeepLabCut, but it ends with an error:
Collecting networkx>=2.6 (from deeplabcut[gui,tf]->-r /Users/abhimanyumathur/Documents/Deep lab cut/condaenv._z8r660t.requirements.txt (line 1)) Downloading networkx-3.1-py3-none-any.whl.metadata (5.3 kB)Collecting numpy>=1.18.5 (from deeplabcut[gui,tf]->-r /Users/abhimanyumathur/Documents/Deep lab cut/condaenv._z8r660t.requirements.txt (line 1)) Downloading numpy-1.24.4-cp38-cp38-macosx_11_0_arm64.whl.metadata (5.6 kB)Collecting pandas!=1.5.0,>=1.0.1 (from deeplabcut[gui,tf]->-r /Users/abhimanyumathur/Documents/Deep lab cut/condaenv._z8r660t.requirements.txt (line 1)) Downloading pandas-2.0.3-cp38-cp38-macosx_11_0_arm64.whl.metadata (18 kB)Collecting scikit-image>=0.17 (from deeplabcut[gui,tf]->-r /Users/abhimanyumathur/Documents/Deep lab cut/condaenv._z8r660t.requirements.txt (line 1)) Downloading scikit_image-0.21.0-cp38-cp38-macosx_12_0_arm64.whl.metadata (14 kB)Collecting scikit-learn>=1.0 (from deeplabcut[gui,tf]->-r /Users/abhimanyumathur/Documents/Deep lab cut/condaenv._z8r660t.requirements.txt (line 1)) Downloading scikit_learn-1.3.2-cp38-cp38-macosx_12_0_arm64.whl.metadata (11 kB)Collecting scipy>=1.9 (from deeplabcut[gui,tf]->-r /Users/abhimanyumathur/Documents/Deep lab cut/condaenv._z8r660t.requirements.txt (line 1)) Downloading scipy-1.10.1-cp38-cp38-macosx_12_0_arm64.whl.metadata (53 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.9/53.9 kB 14.6 MB/s eta 0:00:00Collecting statsmodels>=0.11 (from deeplabcut[gui,tf]->-r /Users/abhimanyumathur/Documents/Deep lab cut/condaenv._z8r660t.requirements.txt (line 1)) Downloading statsmodels-0.14.1-cp38-cp38-macosx_11_0_arm64.whl.metadata (9.5 kB)Collecting tables>=3.7.0 (from deeplabcut[gui,tf]->-r /Users/abhimanyumathur/Documents/Deep lab cut/condaenv._z8r660t.requirements.txt (line 1)) Downloading tables-3.8.0.tar.gz (8.0 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 17.0 MB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'error'Pip subprocess error:WARNING: The directory '/Users/abhimanyumathur/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. error: subprocess-exited-with-error× Getting requirements to build wheel did not run successfully.│ exit code: 1╰─> [12 lines of output] ld: library 'hdf5' not found clang: error: linker command failed with exit code 1 (use -v to see invocation)<string>:19: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html cpuinfo failed, assuming no CPU features: 'flags' * Using Python 3.8.18 | packaged by conda-forge | (default, Dec 23 2023, 17:25:47) * Found cython 3.0.8 * USE_PKGCONFIG: False * Found conda env: ``/Applications/miniconda3/envs/DEEPLABCUT`` .. ERROR:: Could not find a local HDF5 installation. You may need to explicitly state where your local HDF5 headers and library can be found by setting the ``HDF5_DIR`` environment variable or by using the ``--hdf5`` command-line option. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip.error: subprocess-exited-with-error× Getting requirements to build wheel did not run successfully.│ exit code: 1╰─> See above for output.note: This error originates from a subprocess, and is likely not a problem with pip.failedCondaEnvException: Pip failedHow can I create this environment?