You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: Setup script exited with error: SandboxViolation: mkdir('/Users/rex/Library/Caches/com.apple.python/private/var/folders/xs/hbp7kjmd23gbdjbtsgzfw02c0000gn/T/easy_install-xv72vavw', 511) {}
The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.
This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand. Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.
Running pip install bleak as a precursor to running setup.py resolved the issue. For the record I am on Apple Silicon / M2, perhaps it's just a transitive dependency issue.
Steps to reproduce:
python setup.py develop
Running macOS Sonoma 14.1.2 (23B92) && Python 3.9.6 inside a fresh venv.
The text was updated successfully, but these errors were encountered: