NFJones / audio-to-midi

A python program which performs an FFT on an audio file and produces a MIDI file from the results.
MIT License
215 stars 32 forks source link

EasyInstall error #16

Open jeremycherfas opened 2 years ago

jeremycherfas commented 2 years ago

Problem with install. Error:

Writing /var/folders/rs/_ysk3v1j0vbbt1n466nrs0ym0000gn/T/easy_install-8nk3q7ra/pycparser-2.19/setup.cfg
Running pycparser-2.19/setup.py -q bdist_egg --dist-dir /var/folders/rs/_ysk3v1j0vbbt1n466nrs0ym0000gn/T/easy_install-8nk3q7ra/pycparser-2.19/egg-dist-tmp-gj6s2n1i
warning: no previously-included files found matching 'setup.pyc'
warning: no previously-included files matching 'yacctab.*' found under directory 'tests'
warning: no previously-included files matching 'lextab.*' found under directory 'tests'
warning: no previously-included files matching 'yacctab.*' found under directory 'examples'
warning: no previously-included files matching 'lextab.*' found under directory 'examples'
error: Setup script exited with error: SandboxViolation: mkdir('/Users/jeremycherfas/Library/Caches/com.apple.python/private/var/folders/rs/_ysk3v1j0vbbt1n466nrs0ym0000gn/T/easy_install-8nk3q7ra', 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.

Checking against requirement.txt, it seems that as a result pycparser, numpy, Cython and cffi failed to install.