How do I fix "Could not find platform independent libraries <prefix>" easily?

If this isn’t the right place, sorry.
I’m making a really really small implement of python >5MB and I get a small error when opening my python:

Could not find platform independent libraries <prefix>
Python 3.12.0 (tags/v3.12.0:0fb18b0, Oct  2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

Is there a fix that is smaller than 100kb?

Moved to Python Help. Core Development is about developing Python, not using it.

What do you mean by “making an implement”? Generally speaking, I think we have much too little detail about what you’re doing to be able to provide useful help.

If you can modify C code, you can set this option to 0 to make the warning quiet: Python Initialization Configuration — Python 3.13.0a1 documentation

If your modified Python doesn’t work, you should elaborate your question.