Getting error while building wheel file for regex while installing botbuilder-dialog library
Use this query to search for the most popular feature requests.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
botbuilder-dialog for python 3.9 depends on regex version <=2019.08.19 and these regex versions are not compatible with python 3.9. Code throwing an error while building wheel file for regex.
@MamtaKumari24,
Thank you for the report, I am investigating.
At the moment, we support the use of Python 3.7 or 3.8 for Bot Framework bots built with the Python SDK. I have verified that Python bots correctly build and run on the supported version.
We will keep your feature request in mind, but please note that due to the forthcoming retirement and end of support for the Python SDK in November 2023, it is unlikely that newer Python versions will be supported.
At the moment, we support the use of Python 3.7 or 3.8 for Bot Framework bots built with the Python SDK. I have verified that Python bots correctly build and run on the supported version.
We will keep your feature request in mind, but please note that due to the forthcoming retirement and end of support for the Python SDK in November 2023, it is unlikely that newer Python versions will be supported.
Is this end of support still planned?