-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
py7zr fail to load on azure vm, because dependency brotli failed to load brotli DLL #527
Comments
brotlicffi is dependency for pypy, but you use CPython and log show a successful install of Brotli library. |
From traceback, a problem is as follows:
It shows the error is happened in |
Latest CI test is passed with brotli 1.0.9 on Python 3.11.4 on Windows in 3 weeks ago. |
There is a similar bug issue in brotli project. said
|
I'm sorry but i'm unable to reproduce the error. I had changed my CI to install brotlicffi manually so that the brotli failure would fall back on it, but uninstalling this module and trying again to install qt seem to works on the azure VM, and i'm not sure why (I don't have manual access to this VM, we may have installed the c++ redis for example) and i can't see if there's an error message. However, i took a look at the PR and it seems good, so thanks for the work ! |
Describe the bug
On an Azure VM, py7zr couldn't load due to the brotlicffi module missing
Related issue
Found while looking at this issue.
To Reproduce
Unsure. Try to install py7zr on a newly created azure VM and call "python -m py7zr i" could trigger the error ?
Expected behavior
Environment (please complete the following information):
Additional context
Additional context can be found in linked issue
The text was updated successfully, but these errors were encountered: