Hello,
While running USPEX_v10.5, I encountered the following error:
ModuleNotFoundError: No module named 'randomTopology'
It appears that many users have experienced this issue as well.
The solution that worked for me was to install the qns package (https://pypi.org/project/qns/) using the following command:
pip install qns
I hope this resolves the problem for others facing the same issue.
Regards,
Suraj