Hi,
I have great difficulties in installing importlib_resources.
First of all, I did not found any .dist-info folder after installation, while the importib_resources package requires this folder. It seems to be normal behavior for stash-pip since I did not found this folder either in another module (mido).
Then, I could not uninstall the package.
So I manually removed it.
And now pip refuses to install it again because it is still in its list of installed packages.
So my question is twofold:
Thanks.
Hi,
I have great difficulties in installing importlib_resources.
First of all, I did not found any .dist-info folder after installation, while the importib_resources package requires this folder. It seems to be normal behavior for stash-pip since I did not found this folder either in another module (mido).
Then, I could not uninstall the package.
So I manually removed it.
And now pip refuses to install it again because it is still in its list of installed packages.
So my question is twofold:
how do I reset pip’s memory without uninstalling Stash? I did not found any cache folder and the
--no-cache-dir installdoes not seem to be implemented.is the .dist-folder behavior normal?
Thanks.