成功解决RuntimeError: Java is not installed, or the Java executable is not on system path

深碍√TFBOYSˉ_ 2022-12-18 00:52 310阅读 0赞

成功解决RuntimeError(“Java is not installed, or the Java executable is not on system path”)
RuntimeError: Java is not installed, or the Java executable is not on system path

目录

解决问题

解决思路

解决方法


解决问题

File “D:\ProgramData\Anaconda3\lib\site-packages\sklearn2pmml\__init__.py”, line 245, in sklearn2pmml
raise RuntimeError(“Java is not installed, or the Java executable is not on system path”)
RuntimeError: Java is not installed, or the Java executable is not on system path

解决思路

引发运行时错误(“Java没有安装,或者Java可执行文件不在系统路径上”)
运行时错误:没有安装Java,或者Java可执行文件不在系统路径上

解决方法

Java安装下载:https://www.java.com/zh-CN/download/manual.jsp
Jdk安装下载地址:https://www.oracle.com/java/technologies/javase-jdk15-downloads.html

发表评论

表情:
评论列表 (有 0 条评论,310人围观)

还没有评论,来说两句吧...

相关阅读