ML4GW / ML4GW/quickstart

Failed to install helm

Open
#7 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Makefile
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Description

when running make, I got the following error:

Preparing to install helm into /home/katya.govorkova/miniconda3-tmp/bin/
helm installed into /home/katya.govorkova/miniconda3-tmp/bin//helm
helm not found. Is /home/katya.govorkova/miniconda3-tmp/bin/ on your $PATH?
Failed to install helm
	For support, go to https://github.com/helm/helm.
make: *** [Makefile:65: install-helm] Error 1

Once I've added miniconda3 to the PATH, the installation worked

PATH=$PATH:/home/katya.govorkova/miniconda3-tmp/bin/

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the install-helm target around Makefile:65 and reproduce the failure with make. Check how the installed Helm path is located and verify the target succeeds without manually adding miniconda3-tmp/bin/ to PATH.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.