-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
torch==2.1.2 version issues #16
Comments
I removed the tourch* requirements and decided to let PIP3 figure it out. However I do get a bunch of pyproject.toml errors. My llama wants to speak. Please help. Details: × Building wheel for pyobjc-framework-IntentsUI (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Building wheel for pyobjc-framework-ScreenCaptureKit (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Building wheel for pyobjc-framework-ShazamKit (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
I was able to get it to work using python 3.9 via |
Mac Book Pro M1
OSX 14.4.1
Things appear to be going well until I get to this point;
mw@SilverBullet ollama-voice-mac % pip3 install -r requirements.txt
Collecting openai-whisper@ git+https://github.com/openai/whisper.git@ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab (from -r requirements.txt (line 13))
Cloning https://github.com/openai/whisper.git (to revision ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab) to /private/var/folders/ff/dh57fcv55bb9xsk6g6kjvq300000gn/T/pip-install-475jyep1/openai-whisper_20d43ab390cf4b109c6c4d64617d4b27
Running command git clone --filter=blob:none --quiet https://github.com/openai/whisper.git /private/var/folders/ff/dh57fcv55bb9xsk6g6kjvq300000gn/T/pip-install-475jyep1/openai-whisper_20d43ab390cf4b109c6c4d64617d4b27
Running command git rev-parse -q --verify 'sha^ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab'
Running command git fetch -q https://github.com/openai/whisper.git ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab
Resolved https://github.com/openai/whisper.git to commit ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
ERROR: Could not find a version that satisfies the requirement torch==2.1.2 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.3.0)
ERROR: No matching distribution found for torch==2.1.2
The text was updated successfully, but these errors were encountered: