I installed PyCloudSIm for my project. But when I ran the code, there was an error in PyCloudSim init.py file wich is: “ImportError: cannot import name ‘Entity’ from ‘Akatosh'”.
Please help me. this is the error line from init.py:
from Akatosh import Entity, EntityList, Mundus
After checking for spelling errors, I realized that it was ‘entity’, not ‘Entity’. But then, it showed another error: “ImportError: cannot import name ‘EntityList’ from ‘Akatosh'”.
New contributor
Duy Vương is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.