diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index b281c7cfc7d39..08d8451127732 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -837,8 +837,14 @@ to run its checks by running:: without having to have done ``pre-commit install`` beforehand. -Note that if you have conflicting installations of ``virtualenv``, then you may get an -error - see `here `_. +.. note:: + + If you have conflicting installations of ``virtualenv``, then you may get an + error - see `here `_. + + Also, due to a `bug in virtualenv `_, + you may run into issues if you're using conda. To solve this, you can downgrade + ``virtualenv`` to version ``20.0.33``. Backwards compatibility ~~~~~~~~~~~~~~~~~~~~~~~