Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing libraries #494

Open
StefanJordan opened this issue Jun 13, 2023 · 2 comments · May be fixed by #504
Open

Missing libraries #494

StefanJordan opened this issue Jun 13, 2023 · 2 comments · May be fixed by #504

Comments

@StefanJordan
Copy link

When I ran py2app I found that the following libraries were missing: libffi.8.dylib libtk8.6.dylib, libtcl8.6.dylib. Only when I copied them to Contents/Frameworks/ it worked and the app could be used (by me).

I am using Ventura 13.4.

@ronaldoussoren
Copy link
Owner

  • How did you install Python? (Homebrew, MacPorts, Python.org installer, ...)
  • Which Python version do you use?
  • Do you use a virtual environment?

@StefanJordan
Copy link
Author

Python 3.10.10
It is installed at miniconda3/bin/python3
No virtual environment is used.

I copied the libraries from miniconda3/lib/libffi.8.dylib etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants