You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(venv) [root@localhost chia-blockchain]# Traceback (most recent call last):
File "/home/chia-blockchain/venv/bin/chia_timelord_launcher", line 8, in
sys.exit(main())
File "/home/chia-blockchain/venv/lib/python3.7/site-packages/chia/timelord/timelord_launcher.py", line 107, in main
loop.run_until_complete(spawn_all_processes(config, net_config))
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 587, in run_until_complete
return future.result()
File "/home/chia-blockchain/venv/lib/python3.7/site-packages/chia/timelord/timelord_launcher.py", line 85, in spawn_all_processes
await asyncio.gather(*awaitables)
File "/home/chia-blockchain/venv/lib/python3.7/site-packages/chia/timelord/timelord_launcher.py", line 45, in spawn_process
path_to_vdf_client = find_vdf_client()
File "/home/chia-blockchain/venv/lib/python3.7/site-packages/chia/timelord/timelord_launcher.py", line 39, in find_vdf_client
raise FileNotFoundError("can't find vdf_client binary")
FileNotFoundError: can't find vdf_client binary
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
have anyone met the problem?
(venv) [root@localhost chia-blockchain]# Traceback (most recent call last):
File "/home/chia-blockchain/venv/bin/chia_timelord_launcher", line 8, in
sys.exit(main())
File "/home/chia-blockchain/venv/lib/python3.7/site-packages/chia/timelord/timelord_launcher.py", line 107, in main
loop.run_until_complete(spawn_all_processes(config, net_config))
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 587, in run_until_complete
return future.result()
File "/home/chia-blockchain/venv/lib/python3.7/site-packages/chia/timelord/timelord_launcher.py", line 85, in spawn_all_processes
await asyncio.gather(*awaitables)
File "/home/chia-blockchain/venv/lib/python3.7/site-packages/chia/timelord/timelord_launcher.py", line 45, in spawn_process
path_to_vdf_client = find_vdf_client()
File "/home/chia-blockchain/venv/lib/python3.7/site-packages/chia/timelord/timelord_launcher.py", line 39, in find_vdf_client
raise FileNotFoundError("can't find vdf_client binary")
FileNotFoundError: can't find vdf_client binary
Beta Was this translation helpful? Give feedback.
All reactions