pip install saying no .egg-info directory found

Question:

I updated pip yesterday, and since then I can not install anything using pip. I get the error:

ERROR: No .egg-info directory found in C:Users(my username)AppDataLocalTemppip-pip-egg-info-7kf6p_vq

I have tried uninstall python, and reinstalling it, and downgrading pip to the version that i thought I had last.

Running python 3.9. I looked at other stackoverflow posts, but non have worked for me so far

Asked By: Nima Hojat

||

Answers:

I downgraded to pip version 22.2.4 and the error went away. I tried downgrading before this post before, but it seems the other version I had downgraded to didnt work. 22.2.4 stopped the error

Answered By: Nima Hojat
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.