pip-gui icon indicating copy to clipboard operation
pip-gui copied to clipboard

ModuleNotFoundError: No module named 'pkg_resources'

Open imrrobat opened this issue 3 months ago • 0 comments

when i write pipgui command it says:

    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

and when i want to install pkg_resources it says:

ERROR: Could not find a version that satisfies the requirement pkg_resources (from versions: none)
ERROR: No matching distribution found for pkg_resources

imrrobat avatar Dec 16 '25 11:12 imrrobat