Brijeshthummar02 commented on PR #34227:
URL: https://github.com/apache/beam/pull/34227#issuecomment-2711297157
and this was results of what you suggested
```
PS C:\Users\brije\Desktop\beam> pip install yapf==0.29.0
Collecting yapf==0.29.0
Downloading yapf-0.29.0-py2.py3-none-any.whl.metadata (30 kB)
Downloading yapf-0.29.0-py2.py3-none-any.whl (185 kB)
Installing collected packages: yapf
Attempting uninstall: yapf
Found existing installation: yapf 0.43.0
Uninstalling yapf-0.43.0:
Successfully uninstalled yapf-0.43.0
Successfully installed yapf-0.29.0
[notice] A new release of pip is available: 24.3.1 -> 25.0.1
[notice] To update, run: python.exe -m pip install --upgrade pip
PS C:\Users\brije\Desktop\beam> yapf --in-place snippets_test.py
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File
"C:\Users\brije\AppData\Local\Programs\Python\Python313\Scripts\yapf.exe\__main__.py",
line 4, in <module>
from yapf import run_main
File
"C:\Users\brije\AppData\Local\Programs\Python\Python313\Lib\site-packages\yapf\__init__.py",
line 35, in <module>
from lib2to3.pgen2 import tokenize
ModuleNotFoundError: No module named 'lib2to3'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]