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

katacoda: Stages scenario seems to never start #2184

Closed
iesahin opened this issue Feb 12, 2021 · 5 comments
Closed

katacoda: Stages scenario seems to never start #2184

iesahin opened this issue Feb 12, 2021 · 5 comments
Labels
A: docs Area: user documentation (gatsby-theme-iterative) p1-important Active priorities to deal within next sprints 🐛 type: bug Something isn't working.

Comments

@iesahin
Copy link
Contributor

iesahin commented Feb 12, 2021

https://katacoda.com/dvc/courses/get-started/stages scenario has

~$ :;: ===================================
~$ :;: Please wait until DVC is installed.
~$ :;: ===================================
~$ until hash dvc &>/dev/null; do sleep 1; done

at start but never seems to end. It looks it's not installed after C-c.

~$ until hash dvc &>/dev/null; do sleep 1; done
^C  
~$ dvc --version

Command 'dvc' not found, but can be installed with:

snap install dvc

It might be better to ask the user to install via snap install --classic dvc at first.

Also

wget https://code.dvc.org/get-started/code.zip
unzip code.zip
rm code.zip
tree
git status -s
git add params.yaml src/
git status -s

commands should have cd src somewhere before git status and rm code.zip

Excuse me, I thought code.zip contains a git repository. That seems not the case. There is only a .gitconfig file at ~. Where should the git repository be?

~$ ll -aR | grep .git
-rw-r--r--  1 root root   53 Feb 12 10:50 .gitconfig

The same problem seems to occur in https://katacoda.com/dvc/courses/get-started/pipelines

I was trying to test #1586 but the whole scenario seems broken now.

@iesahin iesahin changed the title katakoda: Stages scenario seems to never start katacoda: Stages scenario seems to never start Feb 12, 2021
@iesahin
Copy link
Contributor Author

iesahin commented Feb 12, 2021

From the looks of https://github.com/iterative/katacoda-scenarios/blob/master/get-started/stages/assets/prepare.sh I think this issue is related with #2183 . pip3 install dvc line is probably failing and the waiting line until ... never ends.

@shcheklein shcheklein added 🐛 type: bug Something isn't working. A: docs Area: user documentation (gatsby-theme-iterative) p1-important Active priorities to deal within next sprints labels Feb 12, 2021
@jorgeorpinel
Copy link
Contributor

Hmmm interesting. Yeah we need to totally re-do them. Closing in favor of #1400. Thanks

@jorgeorpinel
Copy link
Contributor

OK I guess since this is labeled bug and has a specific priority we can leave it for now.

@jorgeorpinel jorgeorpinel reopened this Feb 13, 2021
@iesahin
Copy link
Contributor Author

iesahin commented Feb 18, 2021

I think we can just close this. @jorgeorpinel It's a bug but can't be solved without more extensive changes described in #1400

@jorgeorpinel
Copy link
Contributor

AGreed, should by fixed along with #1400. Ok thanks, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: docs Area: user documentation (gatsby-theme-iterative) p1-important Active priorities to deal within next sprints 🐛 type: bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

3 participants