Error running Chia on ubuntu 20.04

Got this error when starting Chia 1.1.7 using CLI, it runs though when checking with ChiaDashboard. Is there any way to fix? Will there be any problem in the long run?

(venv) xnxx@xnxx:~/chia-blockchain$ Traceback (most recent call last):
File “/home/xnxx/chia-blockchain/venv/bin/chia_timelord_launcher”, line 33, in
sys.exit(load_entry_point(‘chia-blockchain’, ‘console_scripts’, ‘chia_timelord_launcher’)())
File “/home/xnxx/chia-blockchain/chia/timelord/timelord_launcher.py”, line 107, in main
loop.run_until_complete(spawn_all_processes(config, net_config))
File “/usr/lib/python3.8/asyncio/base_events.py”, line 616, in run_until_complete
return future.result()
File “/home/xnxx/chia-blockchain/chia/timelord/timelord_launcher.py”, line 85, in spawn_all_processes
await asyncio.gather(*awaitables)
File “/home/xnxx/chia-blockchain/chia/timelord/timelord_launcher.py”, line 45, in spawn_process
path_to_vdf_client = find_vdf_client()
File “/home/xnxx/chia-blockchain/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

Seems you are trying to launch the timelord, which is probably not what you want…

I start all services of chia as per the command chia start all. what if I dontt have timelord running will there be an effect on my farming progress?

You don’t need the timelord. Just the wallet, farmer, harvester.