Skip to content

Conversation

@StAlKeR7779
Copy link
Contributor

@StAlKeR7779 StAlKeR7779 commented Apr 6, 2023

Now, for python 3.9 installer run upgrade pip command like this:
pip install --upgrade pip
And because pip binary locked as running process this lead to error(at least on windows):

ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'e:\invokeai\.venv\scripts\pip.exe'
Check the permissions.

To prevent this recomended command to upgrade pip is:
python -m pip install --upgrade pip
Which not locking pip file.

@StAlKeR7779 StAlKeR7779 requested review from ebr and lstein as code owners April 6, 2023 01:31
Copy link
Collaborator

@lstein lstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good! Thanks for the fix.

@lstein lstein merged commit b185931 into invoke-ai:v2.3 Apr 6, 2023
@StAlKeR7779 StAlKeR7779 deleted the bugfix/pip-upgrade branch April 6, 2023 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants