NM added the comment:
Is this related to the weird paths I am seeing when getting different output in
venv compared to without venv:
from pathlib import Path
filename = Path(__file__)
filename2 = Path('C:\\path\\to\\file.py')
print(filename)
print(filename2)
Where the
New submission from Gowtham Nm:
I downloaded Python 3.5 version to install on Windows 10. But apparently, the
installation does not succeed.
I have tried with lower version of Python also, the installation does not
succeed on Windows 10.
Have attached the logs of the error. I have checked for