Not sure if this has anything to do with it, but the Mac has the additional complication of the new M processors -- so you need to make sure you are building a app with the right processor -- I think the recent Python.,org builds have both built it, but you'll need to make sure.
Sorry -- I haven't actually tested anything on an M processor yet, so can't offer any hints. -CHB On Fri, Jan 26, 2024 at 7:48 AM [email protected] <[email protected]> wrote: > On MacOS you want to build the app on the oldest OS you are willing to > support. Backward compatibility is a crap shoot. > ------------------------------ > *From:* [email protected] <[email protected]> on > behalf of bruno D <[email protected]> > *Sent:* Friday, January 26, 2024 4:33 AM > *To:* PyInstaller <[email protected]> > *Subject:* [PyInstaller] no suitable image found libpython3.8.dylib > > hi, > i am getting crazy with pyinstaller, i build my .dmg on monterey with > python 3.8.13 and launch my .dmg on mavericks, > i have this error : no suitable image found libpython3.8.dylib > > could you help to fix my issue ? > > Best regards > Bruno > > > -- > You received this message because you are subscribed to the Google Groups > "PyInstaller" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pyinstaller/ddf06102-7029-413c-9e4f-a6171aa6d4c5n%40googlegroups.com > <https://groups.google.com/d/msgid/pyinstaller/ddf06102-7029-413c-9e4f-a6171aa6d4c5n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > -- > You received this message because you are subscribed to the Google Groups > "PyInstaller" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pyinstaller/SA1PR03MB646775720D83329FAF780370FD792%40SA1PR03MB6467.namprd03.prod.outlook.com > <https://groups.google.com/d/msgid/pyinstaller/SA1PR03MB646775720D83329FAF780370FD792%40SA1PR03MB6467.namprd03.prod.outlook.com?utm_medium=email&utm_source=footer> > . > -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected] -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/CALGmxEJxfsxtUb43PGD5A-Yfpq9bEy%3DWq9QFBqFBRovw9ndcpw%40mail.gmail.com.
