python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

Adding Sympy fails

Open jhay06 opened this issue 8 months ago • 0 comments

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 ?

jhay06 avatar Jun 05 '25 10:06 jhay06