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

Can't start using docker compose #420

Open
azazar opened this issue Jan 10, 2024 · 1 comment
Open

Can't start using docker compose #420

azazar opened this issue Jan 10, 2024 · 1 comment

Comments

@azazar
Copy link

azazar commented Jan 10, 2024

I'm getting an error: ERROR [3/7] RUN pip3 install -U pip && pip3 install -U wheel && pip3 install -U setuptool

 => CACHED [2/7] RUN     set -eux;     apt-get update;     DEBIAN_FRONTEND="noninteractive" ap  0.0s
 => ERROR [3/7] RUN pip3 install -U pip && pip3 install -U wheel && pip3 install -U setuptool  44.1s
------
 > [3/7] RUN pip3 install -U pip && pip3 install -U wheel && pip3 install -U setuptools==59.5.0:
#0 25.39 Requirement already satisfied: pip in /usr/local/lib/python3.8/site-packages (23.0.1)
#0 26.77 Collecting pip
#0 27.37   Downloading pip-23.3.2-py3-none-any.whl (2.1 MB)
#0 28.66      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 1.7 MB/s eta 0:00:00
#0 29.14 Installing collected packages: pip
#0 29.14   Attempting uninstall: pip
#0 29.15     Found existing installation: pip 23.0.1
#0 32.19     Uninstalling pip-23.0.1:
#0 43.02 ERROR: Could not install packages due to an OSError: [Errno 39] Directory not empty: 'cachecontrol'
#0 43.02
#0 43.09 WARNING: There was an error checking the latest version of pip.
------
failed to solve: executor failed running [/bin/sh -c pip3 install -U pip && pip3 install -U wheel && pip3 install -U setuptools==59.5.0]: exit code: 1
@azazar
Copy link
Author

azazar commented Jan 10, 2024

Commenting out RUN pip3 install -U pip && pip3 install -U wheel && pip3 install -U setuptools==59.5.0 in Dockerfile seems to help

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

No branches or pull requests

1 participant