stable-dreamfusion icon indicating copy to clipboard operation
stable-dreamfusion copied to clipboard

PIP "You are using the wrong version" even though the right version is installed

Open MrGoatsy opened this issue 2 years ago • 2 comments

Whenever I run this: bash scripts/install_ext.sh

I get this error in 4 variations for the 4 things it is trying to build:

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-lNLBKq-build/
You are using pip version 8.1.1, however version 22.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

My PIP version is up to date:

pip --version
pip 21.2.4 from C:\Users\Tom_New\miniconda3\lib\site-packages\pip (python 3.9)

MrGoatsy avatar Oct 21 '22 14:10 MrGoatsy

@MrGoatsy Hi, this seems to be an environment problem. Could you try with a new conda environment?

ashawkey avatar Oct 22 '22 09:10 ashawkey

@ashawkey How would I do that?

MrGoatsy avatar Oct 30 '22 10:10 MrGoatsy