mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
472 B
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.