Could not find artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde in nexus-aliyun
时间: 2023-08-06 19:06:41 浏览: 273
EEMD-ICA方法可增强噪声多变量神经数据的伪像抑制
回答: 这个报错信息表示在执行命令时,Maven无法在配置的远程仓库中找到org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde这个包。\[1\]\[2\]根据引用\[3\]中的Idea中hive的依赖命令,你可以尝试在你的pom.xml文件中添加以下依赖项来解决这个问题:
<dependency>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
<version>5.1.5-jhyde</version>
</dependency>
请确保你的Maven配置正确,并且远程仓库中确实存在这个包。如果问题仍然存在,你可以尝试检查你的网络连接或者尝试使用其他可用的远程仓库来下载这个包。
#### 引用[.reference_title]
- *1* *3* [Could not find artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde解决方法](https://blog.csdn.net/QQ3434223245/article/details/115842648)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^koosearch_v1,239^v3^insert_chatgpt"}} ] [.reference_item]
- *2* [Could not find artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde 解决方案](https://blog.csdn.net/Tangnin/article/details/125541627)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^koosearch_v1,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文