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

pip3 not found #3

Closed
jennettageorge opened this issue Jun 12, 2020 · 3 comments
Closed

pip3 not found #3

jennettageorge opened this issue Jun 12, 2020 · 3 comments

Comments

@jennettageorge
Copy link

Im working through your instructions and I get the following error in my Jenkins pipeline build:

/var/jenkins_home/workspace/CD4ML-Scenarios_master@tmp/durable-01e5a6c2/script.sh: line 1: pip3: not found script returned exit code 127

image

I've tried changing pip3 to pip, but I get the same error with pip: not found.

@ericnagler
Copy link
Collaborator

ericnagler commented Jun 16, 2020

Another user reported a similar problem to this one. Just making sure, are you using the Jenkins that is provided as part of the Docker Container? You can find this at http://localhost:10000/blue. One thing you can try if this doesn't work is to reset your Docker containers and pull again. Be aware, the first two commands will clear all of your containers and volumes on your machine.

docker system prune --all
docker system prune --volumes
docker-compose up -d --build --remove-orphans

@jennettageorge
Copy link
Author

jennettageorge commented Jun 16, 2020

Thanks @ericnagler that was my exact problem, I was using an incorrect docker file. I am now experiencing another issue with MLFlow container not working but it seems to be unrelated to this, so this issue can be closed.

@ericnagler
Copy link
Collaborator

No problem @jennettageorge . If you have any further problems, just reply back! Thanks!

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

2 participants