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
When trying to install moondream in python3.13 on Fedora via pip fails.
ERROR: Failed building wheel for onnx
Failed to build onnx
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (onnx)
This problem doesn't appear when reverting to earlier version of pythonn
System
Python Version 3.13.0
OS: Fedora Linux 41 (Workstation Edition)
Workaround
Create a virtual environment for python 3.10.15
Run pip install as normal
The text was updated successfully, but these errors were encountered:
I encountered the same issue with Python 3.13.1. It appears that the unsuccessful installation of onnxruntime was the primary cause. After reviewing information on onnxruntime, I found that it may encounter installation problems with newer Python versions. To resolve this, I downgraded my Python version to 3.12.7, which successfully solved the problem.
Problem
When trying to install moondream in python3.13 on Fedora via pip fails.
This problem doesn't appear when reverting to earlier version of pythonn
System
Workaround
The text was updated successfully, but these errors were encountered: