开发者社区 问答 正文

Python 报错jpype._jvmfinder.JVMNotSupportedException

Python 报错jpype._jvmfinder.JVMNotSupportedException: JVM mismatch, python is 32 bit and JVM is 64 bit

展开
收起
游客637ejrk3sfvko 2021-10-28 10:13:34 1475 分享 版权
1 条回答
写回答
取消 提交回答
  • never say never~

    报错的原因就是JVM是64位,而使用的Python是32位。

    解决方法:切换到64位的 Python,重新安装 pyhanlp。最终成功!

    2021-10-28 14:26:30
    赞同 展开评论
问答分类:
问答标签:
问答地址: