You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @2069348297, I'm here to help you with any bugs, questions, or contributions. Let's dive in and tackle this issue together!
The issue you're encountering with installing onnxruntime version 1.20.1 using Poetry might be related to compatibility with your system's architecture or Python interpreter. Here are a few things to consider:
Python Version Compatibility: Ensure that your Python version is compatible with onnxruntime. The Langchain-Chatchat project specifies Python versions ">=3.8.1,<3.12,!=3.9.7" [1][2]. Make sure your environment matches these requirements.
Custom Package Source: The project uses a custom package source from Tsinghua University [3]. This might affect the availability of certain package versions. You could try switching to the default PyPI source to see if it resolves the issue.
Dependency Conflicts: The project has a dependency on rapidocr_onnxruntime version ~1.3.8[1]. Check if this dependency might be causing conflicts with onnxruntime version 1.20.1.
Regenerate Lockfile: Try regenerating the lockfile by running poetry lock --no-cache to ensure that all dependencies are resolved correctly.
Check ABI Tags: Verify that the ABI tags for the onnxruntime wheels are compatible with your system. This can be a common issue if the package doesn't have pre-built wheels for your specific environment.
By addressing these points, you should be able to identify the root cause of the installation issue.
不知道什么原因 onnxruntime版本不兼容? 但是也没提示跟什么冲突了 求大佬解读一下
The text was updated successfully, but these errors were encountered: