-
Notifications
You must be signed in to change notification settings - Fork 16
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
import error: Symbol not found #27
Comments
@mlove4u Thanks for the report! This might be due to the fact that pyxpdf's pre-compiled wheels are built on OSX 10.15 (Azure Pipelines) which might be incompatible with older versions of OSX. Can you try installing pyxpdf from the source? export BUILD_LIBXPDF=true
export CFLAGS="-std=c++14"
pip install pyxpdf --no-binary :all: -v In case of error can you send the output of the above command. |
This is the output message.
|
Yup, can reproduce (with a slightly different error message) on macOS 11.4, running on a Mac Mini, in x86_64 mode. |
Env: OSX10.12, Python 3.6.1
Code:
Error:
How can I fix this error?
Thanks.
The text was updated successfully, but these errors were encountered: