chia-blockchain/LINUX_TIMELORD.md
2020-03-27 11:03:29 -07:00

472 B

The Linux chiavdf wheels are currently missing an executable required to run a timelord. If you want to run a timelord on Linux, you must install the wheel from source (which may require some additional packages). See LINUX_TIMELORD.md.

source .venv/bin/activate
pip install --force --no-binary chiavdf chiavdf==0.12.1

If the compile fails, it's likely due to a missing dependency. See INSTALL.md to determine how to install dependent packages for your system.