Opened 2 months ago
Closed 2 months ago
#871 closed defect (fixed)
Uninstalling Python modules doesn't completely removes all related folders and files
Reported by: | andreaerdna | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Installer |
Version: | Keywords: | ||
Cc: |
Description (last modified by ) ¶
As an example, after installing, using and then uninstalling the module python3-arrow, the pyarrow
folder (containing a pycache folder with various .pyc files) is still present in the
apps\Python312\Lib\site-packages
directory.
Since the pyarrow
folder is not deleted, even if the pyarrow module was uninstalled, the import of the pyarrow module doesn't fail, as it should be instead.
Also previously reported #861.
Change History (2)
comment:1 by , 2 months ago
Description: | modified (diff) |
---|
comment:2 by , 2 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in https://github.com/jef-n/OSGeo4W/commit/e5c6a01be8abfa6265e85de7cfbe04eb1cfb23b9
Packages not rebuilt yet, I guess I'll wait for Python 3.12.10