Can't find /usr/local/lib/python3.10,please help me

Hi gays:
The home-assistant log give some error information ,such as:

File “/usr/local/lib/python3.10/site-packages/urllib3/util/connection.py”, line 95, in create_connection
raise err
File “/usr/local/lib/python3.10/site-packages/urllib3/util/connection.py”, line 85, in create_connection
sock.connect(sa)

But I can’t find /usr/local/lib/python3.10 folder. Please help me,What’s the matter? Where the folder.
Thank you very much.

Those errors are generated by Home Assistant, which runs in a different container to the SSH add-on you’re using to look for the files.

Those files won’t help you fix anything though.

Thanks,But I want to edit the error code,what should I do?

What do you mean “edit the error code”?

You can’t modify that package’s source on your system. If you want it changed you’d need to submit a PR to the urllib3 Python library, have that merged, and then submit a PR to update HA to use that new version.

OK. I See.But if I can’t modify than package’s source on my system, how to do test? I think i make sure the code is right,then I submit a PR.

That’s covered in the developer docs.