首先,python3,pip均已安装,pip install其他模块也都正常。
执行pip install python-weka-wrapper进行模块的安装,报错except HTTPError as e,failed with error code 1………………………….。
百度一番,得知python3中的模块名称为pip install python-weka-wrapper3,https://stackoverflow.com/questions/42869703/python-weka-wrapper-installing-failed-with-error-code-1-in-python3-6-version,激动的以为问题就这样解决了,然而并木有,依旧报错,心累。。。。。。。。
继续挣扎,根据文档http://fracpete.github.io/python-weka-wrapper3/install.html#windows解决依赖性问题
但是在安装javabridge时又报相同的错,
except HTTPError as e,failed with error code 1…………………….
本文记录了在Python 3环境中使用pip安装python-weka-wrapper模块时遇到的问题及解决过程。作者尝试了多种方法,包括修改模块名称和解决依赖问题,但仍然遇到了HTTP错误。

被折叠的 条评论
为什么被折叠?



