-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
Hi there,
I try to create own recipe onnxruntime , it requires sympy , so per checking there is sympy in p4a recipes , so i proceed to add sympy
but during the sympy building , it requires mpmath , so i add mpmath , then rerun p4a . but still the same error , I think it runs the sympy building first before looking for mpmath thats why it fails to build .
any ideas ?