[Pythonmac-SIG] Can't complete py2app build

Ronald Oussoren ronaldoussoren at mac.com
Sun Sep 27 04:42:04 EDT 2020



> On 16 Sep 2020, at 21:56, Terry Acree via Pythonmac-SIG <pythonmac-sig at python.org> wrote:
> 
> Sorry to bother you but i can’t get py2app to complete. all packages up to date py2app 0.22.
> 
> error
>     raise ValueError("%r does not exist" % (pathname,))
> ValueError: '/opt/anaconda3/lib/libpython3.7.dylib' does not exist

I don’t use Anaconda myself, so can’t easily test. Does this file exist on your system? 

The error happens because some library or Python extension refers to this library in the
dependencies in its Mach-O binary header.

Ronald


—

Twitter / micro.blog: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20200927/7f450f23/attachment.html>


More information about the Pythonmac-SIG mailing list