When using the packaging command:
"dart run serious_python:main package app/src"
There is an error in windows as following:
Python has already downloaded to C:\Users\itsru\AppData\Local\Temp\hostpython3.10
Fatal Python error: _Py_HashRandomization_Init: failed to get random numbers to initialize Python
Python runtime state: preinitialized
I did these stuff correctlly:
- Creating a main.py file inside the "src" of "app" folder.
- Put "app" in the root.
- Call the command, then the error raise.

When using the packaging command:
"dart run serious_python:main package app/src"
There is an error in windows as following:
Python has already downloaded to C:\Users\itsru\AppData\Local\Temp\hostpython3.10
Fatal Python error: _Py_HashRandomization_Init: failed to get random numbers to initialize Python
Python runtime state: preinitialized
I did these stuff correctlly: