Installation instructions incomplete for macOS Sequoia (and others)
gwjr opened this issue · 2 comments
gwjr commented
Mostly reporting what worked for me, after a quantity of trial-and-error, on macOS Sequoia:
brew install python@3.10 ffmpeg
python3.10 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install Cython
pip install -r requirements.txt
pip uninstall huggingface_hub
pip install huggingface_hub==0.20.3
If this is the intended flow (?!) it should be documented!
MahmoudAshraf97 commented
Hello, all of these steps are documented except for the last two which are temporary caused by NeMo, I will pin #202 to address these
MahmoudAshraf97 commented
fixed in bef2396