Featured post
python - Has anybody been able to install PyWeka? -
i need install in python 2.6 or 2.7 windows library pyweka0.3dev, says requires setuptools, installed told me deprecated instalation library , installed distribute, downloaded pyweka compressed package , each time try install neither setup.py nor easy_install (where says no module ez_setup). can give me clue how this?
as mentioned via aardvark (yes, omnipresent), module in question broken. can't easy_install it. it's bug in pyweka.
you can download file pypi, http://pypi.python.org/pypi/pyweka/0.3dev, , unpack it.
in file setup.py, remove following 2 lines:
from ez_setup import use_setuptools use_setuptools()
and install running
python setup.py install
you need have installed numpy , namedmatrix (which has same bug pyweka) first.
however, mentioned on windows. doubt pyweka work on windows. there unix specific code in it.
and still want know why authors reading files calling cat
subprocess
. seems pretty pointless , broken install, enough reason me keep far away module. suspect it's authors have no idea doing.
that, or geniuses.
- Get link
- X
- Other Apps
Comments
Post a Comment