Advise version incompatibility with Python 3.9.7
Due to a bug in Python 3.9.7, code situations where we call an __init__ function in a subclass will fail with a TypeError. This is only a bug within the Python language and was patched out with Python 3.10 and this doesn't affect Python 3.9.6. Here, we are advising the incompatibility.
This commit is contained in:
parent
ec1e2add21
commit
4931100b44
@ -41,7 +41,9 @@ Key Features
|
||||
Installing
|
||||
----------
|
||||
|
||||
**Python 3.8 or higher is required**
|
||||
**Python 3.8 or higher is required***
|
||||
|
||||
***Do not use 3.9.7 as Python 3.9.7 has a bug that causes a TypeError with __init__ methods in subclasses.** View more `here <https://bugs.python.org/issue45121/>`_.
|
||||
|
||||
To install the library without full voice support, you can just run the following command:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user