botbuilder-python icon indicating copy to clipboard operation
botbuilder-python copied to clipboard

Getting error while building wheel file for regex while installing botbuilder-dialog library

Open MamtaKumari24 opened this issue 3 years ago • 1 comments

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.

MamtaKumari24 avatar Jul 11 '22 18:07 MamtaKumari24

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 avatar Jul 11 '22 18:07 MamtaKumari24

@MamtaKumari24,

Thank you for the report, I am investigating.

anishprasad01 avatar Jan 12 '23 18:01 anishprasad01

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.

anishprasad01 avatar Jan 12 '23 20:01 anishprasad01

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?

libcthorne avatar Feb 23 '24 16:02 libcthorne