Skip to content
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

Open
darknetone opened this issue May 5, 2024 · 2 comments
Open

torch==2.1.2 version issues #16

darknetone opened this issue May 5, 2024 · 2 comments

Comments

@darknetone
Copy link

darknetone commented May 5, 2024

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

@darknetone
Copy link
Author

darknetone commented May 5, 2024

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:
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))
Using cached openai_whisper-20231117-py3-none-any.whl
Collecting torch (from -r requirements.txt (line 1))
Using cached torch-2.3.0-cp312-none-macosx_11_0_arm64.whl.metadata (26 kB)
Collecting torchvision (from -r requirements.txt (line 2))
Using cached torchvision-0.18.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (6.6 kB)
Collecting torchaudio (from -r requirements.txt (line 3))
Using cached torchaudio-2.3.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (6.4 kB)
Collecting pyttsx3==2.90 (from -r requirements.txt (line 4))
Using cached pyttsx3-2.90-py3-none-any.whl.metadata (3.6 kB)
Collecting blobfile==2.1.1 (from -r requirements.txt (line 5))
Using cached blobfile-2.1.1-py3-none-any.whl.metadata (15 kB)
Collecting openai==1.7.0 (from -r requirements.txt (line 6))
Using cached openai-1.7.0-py3-none-any.whl.metadata (17 kB)
Collecting Wave==0.0.2 (from -r requirements.txt (line 7))
Using cached Wave-0.0.2-py3-none-any.whl
Collecting PyAudio==0.2.14 (from -r requirements.txt (line 8))
Using cached PyAudio-0.2.14-cp312-cp312-macosx_10_9_universal2.whl
Collecting PyYAML==6.0.1 (from -r requirements.txt (line 9))
Using cached PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.1 kB)
Collecting pygame==2.5.2 (from -r requirements.txt (line 10))
Using cached pygame-2.5.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (13 kB)
Collecting soundfile==0.12.1 (from -r requirements.txt (line 11))
Using cached soundfile-0.12.1-py2.py3-none-macosx_11_0_arm64.whl.metadata (14 kB)
Collecting pyObjC==9.0.1 (from -r requirements.txt (line 12))
Using cached pyobjc-9.0.1-py3-none-any.whl.metadata (25 kB)
Collecting pycryptodomex~=3.8 (from blobfile==2.1.1->-r requirements.txt (line 5))
Using cached pycryptodomex-3.20.0-cp35-abi3-macosx_10_9_universal2.whl.metadata (3.4 kB)
Collecting urllib3<3,>=1.25.3 (from blobfile==2.1.1->-r requirements.txt (line 5))
Using cached urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
Collecting lxml~=4.9 (from blobfile==2.1.1->-r requirements.txt (line 5))
Using cached lxml-4.9.4-cp312-cp312-macosx_11_0_universal2.whl.metadata (3.7 kB)
Collecting filelock~=3.0 (from blobfile==2.1.1->-r requirements.txt (line 5))
Using cached filelock-3.14.0-py3-none-any.whl.metadata (2.8 kB)
Collecting anyio<5,>=3.5.0 (from openai==1.7.0->-r requirements.txt (line 6))
Using cached anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB)
Collecting distro<2,>=1.7.0 (from openai==1.7.0->-r requirements.txt (line 6))
Using cached distro-1.9.0-py3-none-any.whl.metadata (6.8 kB)
Collecting httpx<1,>=0.23.0 (from openai==1.7.0->-r requirements.txt (line 6))
Using cached httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
Collecting pydantic<3,>=1.9.0 (from openai==1.7.0->-r requirements.txt (line 6))
Using cached pydantic-2.7.1-py3-none-any.whl.metadata (107 kB)
Collecting sniffio (from openai==1.7.0->-r requirements.txt (line 6))
Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting tqdm>4 (from openai==1.7.0->-r requirements.txt (line 6))
Using cached tqdm-4.66.4-py3-none-any.whl.metadata (57 kB)
Collecting typing-extensions<5,>=4.7 (from openai==1.7.0->-r requirements.txt (line 6))
Using cached typing_extensions-4.11.0-py3-none-any.whl.metadata (3.0 kB)
Collecting cffi>=1.0 (from soundfile==0.12.1->-r requirements.txt (line 11))
Using cached cffi-1.16.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (1.5 kB)
Collecting pyobjc-core==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_core-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-AddressBook==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_AddressBook-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.4 kB)
Collecting pyobjc-framework-AppleScriptKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_AppleScriptKit-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ApplicationServices==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ApplicationServices-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-Automator==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Automator-9.0.1-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting pyobjc-framework-CFNetwork==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CFNetwork-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.5 kB)
Collecting pyobjc-framework-Cocoa==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Cocoa-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-CoreAudio==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreAudio-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-CoreAudioKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreAudioKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-CoreData==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreData-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.4 kB)
Collecting pyobjc-framework-CoreMIDI==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreMIDI-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-CoreServices==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreServices-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-CoreText==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreText-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-DiscRecording==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_DiscRecording-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-DiscRecordingUI==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_DiscRecordingUI-9.0.1-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pyobjc-framework-DiskArbitration==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_DiskArbitration-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-DVDPlayback==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_DVDPlayback-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ExceptionHandling==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ExceptionHandling-9.0.1-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting pyobjc-framework-InstallerPlugins==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_InstallerPlugins-9.0.1-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting pyobjc-framework-LatentSemanticMapping==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_LatentSemanticMapping-9.0.1-py2.py3-none-any.whl.metadata (2.6 kB)
Collecting pyobjc-framework-LaunchServices==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_LaunchServices-9.0.1-py2.py3-none-any.whl.metadata (2.0 kB)
Collecting pyobjc-framework-OSAKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_OSAKit-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-PreferencePanes==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_PreferencePanes-9.0.1-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pyobjc-framework-Quartz==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Quartz-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-ScreenSaver==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ScreenSaver-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-Security==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Security-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-SecurityFoundation==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SecurityFoundation-9.0.1-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pyobjc-framework-SecurityInterface==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SecurityInterface-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-SearchKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SearchKit-9.0.1-py2.py3-none-any.whl.metadata (2.0 kB)
Collecting pyobjc-framework-SyncServices==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SyncServices-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.6 kB)
Collecting pyobjc-framework-SystemConfiguration==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SystemConfiguration-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-WebKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_WebKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.4 kB)
Collecting pyobjc-framework-AppleScriptObjC==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_AppleScriptObjC-9.0.1-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting pyobjc-framework-CoreLocation==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreLocation-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.4 kB)
Collecting pyobjc-framework-CoreWLAN==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreWLAN-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ImageCaptureCore==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ImageCaptureCore-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-IOSurface==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_IOSurface-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-NetFS==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_NetFS-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-OpenDirectory==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_OpenDirectory-9.0.1-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pyobjc-framework-ServiceManagement==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ServiceManagement-9.0.1-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting pyobjc-framework-iTunesLibrary==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_iTunesLibrary-9.0.1-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pyobjc-framework-AVFoundation==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_AVFoundation-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.4 kB)
Collecting pyobjc-framework-CoreMedia==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreMedia-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-CoreMediaIO==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreMediaIO-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-IMServicePlugIn==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_IMServicePlugIn-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-StoreKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_StoreKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-SceneKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SceneKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-libdispatch==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_libdispatch-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-AudioVideoBridging==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_AudioVideoBridging-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-Accounts==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Accounts-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-EventKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_EventKit-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-GameCenter==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_GameCenter-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-Social==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Social-9.0.1-py2.py3-none-any.whl.metadata (2.0 kB)
Collecting pyobjc-framework-GameKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_GameKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-VideoToolbox==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_VideoToolbox-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-AVKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_AVKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-GameController==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_GameController-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-MapKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MapKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-MediaAccessibility==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MediaAccessibility-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-MediaLibrary==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MediaLibrary-9.0.1-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pyobjc-framework-MediaToolbox==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MediaToolbox-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-SpriteKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SpriteKit-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-CloudKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CloudKit-9.0.1-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting pyobjc-framework-CoreBluetooth==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreBluetooth-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-CryptoTokenKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CryptoTokenKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-FinderSync==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_FinderSync-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-LocalAuthentication==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_LocalAuthentication-9.0.1-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pyobjc-framework-MultipeerConnectivity==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MultipeerConnectivity-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-NotificationCenter==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_NotificationCenter-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-Contacts==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Contacts-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ContactsUI==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ContactsUI-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-Metal==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Metal-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-MetalKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MetalKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ModelIO==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ModelIO-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-NetworkExtension==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_NetworkExtension-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-Photos==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Photos-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-PhotosUI==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_PhotosUI-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-SafariServices==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SafariServices-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-GameplayKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_GameplayKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-Intents==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Intents-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-MediaPlayer==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MediaPlayer-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ColorSync==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ColorSync-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-CoreML==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreML-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-CoreSpotlight==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreSpotlight-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ExternalAccessory==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ExternalAccessory-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-MetalPerformanceShaders==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MetalPerformanceShaders-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-Vision==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Vision-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-AdSupport==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_AdSupport-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-BusinessChat==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_BusinessChat-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-NaturalLanguage==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_NaturalLanguage-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-Network==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Network-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-UserNotifications==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_UserNotifications-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-VideoSubscriberAccount==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_VideoSubscriberAccount-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-AuthenticationServices==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_AuthenticationServices-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-AutomaticAssessmentConfiguration==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_AutomaticAssessmentConfiguration-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-CoreHaptics==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreHaptics-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-CoreMotion==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CoreMotion-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-DeviceCheck==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_DeviceCheck-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ExecutionPolicy==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ExecutionPolicy-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-FileProvider==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_FileProvider-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-FileProviderUI==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_FileProviderUI-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-LinkPresentation==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_LinkPresentation-9.0.1-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pyobjc-framework-OSLog==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_OSLog-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-PencilKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_PencilKit-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-PushKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_PushKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-QuickLookThumbnailing==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_QuickLookThumbnailing-9.0.1-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pyobjc-framework-Speech==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Speech-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-SoundAnalysis==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SoundAnalysis-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-SystemExtensions==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SystemExtensions-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-Accessibility==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Accessibility-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-AdServices==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_AdServices-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-AppTrackingTransparency==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_AppTrackingTransparency-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-CallKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CallKit-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ClassKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ClassKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-KernelManagement==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_KernelManagement-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-MetalPerformanceShadersGraph==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MetalPerformanceShadersGraph-9.0.1-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pyobjc-framework-MLCompute==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MLCompute-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-PassKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_PassKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ReplayKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ReplayKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ScreenTime==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ScreenTime-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-UniformTypeIdentifiers==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_UniformTypeIdentifiers-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-UserNotificationsUI==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_UserNotificationsUI-9.0.1-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pyobjc-framework-Virtualization==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Virtualization-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-DataDetection==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_DataDetection-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-IntentsUI==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc-framework-IntentsUI-9.0.1.tar.gz (19 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Collecting pyobjc-framework-LocalAuthenticationEmbeddedUI==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_LocalAuthenticationEmbeddedUI-9.0.1-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting pyobjc-framework-MailKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MailKit-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-MetricKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MetricKit-9.0.1-cp312-cp312-macosx_10_9_universal2.whl
Collecting pyobjc-framework-ShazamKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc-framework-ShazamKit-9.0.1.tar.gz (22 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Collecting pyobjc-framework-ScreenCaptureKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc-framework-ScreenCaptureKit-9.0.1.tar.gz (29 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Collecting pyobjc-framework-AVRouting==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_AVRouting-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-BackgroundAssets==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_BackgroundAssets-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ExtensionKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ExtensionKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-HealthKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_HealthKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-MetalFX==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_MetalFX-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-SafetyKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SafetyKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-SharedWithYouCore==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SharedWithYouCore-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-SharedWithYou==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_SharedWithYou-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.2 kB)
Collecting pyobjc-framework-ThreadNetwork==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ThreadNetwork-9.0.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pyobjc-framework-CalendarStore==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_CalendarStore-9.0.1-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting pyobjc-framework-Collaboration==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_Collaboration-9.0.1-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting pyobjc-framework-DictionaryServices==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_DictionaryServices-9.0.1-py2.py3-none-any.whl.metadata (2.1 kB)
Collecting pyobjc-framework-FSEvents==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_FSEvents-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.4 kB)
Collecting pyobjc-framework-InputMethodKit==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_InputMethodKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.3 kB)
Collecting pyobjc-framework-InstantMessage==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_InstantMessage-9.0.1-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting pyobjc-framework-ScriptingBridge==9.0.1 (from pyObjC==9.0.1->-r requirements.txt (line 12))
Using cached pyobjc_framework_ScriptingBridge-9.0.1-cp36-abi3-macosx_11_0_universal2.whl.metadata (2.6 kB)
Collecting sympy (from torch->-r requirements.txt (line 1))
Using cached sympy-1.12-py3-none-any.whl.metadata (12 kB)
Collecting networkx (from torch->-r requirements.txt (line 1))
Using cached networkx-3.3-py3-none-any.whl.metadata (5.1 kB)
Collecting jinja2 (from torch->-r requirements.txt (line 1))
Using cached Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
Collecting fsspec (from torch->-r requirements.txt (line 1))
Using cached fsspec-2024.3.1-py3-none-any.whl.metadata (6.8 kB)
Collecting numpy (from torchvision->-r requirements.txt (line 2))
Using cached numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl.metadata (61 kB)
Collecting pillow!=8.3.,>=5.3.0 (from torchvision->-r requirements.txt (line 2))
Using cached pillow-10.3.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (9.2 kB)
Collecting numba (from openai-whisper@ git+https://github.com/openai/whisper.git@ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab->-r requirements.txt (line 13))
Using cached numba-0.59.1-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.7 kB)
Collecting more-itertools (from openai-whisper@ git+https://github.com/openai/whisper.git@ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab->-r requirements.txt (line 13))
Using cached more_itertools-10.2.0-py3-none-any.whl.metadata (34 kB)
Collecting tiktoken (from openai-whisper@ git+https://github.com/openai/whisper.git@ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab->-r requirements.txt (line 13))
Using cached tiktoken-0.6.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (6.6 kB)
Collecting idna>=2.8 (from anyio<5,>=3.5.0->openai==1.7.0->-r requirements.txt (line 6))
Using cached idna-3.7-py3-none-any.whl.metadata (9.9 kB)
Collecting pycparser (from cffi>=1.0->soundfile==0.12.1->-r requirements.txt (line 11))
Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting certifi (from httpx<1,>=0.23.0->openai==1.7.0->-r requirements.txt (line 6))
Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Collecting httpcore==1.
(from httpx<1,>=0.23.0->openai==1.7.0->-r requirements.txt (line 6))
Using cached httpcore-1.0.5-py3-none-any.whl.metadata (20 kB)
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx<1,>=0.23.0->openai==1.7.0->-r requirements.txt (line 6))
Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting annotated-types>=0.4.0 (from pydantic<3,>=1.9.0->openai==1.7.0->-r requirements.txt (line 6))
Using cached annotated_types-0.6.0-py3-none-any.whl.metadata (12 kB)
Collecting pydantic-core==2.18.2 (from pydantic<3,>=1.9.0->openai==1.7.0->-r requirements.txt (line 6))
Using cached pydantic_core-2.18.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (6.5 kB)
Collecting MarkupSafe>=2.0 (from jinja2->torch->-r requirements.txt (line 1))
Using cached MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl.metadata (3.0 kB)
Collecting llvmlite<0.43,>=0.42.0dev0 (from numba->openai-whisper@ git+https://github.com/openai/whisper.git@ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab->-r requirements.txt (line 13))
Using cached llvmlite-0.42.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (4.8 kB)
Collecting mpmath>=0.19 (from sympy->torch->-r requirements.txt (line 1))
Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)
Collecting regex>=2022.1.18 (from tiktoken->openai-whisper@ git+https://github.com/openai/whisper.git@ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab->-r requirements.txt (line 13))
Using cached regex-2024.4.28-cp312-cp312-macosx_11_0_arm64.whl.metadata (40 kB)
Collecting requests>=2.26.0 (from tiktoken->openai-whisper@ git+https://github.com/openai/whisper.git@ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab->-r requirements.txt (line 13))
Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting charset-normalizer<4,>=2 (from requests>=2.26.0->tiktoken->openai-whisper@ git+https://github.com/openai/whisper.git@ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab->-r requirements.txt (line 13))
Using cached charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (33 kB)
Using cached pyttsx3-2.90-py3-none-any.whl (39 kB)
Using cached blobfile-2.1.1-py3-none-any.whl (73 kB)
Using cached openai-1.7.0-py3-none-any.whl (224 kB)
Using cached PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl (165 kB)
Using cached pygame-2.5.2-cp312-cp312-macosx_11_0_arm64.whl (12.3 MB)
Using cached soundfile-0.12.1-py2.py3-none-macosx_11_0_arm64.whl (1.1 MB)
Using cached pyobjc-9.0.1-py3-none-any.whl (4.0 kB)
Using cached pyobjc_framework_Accessibility-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (10 kB)
Using cached pyobjc_framework_Accounts-9.0.1-py2.py3-none-any.whl (4.6 kB)
Using cached pyobjc_framework_AddressBook-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (13 kB)
Using cached pyobjc_framework_AdServices-9.0.1-py2.py3-none-any.whl (3.0 kB)
Using cached pyobjc_framework_AdSupport-9.0.1-py2.py3-none-any.whl (2.9 kB)
Using cached pyobjc_framework_AppleScriptKit-9.0.1-py2.py3-none-any.whl (3.9 kB)
Using cached pyobjc_framework_AppleScriptObjC-9.0.1-py2.py3-none-any.whl (4.0 kB)
Using cached pyobjc_framework_AppTrackingTransparency-9.0.1-py2.py3-none-any.whl (3.3 kB)
Using cached pyobjc_framework_AudioVideoBridging-9.0.1-py2.py3-none-any.whl (6.4 kB)
Using cached pyobjc_framework_AuthenticationServices-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (14 kB)
Using cached pyobjc_framework_AutomaticAssessmentConfiguration-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (9.1 kB)
Using cached pyobjc_framework_Automator-9.0.1-py2.py3-none-any.whl (5.0 kB)
Using cached pyobjc_framework_AVFoundation-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (61 kB)
Using cached pyobjc_framework_AVKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (12 kB)
Using cached pyobjc_framework_AVRouting-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (8.9 kB)
Using cached pyobjc_framework_BackgroundAssets-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (10 kB)
Using cached pyobjc_framework_BusinessChat-9.0.1-py2.py3-none-any.whl (3.0 kB)
Using cached pyobjc_framework_CalendarStore-9.0.1-py2.py3-none-any.whl (4.6 kB)
Using cached pyobjc_framework_CallKit-9.0.1-py2.py3-none-any.whl (4.4 kB)
Using cached pyobjc_framework_CFNetwork-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (16 kB)
Using cached pyobjc_framework_ClassKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (8.8 kB)
Using cached pyobjc_framework_CloudKit-9.0.1-py2.py3-none-any.whl (8.1 kB)
Using cached pyobjc_framework_Collaboration-9.0.1-py2.py3-none-any.whl (4.4 kB)
Using cached pyobjc_framework_ColorSync-9.0.1-py2.py3-none-any.whl (5.5 kB)
Using cached pyobjc_framework_Contacts-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (12 kB)
Using cached pyobjc_framework_ContactsUI-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (8.6 kB)
Using cached pyobjc_framework_CoreAudioKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (7.8 kB)
Using cached pyobjc_framework_CoreBluetooth-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (13 kB)
Using cached pyobjc_framework_CoreData-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (16 kB)
Using cached pyobjc_framework_CoreHaptics-9.0.1-py2.py3-none-any.whl (4.7 kB)
Using cached pyobjc_framework_CoreLocation-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (12 kB)
Using cached pyobjc_framework_CoreMediaIO-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (17 kB)
Using cached pyobjc_framework_CoreMIDI-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (18 kB)
Using cached pyobjc_framework_CoreML-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (10 kB)
Using cached pyobjc_framework_CoreServices-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (29 kB)
Using cached pyobjc_framework_CoreSpotlight-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (10 kB)
Using cached pyobjc_framework_CoreWLAN-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (10 kB)
Using cached pyobjc_framework_CryptoTokenKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (13 kB)
Using cached pyobjc_framework_DataDetection-9.0.1-py2.py3-none-any.whl (3.0 kB)
Using cached pyobjc_framework_DeviceCheck-9.0.1-py2.py3-none-any.whl (3.2 kB)
Using cached pyobjc_framework_DictionaryServices-9.0.1-py2.py3-none-any.whl (3.4 kB)
Using cached pyobjc_framework_DiscRecording-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (15 kB)
Using cached pyobjc_framework_DiscRecordingUI-9.0.1-py2.py3-none-any.whl (4.3 kB)
Using cached pyobjc_framework_DiskArbitration-9.0.1-py2.py3-none-any.whl (4.4 kB)
Using cached pyobjc_framework_DVDPlayback-9.0.1-py2.py3-none-any.whl (7.8 kB)
Using cached pyobjc_framework_EventKit-9.0.1-py2.py3-none-any.whl (5.9 kB)
Using cached pyobjc_framework_ExceptionHandling-9.0.1-py2.py3-none-any.whl (6.6 kB)
Using cached pyobjc_framework_ExecutionPolicy-9.0.1-py2.py3-none-any.whl (3.3 kB)
Using cached pyobjc_framework_ExtensionKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (8.7 kB)
Using cached pyobjc_framework_ExternalAccessory-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (9.7 kB)
Using cached pyobjc_framework_FileProviderUI-9.0.1-py2.py3-none-any.whl (3.1 kB)
Using cached pyobjc_framework_FinderSync-9.0.1-py2.py3-none-any.whl (4.4 kB)
Using cached pyobjc_framework_FSEvents-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (13 kB)
Using cached pyobjc_framework_GameCenter-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (19 kB)
Using cached pyobjc_framework_GameController-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (19 kB)
Using cached pyobjc_framework_GameKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (22 kB)
Using cached pyobjc_framework_GameplayKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (13 kB)
Using cached pyobjc_framework_HealthKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (18 kB)
Using cached pyobjc_framework_ImageCaptureCore-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (17 kB)
Using cached pyobjc_framework_IMServicePlugIn-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (15 kB)
Using cached pyobjc_framework_InputMethodKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (10 kB)
Using cached pyobjc_framework_InstallerPlugins-9.0.1-py2.py3-none-any.whl (4.3 kB)
Using cached pyobjc_framework_InstantMessage-9.0.1-py2.py3-none-any.whl (4.9 kB)
Using cached pyobjc_framework_Intents-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (26 kB)
Using cached pyobjc_framework_IOSurface-9.0.1-py2.py3-none-any.whl (4.4 kB)
Using cached pyobjc_framework_iTunesLibrary-9.0.1-py2.py3-none-any.whl (4.7 kB)
Using cached pyobjc_framework_KernelManagement-9.0.1-py2.py3-none-any.whl (3.2 kB)
Using cached pyobjc_framework_LatentSemanticMapping-9.0.1-py2.py3-none-any.whl (5.0 kB)
Using cached pyobjc_framework_LaunchServices-9.0.1-py2.py3-none-any.whl (3.4 kB)
Using cached pyobjc_framework_LinkPresentation-9.0.1-py2.py3-none-any.whl (3.3 kB)
Using cached pyobjc_framework_LocalAuthentication-9.0.1-py2.py3-none-any.whl (5.4 kB)
Using cached pyobjc_framework_LocalAuthenticationEmbeddedUI-9.0.1-py2.py3-none-any.whl (3.1 kB)
Using cached pyobjc_framework_MailKit-9.0.1-py2.py3-none-any.whl (4.0 kB)
Using cached pyobjc_framework_MapKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (22 kB)
Using cached pyobjc_framework_MediaAccessibility-9.0.1-py2.py3-none-any.whl (3.9 kB)
Using cached pyobjc_framework_MediaLibrary-9.0.1-py2.py3-none-any.whl (3.8 kB)
Using cached pyobjc_framework_MediaPlayer-9.0.1-py2.py3-none-any.whl (6.1 kB)
Using cached pyobjc_framework_MediaToolbox-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (13 kB)
Using cached pyobjc_framework_Metal-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (54 kB)
Using cached pyobjc_framework_MetalFX-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (10 kB)
Using cached pyobjc_framework_MetalKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (9.3 kB)
Using cached pyobjc_framework_MetalPerformanceShaders-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (26 kB)
Using cached pyobjc_framework_MetalPerformanceShadersGraph-9.0.1-py2.py3-none-any.whl (5.4 kB)
Using cached pyobjc_framework_MLCompute-9.0.1-py2.py3-none-any.whl (6.1 kB)
Using cached pyobjc_framework_ModelIO-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (20 kB)
Using cached pyobjc_framework_MultipeerConnectivity-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (12 kB)
Using cached pyobjc_framework_NaturalLanguage-9.0.1-py2.py3-none-any.whl (4.4 kB)
Using cached pyobjc_framework_NetFS-9.0.1-py2.py3-none-any.whl (3.8 kB)
Using cached pyobjc_framework_Network-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (14 kB)
Using cached pyobjc_framework_NetworkExtension-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (13 kB)
Using cached pyobjc_framework_NotificationCenter-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (10 kB)
Using cached pyobjc_framework_OpenDirectory-9.0.1-py2.py3-none-any.whl (11 kB)
Using cached pyobjc_framework_OSAKit-9.0.1-py2.py3-none-any.whl (3.6 kB)
Using cached pyobjc_framework_OSLog-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (8.4 kB)
Using cached pyobjc_framework_PassKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (13 kB)
Using cached pyobjc_framework_PencilKit-9.0.1-py2.py3-none-any.whl (3.2 kB)
Using cached pyobjc_framework_Photos-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (12 kB)
Using cached pyobjc_framework_PhotosUI-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (12 kB)
Using cached pyobjc_framework_PreferencePanes-9.0.1-py2.py3-none-any.whl (4.3 kB)
Using cached pyobjc_framework_PushKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (8.9 kB)
Using cached pyobjc_framework_QuickLookThumbnailing-9.0.1-py2.py3-none-any.whl (3.6 kB)
Using cached pyobjc_framework_ReplayKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (10 kB)
Using cached pyobjc_framework_SafariServices-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (7.6 kB)
Using cached pyobjc_framework_SafetyKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (8.6 kB)
Using cached pyobjc_framework_SceneKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (33 kB)
Using cached pyobjc_framework_ScreenSaver-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (8.3 kB)
Using cached pyobjc_framework_ScreenTime-9.0.1-py2.py3-none-any.whl (3.1 kB)
Using cached pyobjc_framework_ScriptingBridge-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (8.9 kB)
Using cached pyobjc_framework_SearchKit-9.0.1-py2.py3-none-any.whl (3.3 kB)
Using cached pyobjc_framework_SecurityFoundation-9.0.1-py2.py3-none-any.whl (3.3 kB)
Using cached pyobjc_framework_SecurityInterface-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (11 kB)
Using cached pyobjc_framework_ServiceManagement-9.0.1-py2.py3-none-any.whl (4.8 kB)
Using cached pyobjc_framework_SharedWithYou-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (9.2 kB)
Using cached pyobjc_framework_SharedWithYouCore-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (8.9 kB)
Using cached pyobjc_framework_Social-9.0.1-py2.py3-none-any.whl (4.0 kB)
Using cached pyobjc_framework_SoundAnalysis-9.0.1-py2.py3-none-any.whl (3.5 kB)
Using cached pyobjc_framework_Speech-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (9.6 kB)
Using cached pyobjc_framework_StoreKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (12 kB)
Using cached pyobjc_framework_SyncServices-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (14 kB)
Using cached pyobjc_framework_SystemConfiguration-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (22 kB)
Using cached pyobjc_framework_SystemExtensions-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (9.4 kB)
Using cached pyobjc_framework_ThreadNetwork-9.0.1-py2.py3-none-any.whl (3.2 kB)
Using cached pyobjc_framework_UniformTypeIdentifiers-9.0.1-py2.py3-none-any.whl (4.3 kB)
Using cached pyobjc_framework_UserNotifications-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (10 kB)
Using cached pyobjc_framework_UserNotificationsUI-9.0.1-py2.py3-none-any.whl (3.5 kB)
Using cached pyobjc_framework_VideoSubscriberAccount-9.0.1-py2.py3-none-any.whl (4.0 kB)
Using cached pyobjc_framework_VideoToolbox-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (12 kB)
Using cached pyobjc_framework_Virtualization-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (10 kB)
Using cached pyobjc_framework_Vision-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (16 kB)
Using cached pyobjc_framework_WebKit-9.0.1-cp36-abi3-macosx_11_0_universal2.whl (39 kB)
Using cached torch-2.3.0-cp312-none-macosx_11_0_arm64.whl (61.0 MB)
Using cached torchvision-0.18.0-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB)
Using cached torchaudio-2.3.0-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB)
Using cached anyio-4.3.0-py3-none-any.whl (85 kB)
Using cached cffi-1.16.0-cp312-cp312-macosx_11_0_arm64.whl (177 kB)
Using cached distro-1.9.0-py3-none-any.whl (20 kB)
Using cached filelock-3.14.0-py3-none-any.whl (12 kB)
Using cached httpx-0.27.0-py3-none-any.whl (75 kB)
Using cached httpcore-1.0.5-py3-none-any.whl (77 kB)
Using cached lxml-4.9.4-cp312-cp312-macosx_11_0_universal2.whl (8.6 MB)
Using cached pillow-10.3.0-cp312-cp312-macosx_11_0_arm64.whl (3.4 MB)
Using cached pycryptodomex-3.20.0-cp35-abi3-macosx_10_9_universal2.whl (2.4 MB)
Using cached pydantic-2.7.1-py3-none-any.whl (409 kB)
Using cached pydantic_core-2.18.2-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB)
Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)
Using cached tqdm-4.66.4-py3-none-any.whl (78 kB)
Using cached typing_extensions-4.11.0-py3-none-any.whl (34 kB)
Using cached urllib3-2.2.1-py3-none-any.whl (121 kB)
Using cached fsspec-2024.3.1-py3-none-any.whl (171 kB)
Using cached Jinja2-3.1.3-py3-none-any.whl (133 kB)
Using cached more_itertools-10.2.0-py3-none-any.whl (57 kB)
Using cached networkx-3.3-py3-none-any.whl (1.7 MB)
Using cached numba-0.59.1-cp312-cp312-macosx_11_0_arm64.whl (2.6 MB)
Using cached numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl (13.7 MB)
Using cached sympy-1.12-py3-none-any.whl (5.7 MB)
Using cached tiktoken-0.6.0-cp312-cp312-macosx_11_0_arm64.whl (922 kB)
Using cached annotated_types-0.6.0-py3-none-any.whl (12 kB)
Using cached idna-3.7-py3-none-any.whl (66 kB)
Using cached llvmlite-0.42.0-cp312-cp312-macosx_11_0_arm64.whl (28.8 MB)
Using cached MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl (18 kB)
Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
Using cached regex-2024.4.28-cp312-cp312-macosx_11_0_arm64.whl (278 kB)
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
Using cached pycparser-2.22-py3-none-any.whl (117 kB)
Using cached charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl (119 kB)
Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Building wheels for collected packages: pyobjc-framework-IntentsUI, pyobjc-framework-ScreenCaptureKit, pyobjc-framework-ShazamKit
Building wheel for pyobjc-framework-IntentsUI (pyproject.toml) ... error
error: subprocess-exited-with-error

