> On 16 Sep 2020, at 21:56, Terry Acree via Pythonmac-SIG 
> <pythonmac-sig@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/
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to