strong-furniture-4150
02/26/2025, 2:41 AMgray-monkey-83525
02/26/2025, 2:41 AMonnxruntime
library, which is used for running ONNX models. This error typically occurs when the required DLLs for onnxruntime
are not found or not properly installed. My understanding is that this issue might be resolved by ensuring that onnxruntime
is correctly installed in your environment.
You can try the following steps:
1. Reinstall onnxruntime
: Ensure that you have the correct version of onnxruntime
installed. You can reinstall it using pip:
pip uninstall onnxruntime
pip install onnxruntime
2. Check Environment: Make sure that your Python environment is correctly set up and that all dependencies are installed. If you're using a virtual environment, ensure it is activated.
Would you like more detailed guidance on setting up your environment or checking for other potential issues?
Sources:
- https://livekit-users.slack.com/archives/C07FY8WHGPM/p1730153010.443499
- https://livekit-users.slack.com/archives/C07FY8WHGPM/p1729848480.383129 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.