This repository was archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
allocmd v1.04 run error #4
Copy link
Copy link
Open
Description
allocmd v1.04 and v2.0.0 cannot be used.
All files bootstrapped successfully. ALLORA!!!
Could not find allora-chain. Initializing allora-chain...
allora-chain directory: /usr/local/lib/python3.10/dist-packages/allocmd/allora-chain
# @echo "--> ensure dependencies have not been modified"
# @go mod verify
# @go mod tidy
# @echo "--> installing allorad"
go: errors parsing go.mod:
/usr/local/lib/python3.10/dist-packages/allocmd/allora-chain/go.mod:3: invalid go version '1.22.2': must match format 1.23
make: *** [Makefile:71: install] Error 1
Traceback (most recent call last):
File "/usr/local/bin/allocmd", line 8, in <module>
sys.exit(cli())
File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/allocmd/cli.py", line 87, in init
generateWorkerAccount(name)
File "/usr/local/lib/python3.10/dist-packages/allocmd/utilities/utils.py", line 149, in generateWorkerAccount
account_details = create_worker_account(worker_name, faucet_url, 'worker')
File "/usr/local/lib/python3.10/dist-packages/allocmd/utilities/utils.py", line 35, in create_worker_account
subprocess.run(['make', 'install'],
File "/usr/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['make', 'install']' returned non-zero exit status 2.
``
Metadata
Metadata
Assignees
Labels
No labels