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
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
I did these stuff correctlly: