lalit_singh
2 years agoContributor
Updating python version
I am having TestComplete Version as 11.31
And the python version in C:\Program Files (x86)\SmartBear\TestComplete 11\Bin\Extensions\Python\Python34 as 3.4.3
I want to third party library for reading data in pdf file by using pypdf2
but it requires python version to be at least 3.6
How can I achieve that"?
Unfortunately it's not possible to update the Python version that comes with TestComplete. The only option is to update TestComplete. The latest version comes with Python v3.8.10.
Note, when you import certain Python packages, they may not work with the Python that comes with TestComplete. See Python - Specifics of Usage