I have installed devsim _win64_v1.4.14, I have installed Microsoft Visual C++ Redistributable for 64 bit. I have anaconda python installed (version 3.8.3) which satisfies all the dependencies, but I am only able to import devsim module if I try to load any other module I got the following output:
>>> import devsim
>>> import simple_physics
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'simple_physics'
Could anyone know how to resolve this issue or anything else need to be installed.
Thanking in anticipation
Regards
Usman