Skip to content

Spyder on macOS Not Prompting for Microphone Permissions #23206

@wooii

Description

@wooii

Problem:
Spyder doesn't prompt for microphone permissions on macOS, causing scripts requiring microphone access to fail.

Steps to Reproduce:

  1. Install Spyder via Anaconda.
  2. Run a Python script using the sounddevice library.
  3. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions