We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197a0a0 commit 141e6f9Copy full SHA for 141e6f9
doc/source/development/contributing.rst
@@ -837,8 +837,14 @@ to run its checks by running::
837
838
without having to have done ``pre-commit install`` beforehand.
839
840
-Note that if you have conflicting installations of ``virtualenv``, then you may get an
841
-error - see `here <https://github.com/pypa/virtualenv/issues/1875>`_.
+.. note::
+
842
+ If you have conflicting installations of ``virtualenv``, then you may get an
843
+ error - see `here <https://github.com/pypa/virtualenv/issues/1875>`_.
844
845
+ Also, due to a `bug in virtualenv <https://github.com/pypa/virtualenv/issues/1986>`_,
846
+ you may run into issues if you're using conda. To solve this, you can downgrade
847
+ ``virtualenv`` to version ``20.0.33``.
848
849
Backwards compatibility
850
~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments