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

key prefix of python-setuptools mismatch in PUBLIC_dependencies.txt and Dockerfile-ubuntu_cb_nullworkload #450

Open
rayx opened this issue Jul 8, 2024 · 0 comments

Comments

@rayx
Copy link
Contributor

rayx commented Jul 8, 2024

configs/templates/PUBLIC_dependencies.txt uses python prefix for keys of python-setuptools. However, docker/workload/Dockerfile-ubuntu_cb_nullworkload uses python3 prefix for keys of python-setuptools. The mismatch leads to the following error when running install script. The error causes install script abort without installing all required dependencies.

[2024-07-08 06:11:43,078] [ERROR] dependencies.py/get_cmdline  - ######## Error! The command to  install the dependency python-setuptools is empty!

Fix: modify Dockerfile-ubuntu_cb_nullworkload as below:

# python-setuptools-install-pip
RUN pip3 install --upgrade setuptools
# python-setuptools-install-pip
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