× Building wheel for pyobjc-framework-IntentsUI (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [25 lines of output]
running bdist_wheel
running build
running build_py
overriding build_packages to copy PyObjCTest
creating build
creating build/lib.macosx-10.9-universal2-cpython-312
creating build/lib.macosx-10.9-universal2-cpython-312/IntentsUI
copying Lib/IntentsUI/_metadata.py -> build/lib.macosx-10.9-universal2-cpython-312/IntentsUI
copying Lib/IntentsUI/init.py -> build/lib.macosx-10.9-universal2-cpython-312/IntentsUI
creating build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_inuieditvoiceshortcutviewcontroller.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/init.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_inuiaddvoiceshortcutbutton.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_intentsui.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_inuiaddvoiceshortcutviewcontroller.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
running build_ext
building 'IntentsUI._IntentsUI' extension
creating build/temp.macosx-10.9-universal2-cpython-312
creating build/temp.macosx-10.9-universal2-cpython-312/Modules
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c Modules/_IntentsUI.m -o build/temp.macosx-10.9-universal2-cpython-312/Modules/_IntentsUI.o -Wno-deprecated-declarations -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -DPyObjC_BUILD_RELEASE=1103 -Werror
Modules/_IntentsUI.m:8:9: fatal error: 'IntentsUI/IntentsUI.h' file not found
#import <IntentsUI/IntentsUI.h>
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyobjc-framework-IntentsUI
Building wheel for pyobjc-framework-ScreenCaptureKit (pyproject.toml) ... error
error: subprocess-exited-with-error

× Building wheel for pyobjc-framework-ScreenCaptureKit (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [25 lines of output]
running bdist_wheel
running build
running build_py
overriding build_packages to copy PyObjCTest
creating build
creating build/lib.macosx-10.9-universal2-cpython-312
creating build/lib.macosx-10.9-universal2-cpython-312/ScreenCaptureKit
copying Lib/ScreenCaptureKit/_metadata.py -> build/lib.macosx-10.9-universal2-cpython-312/ScreenCaptureKit
copying Lib/ScreenCaptureKit/init.py -> build/lib.macosx-10.9-universal2-cpython-312/ScreenCaptureKit
creating build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_scshareablecontent.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_screencaputurekit.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_scerror.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/init.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_scstream.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
running build_ext
building 'ScreenCaptureKit._ScreenCaptureKit' extension
creating build/temp.macosx-10.9-universal2-cpython-312
creating build/temp.macosx-10.9-universal2-cpython-312/Modules
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c Modules/_ScreenCaptureKit.m -o build/temp.macosx-10.9-universal2-cpython-312/Modules/_ScreenCaptureKit.o -Wno-deprecated-declarations -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -DPyObjC_BUILD_RELEASE=1103 -Werror
Modules/_ScreenCaptureKit.m:7:9: fatal error: 'ScreenCaptureKit/ScreenCaptureKit.h' file not found
#import <ScreenCaptureKit/ScreenCaptureKit.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyobjc-framework-ScreenCaptureKit
Building wheel for pyobjc-framework-ShazamKit (pyproject.toml) ... error
error: subprocess-exited-with-error

× Building wheel for pyobjc-framework-ShazamKit (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [32 lines of output]
running bdist_wheel
running build
running build_py
overriding build_packages to copy PyObjCTest
creating build
creating build/lib.macosx-10.9-universal2-cpython-312
creating build/lib.macosx-10.9-universal2-cpython-312/ShazamKit
copying Lib/ShazamKit/_metadata.py -> build/lib.macosx-10.9-universal2-cpython-312/ShazamKit
copying Lib/ShazamKit/init.py -> build/lib.macosx-10.9-universal2-cpython-312/ShazamKit
creating build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_shsignaturegenerator.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_shcatalog.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_sherror.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_shazamkit.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_shsession.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_shsignature.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/init.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_shmedialibrary.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_shmediaitem.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_shmatchedmediatiem.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_shcustomcatalog.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
copying PyObjCTest/test_shmatch.py -> build/lib.macosx-10.9-universal2-cpython-312/PyObjCTest
running build_ext
building 'ShazamKit._ShazamKit' extension
creating build/temp.macosx-10.9-universal2-cpython-312
creating build/temp.macosx-10.9-universal2-cpython-312/Modules
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c Modules/_ShazamKit.m -o build/temp.macosx-10.9-universal2-cpython-312/Modules/_ShazamKit.o -Wno-deprecated-declarations -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -DPyObjC_BUILD_RELEASE=1103 -Werror
Modules/_ShazamKit.m:8:9: fatal error: 'ShazamKit/ShazamKit.h' file not found
#import <ShazamKit/ShazamKit.h>
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyobjc-framework-ShazamKit
Failed to build pyobjc-framework-IntentsUI pyobjc-framework-ScreenCaptureKit pyobjc-framework-ShazamKit
ERROR: Could not build wheels for pyobjc-framework-IntentsUI, pyobjc-framework-ScreenCaptureKit, pyobjc-framework-ShazamKit, which is required to install pyproject.toml-based projects
mw@SilverBullet ollama-voice-mac %

@geekaholic
Copy link

I was able to get it to work using python 3.9 via brew install python@3.9 and setting up a venv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants