-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(doctor): fix mac brew and add tests * feat(doctor): add python and python 3 * fix(doctor): Fixed windows npm handling and added exception logging for better debuggability Co-authored-by: Rob Moore <[email protected]>
- Loading branch information
Showing
15 changed files
with
364 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
tests/doctor/test_doctor.test_doctor_all_failed_on_linux.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
DEBUG: Running 'pipx list --short' in '{current_working_directory}' | ||
DEBUG: Getting algokit version failed: list index out of range | ||
DEBUG: Running 'docker -v' in '{current_working_directory}' | ||
DEBUG: Getting docker version failed: list index out of range | ||
DEBUG: Running 'docker-compose -v' in '{current_working_directory}' | ||
DEBUG: Getting docker compose version failed: list index out of range | ||
DEBUG: Running 'git --version' in '{current_working_directory}' | ||
DEBUG: Getting git version failed: list index out of range | ||
DEBUG: Getting AlgoKit python version failed: 'str' object has no attribute 'major' | ||
DEBUG: Running 'python --version' in '{current_working_directory}' | ||
DEBUG: Getting python version failed: list index out of range | ||
DEBUG: Running 'python3 --version' in '{current_working_directory}' | ||
DEBUG: Getting python version failed: list index out of range | ||
DEBUG: Running 'pipx --version' in '{current_working_directory}' | ||
DEBUG: Getting pipx version failed: list index out of range | ||
DEBUG: Running 'poetry --version' in '{current_working_directory}' | ||
DEBUG: Getting poetry version failed: list index out of range | ||
DEBUG: Running 'node -v' in '{current_working_directory}' | ||
DEBUG: Getting node version failed: list index out of range | ||
DEBUG: Running 'npm -v' in '{current_working_directory}' | ||
DEBUG: Getting npm version failed: list index out of range | ||
Time: 1990-12-31T10:09:08 | ||
AlgoKit: None found | ||
OS: Unix/Linux linux_version | ||
Docker: None found. | ||
Docker required to `run algokit sandbox` command; install via https://docs.docker.com/get-docker/ | ||
Docker Compose: None found. | ||
Docker Compose 2.5 required to `run algokit sandbox command`; install via https://docs.docker.com/compose/install/ | ||
Git: None found. | ||
Git required to run `algokit init`; install via https://github.com/git-guides/install-git | ||
AlgoKit Python: None found. | ||
Global Python: None found. | ||
Global Python3: None found. | ||
Pipx: None found. | ||
Pipx is required to install Poetry; install via https://pypa.github.io/pipx/ | ||
Poetry: None found. | ||
Poetry is required for some Python-based templates; install via `algokit bootstrap` within project directory, or via https://python-poetry.org/docs/#installation | ||
Node.js: None found. | ||
Node.js is required for some Node.js-based templates; install via `algokit bootstrap` within project directory, or via https://nodejs.dev/en/learn/how-to-install-nodejs/ | ||
Npm: None found. | ||
If you are experiencing a problem with algokit, feel free to submit an issue via https://github.com/algorandfoundation/algokit-cli/issues/new; please include this output, if you want to populate this message in your clipboard, run `algokit doctor -c` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
8013159
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report