Replies: 1 comment
-
Solved, forgot to runt these commands during update proces: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I can not run chia after updating to latest version on linux server today over git. Getting these messages after calling chia commands:
Traceback (most recent call last):
File "/home/chia-blockchain/venv/bin/chia", line 5, in
from chia.cmds.chia import main
File "/home/chia-blockchain/chia/cmds/chia.py", line 9, in
from chia.cmds.beta import beta_cmd
File "/home/chia-blockchain/chia/cmds/beta.py", line 10, in
from chia.cmds.beta_funcs import (
File "/home/chia-blockchain/chia/cmds/beta_funcs.py", line 8, in
from chia.cmds.cmds_util import format_bytes, prompt_yes_no, validate_directory_writable
File "/home/chia-blockchain/chia/cmds/cmds_util.py", line 14, in
from chia.consensus.default_constants import DEFAULT_CONSTANTS
File "/home/chia-blockchain/chia/consensus/default_constants.py", line 13, in
DEFAULT_CONSTANTS = ConsensusConstants(
TypeError: ConsensusConstants.new() got an unexpected keyword argument 'AGG_SIG_PARENT_ADDITIONAL_DATA'
Beta Was this translation helpful? Give feedback.
All reactions