We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran setup.sh, but when I tried to import PyVBF, I got the error:
undefined symbol: BZ2_bzDecompress
I guess VBF had added bzip2 code incorporated. I fixed this by, in setup.py, changing the line
libraries=["VBF"],
to
libraries=["VBF","bz2"],
.
The text was updated successfully, but these errors were encountered:
tony32lin
No branches or pull requests
I ran setup.sh, but when I tried to import PyVBF, I got the error:
undefined symbol: BZ2_bzDecompress
I guess VBF had added bzip2 code incorporated. I fixed this by, in setup.py, changing the line
to
.
The text was updated successfully, but these errors were encountered: