1、直接使用pip安装jpype1

命令

pip install jpype1

但是,很不幸,提示报错,缺少VC++组件。

2、使用其他方法安装

在  https://www.lfd.uci.edu/~gohlke/pythonlibs/  网站找到JPype1-0.6.2-cp36-cp36m-win_amd64.whl ,点击下载。

接下来再手动安装wheel

pip install wheel

再手动使用pip install JPype1-0.6.2-cp36-cp36m-win_amd64.whl 命令进行jpype1的安装。

不过安装jpype1之前要先安装numpy库,不然也会提示报错的。

相关文章:

  • 2022-12-23
  • 2021-12-23
  • 2022-01-14
  • 2021-07-04
  • 2022-12-23
  • 2021-09-22
  • 2021-08-01
  • 2021-11-16
猜你喜欢
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案