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: osgeo4w-dev@…
Priority: normal Component: Installer
Version: Keywords:
Cc:

Description (last modified by jef)

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 jef, 2 months ago

Description: modified (diff)

comment:2 by jef, 2 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.