Hello,
I tried to install Basilisk on my windows 11 using Visual Studio 17 2022. I was being able to configure but was getting errors during build.
The error during the build is because "six" was not recognized. I see the "six" is installed in the virtual environment of python's site-packages folder.
I was able to solve the error by copying and placing the six.py file from the site-packages to the Basilisk/src folder.
I am not why this was happening. I am sharing this just if someone else is having the same problem.