From 9b3db81b238869e507be1e07b4224b3183a91eef Mon Sep 17 00:00:00 2001 From: Caleb Courier Date: Wed, 12 Mar 2025 08:09:45 -0500 Subject: [PATCH] fix typo in new faq --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 249de7548..4a3056c84 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -130,7 +130,7 @@ If you're still encountering issues, please [open an issue](https://github.com/g We're also available on [Discord](https://discord.gg/U9RKkZSBgx) if you want to chat with us directly. -## I'm getting an error realted to distutils when installing validators. +## I'm getting an error related to distutils when installing validators. This can happen on cuda enabled devices in python versions 3.11 and below when a validator indirectly depends on a package that imports distutils. If you see an error similar to the one below: