[issue47113] PermissionError on pip uninstall

2022-03-24 Thread Zombo
New submission from Zombo : I can install a package: pip install brotli but if I try to remove, it fails: PS D:\Desktop> pip uninstall -y brotli Found existing installation: Brotli 1.0.9 Uninstalling Brotli-1.0.9: Successfully uninstalled Brotli-1.0.9 ER

[issue46276] ImportError: DLL load failed while importing

2022-01-06 Thread Zombo
Zombo added the comment: Looks like the issue is not specific to that one package: Traceback (most recent call last): File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 17, in File "PyInstaller\loader\pyimod03_importers.py", line 546,

[issue46276] ImportError: DLL load failed while importing

2022-01-05 Thread Zombo
New submission from Zombo : This code fails: >>> import _frida Traceback (most recent call last): File "", line 1, in ImportError: DLL load failed while importing _frida: The specified module could not be found. works as expected with Python 3.9 https://github.com/frid