pylon / streamp3

Streaming MP3 decoder for Python
Apache License 2.0
28 stars 2 forks source link

pip install error #4

Closed wiseman closed 5 years ago

wiseman commented 5 years ago

I've done brew install lame, but pip install streamp3 results in this:

  clang: error: no such file or directory: 'lame/hip.c'
  clang: error: no input files
  error: command 'clang' failed with exit status 1
brentspell commented 5 years ago

I was able to reproduce this issue in a new virtualenv without cython installed. Streamp3 requires cython in order to build. Would you verify that running pip install cython allows you to run pip install streamp3 successfully?

brentspell commented 5 years ago

The package should now be installable from an empty virtualenv. Please open a new issue if this is still a problem.