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

Cannot create fullstack project using algokit init on mac #464

Open
nawaz-malla opened this issue Mar 26, 2024 · 7 comments
Open

Cannot create fullstack project using algokit init on mac #464

nawaz-malla opened this issue Mar 26, 2024 · 7 comments
Labels
question Further information is requested

Comments

@nawaz-malla
Copy link

==== Checking compatibility with the cli ===
/bin/sh: /Users/nawaz/Desktop/Algorand/Library/Application: No such file or directory
Unhandled CalledProcessError: Command '/Users/nawaz/Desktop/Algorand/Library/Application Support/pipx/venvs/algokit/bin/python check_algokit_version.py' returned non-zero exit status 127.

@aorumbayev
Copy link
Collaborator

Hello @nawaz-malla can you share the output of invoking algokit doctor command?

@nawaz-malla
Copy link
Author

Nawazs-MBP:bootcamp nawaz$ algokit doctor
You are using AlgoKit version 1.11.2, however version 1.13.1 is available.
timestamp: 2024-03-26T10:45:45+00:00
AlgoKit: 1.11.2 (latest: 1.13.1)
AlgoKit Python: 3.12.1 (main, Dec 7 2023, 20:45:44) [Clang 15.0.0 (clang-1500.1.0.2.5)] (location: /Users/nawaz/Desktop/Algorand/Library/Application Support/pipx/venvs/algokit)
OS: macOS-14.4-x86_64-i386-64bit
docker: 25.0.2
docker compose: 2.24.3-desktop.1
git: 2.39.3
python: Command not found!
python3: 3.12.1 (location: /usr/local/bin/python3)
pipx: 1.4.3
poetry: 1.8.2
node: 21.6.2
npm: 10.2.4
brew: 4.2.15

@nawaz-malla
Copy link
Author

pyenv global 3.8.0

@aorumbayev
Copy link
Collaborator

@nawaz-malla please install the latest 1.13.1 of algokit via pipx install algokit --force and try again, let me know if the issue persists. Full stack template is not compatible with 1.11.2

@aorumbayev
Copy link
Collaborator

aorumbayev commented Mar 26, 2024

if you want to use older fullstack template version you can use

algokit init --template-url=https://github.com/algorandfoundation/algokit-fullstack-template --template-url-ref={pick version you need} --UNSAFE-SECURITY-accept-template-url

That will use an official fullstack template but will pull older version compatible with your cli. However, i recommend updating the cli regardless

@robdmoore robdmoore added the question Further information is requested label Mar 28, 2024
@robdmoore
Copy link
Contributor

How did you go @nawaz-malla?

@aorumbayev
Copy link
Collaborator

@nawaz-malla any updates on whether you have been able to try out the suggested so far?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants