rbash88 / pyffmpeg

Automatically exported from code.google.com/p/pyffmpeg
0 stars 0 forks source link

The "python-numpy-devel" package is required by "setup.py", but it is not documented #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
 - What steps will reproduce the problem?

I have a Linux Mageia 1 32 bits.
I have the "python-numpy" package installed,
but not the "python-numpy-devel" package installed.

I tried to run the script "setup.py" and got the message :

"Numpy does not seems to be installed on your system.
You may still use pyffmpeg but audiosupport and numpy-bridge are disabled."

This message is not correct, because "Numpy" is installed. By installing the 
python-numpy-devel" package, the previous message does not appear any more, but 
this is not documented.

 - What is the expected output? What do you see instead?

You should precise :

The "python-numpy-devel" package does not seems to be installed on your system.
You may still use pyffmpeg but audiosupport and numpy-bridge are disabled."

 - What version of the product are you using? On what operating system?
"pyffmpeg-2.1beta.tar.gz"

 - Please provide any additional information below.

Original issue reported on code.google.com by 000JeanM...@gmail.com on 4 May 2012 at 12:42