MTG / homebrew-essentia

Homebrew build scripts for Essentia
34 stars 13 forks source link

Warning about numpy during install process (repeated 13 times) #2

Closed ericdrobinson closed 7 years ago

ericdrobinson commented 7 years ago

When running brew tap MTG/essentia I noticed the following output early on in the process:

==> Tapping homebrew/python
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-python'...
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 0), reused 4 (delta 0), pack-reused 0
Unpacking objects: 100% (5/5), done.
Tapped 0 formulae (30 files, 22.8K)
Warning: Use numpy instead of deprecated homebrew/python/numpy
Warning: Use numpy instead of deprecated homebrew/python/numpy
Warning: Use numpy instead of deprecated homebrew/python/numpy
Warning: Use numpy instead of deprecated homebrew/python/numpy
Warning: Use numpy instead of deprecated homebrew/python/numpy
Warning: Use numpy instead of deprecated homebrew/python/numpy
Warning: Use numpy instead of deprecated homebrew/python/numpy
Warning: Use numpy instead of deprecated homebrew/python/numpy
Warning: Use numpy instead of deprecated homebrew/python/numpy
Warning: Use numpy instead of deprecated homebrew/python/numpy
Warning: Use numpy instead of deprecated homebrew/python/numpy
Warning: Use numpy instead of deprecated homebrew/python/numpy
Warning: Use numpy instead of deprecated homebrew/python/numpy
==> Installing dependencies for mtg/essentia/essentia: gmp, mpfr, libmpc, isl, gcc, readline, sqlite, gdbm, libpng, freetype, openssl, python, homebrew/python/numpy, libyaml, fftw, x264, ffmpeg, libsamplerate, libtag

It looks like the dependencies list should probably be updated to include simply numpy instead of homebrew/python/numpy.

alastair commented 7 years ago

Thanks for reporting!