Problems running chia 1.35

Hi , I am setting a new harvester , debian10 linux, instaled chia 1.35 cli , when I run chia init it no show any proggres or message…
when stop using ctrl-c then shows:

^CTraceback (most recent call last):
File “/usr/lib/chia-blockchain/venv/bin/chia”, line 33, in
sys.exit(load_entry_point(‘chia-blockchain’, ‘console_scripts’, ‘chia’)())
File “/usr/lib/chia-blockchain/venv/bin/chia”, line 25, in importlib_load_entry_point
return next(matches).load()
File “/usr/lib/chia-blockchain/venv/lib/python3.7/site-packages/importlib_metadata/init.py”, line 203, in load
module = import_module(match.group(‘module’))
File “/usr/lib/python3.7/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
File “”, line 677, in _load_unlocked
File “”, line 728, in exec_module
File “”, line 219, in _call_with_frames_removed
File “/usr/lib/chia-blockchain/chia/cmds/chia.py”, line 18, in
from chia.cmds.plotters import plotters_cmd
File “/usr/lib/chia-blockchain/chia/cmds/plotters.py”, line 2, in
from chia.plotters.plotters import call_plotters
File “/usr/lib/chia-blockchain/chia/plotters/plotters.py”, line 5, in
from chia.plotters.bladebit import get_bladebit_install_info, plot_bladebit
File “/usr/lib/chia-blockchain/chia/plotters/bladebit.py”, line 10, in
from chia.plotting.create_plots import resolve_plot_keys
File “/usr/lib/chia-blockchain/chia/plotting/create_plots.py”, line 10, in
from chia.daemon.keychain_proxy import KeychainProxy, connect_to_keychain_and_validate, wrap_local_keychain
File “/usr/lib/chia-blockchain/chia/daemon/keychain_proxy.py”, line 5, in
from chia.cmds.init_funcs import check_keys
File “/usr/lib/chia-blockchain/chia/cmds/init_funcs.py”, line 10, in
from chia.consensus.coinbase import create_puzzlehash_for_pk
File “/usr/lib/chia-blockchain/chia/consensus/coinbase.py”, line 6, in
from chia.wallet.puzzles.p2_delegated_puzzle_or_hidden_puzzle import puzzle_for_pk
File “/usr/lib/chia-blockchain/chia/wallet/puzzles/p2_delegated_puzzle_or_hidden_puzzle.py”, line 68, in
from .p2_conditions import puzzle_for_conditions
File “/usr/lib/chia-blockchain/chia/wallet/puzzles/p2_conditions.py”, line 17, in
MOD = load_clvm(“p2_conditions.clvm”)
File “/usr/lib/chia-blockchain/chia/wallet/puzzles/load_clvm.py”, line 106, in load_clvm
return Program.from_bytes(bytes(load_serialized_clvm(clvm_filename, package_or_requirement=package_or_requirement)))
File “/usr/lib/chia-blockchain/chia/wallet/puzzles/load_clvm.py”, line 92, in load_serialized_clvm
compile_clvm(full_path, output, search_paths=[full_path.parent])
File “/usr/lib/chia-blockchain/chia/wallet/puzzles/load_clvm.py”, line 73, in compile_clvm
with_lock(f"{full_path}.lock", do_compile)
File “/usr/lib/chia-blockchain/chia/util/lock.py”, line 39, in with_lock
time.sleep(0.1)
KeyboardInterrupt
Coud you help me?

Bummer. Sorry you’re having this problem. There’s a lot in that stack trace, but nothing is jumping out as the problem.

I don’t have any suggestions on how to fix this issue, but would suggest doing the install from source if you’re in a hurry to get up and running.

The source install and package installations can be used interchangably as long as they’re similar versions and you follow update procedures. That is, you can install from source today and use it for a bit, then install a working Debian package, and when you run that it will use the same configuration and function the same as the source install.