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
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,
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