Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use pip3 #20

Merged
merged 1 commit into from
May 2, 2023
Merged

use pip3 #20

merged 1 commit into from
May 2, 2023

Conversation

dragon-dxw
Copy link
Collaborator

@dragon-dxw dragon-dxw commented Apr 14, 2023

The deploy failed with:

Step 10/23 : RUN pip install poetry==1.1.11
 ---> Running in d8c3f7e6bccf
/bin/sh: pip: not found

but we just used

Step 7/23 : RUN pip3 install --no-cache --upgrade pip setuptools wheel

successfully, so let's try using pip3 instead of pip

@anthonyhashemi
Copy link
Contributor

@dragon-dxw can we merge this in?

@dragon-dxw dragon-dxw merged commit 94e273c into main May 2, 2023
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