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

Mac OS: Symbol not found _clock_getres #2

Open
NiklasRosenstein opened this issue Dec 6, 2016 · 2 comments
Open

Mac OS: Symbol not found _clock_getres #2

NiklasRosenstein opened this issue Dec 6, 2016 · 2 comments
Assignees
Labels

Comments

@NiklasRosenstein
Copy link
Collaborator

Someone that tested the installer reported this issue (output from the console).

/Users/user/Desktop/C4DInstaller.app/Contents/MacOS/C4DInstaller; exit;
Error loading Python lib '/var/folders/6h/v99s5c1s2njf_678xqw0j1qh0000gn/T/_MEIvapSJi/Python': dlopen(/var/folders/6h/v99s5c1s2njf_678xqw0j1qh0000gn/T/_MEIvapSJi/Python, 10): Symbol not found: _clock_getres
  Referenced from: /var/folders/6h/v99s5c1s2njf_678xqw0j1qh0000gn/T/_MEIvapSJi/Python
  Expected in: /usr/lib/libSystem.B.dylib
 in /var/folders/6h/v99s5c1s2njf_678xqw0j1qh0000gn/T/_MEIvapSJi/Python
logout

[Process completed]
@NiklasRosenstein
Copy link
Collaborator Author

Seems like we need to build with an older OSX version.

pyinstaller/pyinstaller#1191

@NiklasRosenstein
Copy link
Collaborator Author

From the PyInstaller manual:

PyInstaller runs in Mac OS X 10.7 (Lion) or newer. It can build graphical windowed apps (apps that do not use a terminal window). PyInstaller builds apps that are compatible with the Mac OS X release in which you run it, and following releases. It can build 32-bit binaries in Mac OS X releases that support them.

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

No branches or pull requests

1 participant