How to fix this provider error problem?

Traceback (most recent call last):
File “C:/Users/x/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ORStools\proc\directions_lines_proc.py”, line 88, in processAlgorithm
ors_client = self._get_ors_client_from_provider(parameters[self.IN_PROVIDER], feedback)
File “C:/Users/x/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ORStools\proc\base_processing_algorithm.py”, line 188, in _get_ors_client_from_provider
name = name.removeprefix(“ORS”).removesuffix(“Algo”)
AttributeError: ‘str’ object has no attribute ‘removeprefix’

Execution failed after 0.05 seconds

Hey,

that would be an issue with the python version that your QGIS is running.

Could you copy the QGIS version and Python version from the HelpAbout menu in your QGIS?

Best regards