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

Missing docker pip dependency? #2

Open
kinow opened this issue Jan 30, 2024 · 1 comment
Open

Missing docker pip dependency? #2

kinow opened this issue Jan 30, 2024 · 1 comment

Comments

@kinow
Copy link

kinow commented Jan 30, 2024

Hi,

Following the instructions on the readme, I think somewhere it's missing a dependency in the docs?

$ mamba create -n pycompss
$ mamba activate pycompss
(pycompss) $ mamba install python=3.10
(pycompss) $ git clone -o upstream https://github.com/bsc-wdc/tutorial_apps.git
(pycompss) $ cd tutorial_apps
(pycompss) $ pip install pycompss-cli
....
(pycompss) $ pycompss init -n docker-tutorial docker -i compss/compss-tutorial:3.3
ERROR: Pip package `docker` is required for creating docker environments.
@kinow
Copy link
Author

kinow commented Jan 30, 2024

Running pip install docker solved that, although for some reason pycompss created the environment but failed to initialize the docker container (I had already downloaded the image before). But this is a different issue I believe.

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