Application works, but when I'm trying to run it as executable I receive such error:
File "venv\Lib\site-packages\aiohttp\tcp_helpers.py", line 20, in <module>
AttributeError: module 'asyncio' has no attribute 'Transport'
[8748] Failed to execute script restapi
Why does it happen?