I see lots of errors and suggestions about Parent module \'\' not loaded, ...
Parent module \'\' not loaded, ...
I don\'t see any about specifically "out of the box" django 3.5.<
Something happened in version 50 of setuptools.
We could "solve" this problem by downgrading setuptools to 49.3.0 (and maybe pip to 20.2.1)
pip install setuptools==49.3.0 and pip install pip==20.2.1
pip install setuptools==49.3.0
pip install pip==20.2.1
Be aware though that this should only be a temporary solution!