am trying to build the tutorial system - for the AN4 database. After doing the Tutorial step
cd SphinxTrain
configure
make
the make ends with the following msgs:
make[1]: Entering directory /home/ahlenius/sphinx/tutorial/SphinxTrain/python'
making in python ...
python setup.py build
/usr/lib/python2.4/distutils/dist.py:236: UserWarning: Unknown distribution option: 'requires'
warnings.warn(msg)
running build
running build_py
make[1]: Leaving directory/home/ahlenius/sphinx/tutorial/SphinxTrain/python'
>
Is this a normal completion to this process?
'm
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
am trying to build the tutorial system - for the AN4 database. After doing the Tutorial step
cd SphinxTrain
configure
make
the make ends with the following msgs:
make[1]: Entering directory
/home/ahlenius/sphinx/tutorial/SphinxTrain/python' making in python ... python setup.py build /usr/lib/python2.4/distutils/dist.py:236: UserWarning: Unknown distribution option: 'requires' warnings.warn(msg) running build running build_py make[1]: Leaving directory
/home/ahlenius/sphinx/tutorial/SphinxTrain/python'>
Is this a normal completion to this process?
'm
Sure, this is fine. It's a non-fatal warning because you have Python 2.4 rather than Python 2.5 (but you don't need to upgrade or anything!)