Not working in the Python 3.12.0 #112478
Labels
module: binaries
Anything related to official binaries that we release to users
module: build
Build system issues
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
🐛 Describe the bug
Versions
Well i rolled back Python 3.12.0 to 3.10.5,
here is the output in 3.10.5
ollecting environment information...
Traceback (most recent call last):
File "C:\Users\thisi\OneDrive\Desktop\Others\collect_env.py", line 612, in
main()
File "C:\Users\thisi\OneDrive\Desktop\Others\collect_env.py", line 595, in main
output = get_pretty_env_info()
File "C:\Users\thisi\OneDrive\Desktop\Others\collect_env.py", line 590, in get_pretty_env_info
return pretty_str(get_env_info())
File "C:\Users\thisi\OneDrive\Desktop\Others\collect_env.py", line 428, in get_env_info
pip_version, pip_list_output = get_pip_packages(run_lambda)
File "C:\Users\thisi\OneDrive\Desktop\Others\collect_env.py", line 400, in get_pip_packages
out = run_with_pip([sys.executable, '-mpip'])
File "C:\Users\thisi\OneDrive\Desktop\Others\collect_env.py", line 384, in run_with_pip
for line in out.splitlines()
AttributeError: 'NoneType' object has no attribute 'splitlines'
cc @seemethere @malfet @osalpekar @atalman
The text was updated successfully, but these errors were encountered: