weka python windows 10 的包装加载器
weka python wrapper loader for windows 10
我已经在 Windows 10 上安装了 weka python 包装器。我尝试了 运行 示例代码:
但是我遇到了这样的错误:
有解决这个问题的方法吗?
您需要安装 python-weka-wrapper3 if you want to use it with Python 3. The python-weka-wrapper 用于 Python 2.7 的软件包:
你可以像这样用pip安装它:
pip install python-weka-wrapper3
我已经在 Windows 10 上安装了 weka python 包装器。我尝试了 运行 示例代码:
但是我遇到了这样的错误:
有解决这个问题的方法吗?
您需要安装 python-weka-wrapper3 if you want to use it with Python 3. The python-weka-wrapper 用于 Python 2.7 的软件包:
你可以像这样用pip安装它:
pip install python-weka-wrapper3