-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Problem:
Spyder doesn't prompt for microphone permissions on macOS, causing scripts requiring microphone access to fail.
Steps to Reproduce:
- Install Spyder via Anaconda.
- Run a Python script using the
sounddevice
library. - No macOS prompt appears for microphone access.
Expected Behavior:
A macOS prompt appears, and the microphone works after permission is granted.
Actual Behavior:
No prompt, and the microphone is inaccessible.
Environment:
- macOS version: 15.1.1
- Spyder version: 6.0.1
- Python version: 3.12.7
- Installation method: Anaconda
Additional Context:
- VS Code and Terminal trigger the macOS permission prompt as expected. Similar behavior should occur in Spyder.
- I have also downloaded the standalone macOS installation package from Spyder’s website, but it exhibits the same behavior.