ModuleNotFoundError: No module named 'fedml.simulation.sp.mime'
how to fix it?
Me too, when just run
main.py
import fedml
if __name__ == "__main__":
fedml.run_simulation()

@Avalonooooo @stayt1 Please try 0.7.328 and let me whether this issue still exists.
@chaoyanghe The fedml package(0.7.328) on pypi under python/fedml/simulation/sp and some modules are not included when compiling, resulting in
ModuleNotFoundError: No module named 'fedml.simulation.sp.mime'.
I solved the problem by moving the corresponding module on github to the envs/fednlp/python3.8/site-packages/fedml directory.
@Avalonooooo @stayt1 Please try 0.7.328 and let me whether this issue still exists.
It didn't work, the problem still be there.
@Avalonooooo @stayt1 Please try the latest version 0.7.332
@stayt1 @Avalonooooo is this issue resolved?
this issue also exits on the version 0.7.343