Closed anastasiadriagina closed 1 year ago
Hi @anastasiadriagina, we are not quite sure why you get this AttributeError
. Here are some observations and suggestions:
import mumax3c
. (The mumax3 executable does not have to be in the path when just testing the import.)Additional note: due to a bug, your line 2 (mumax3c.runner.mumax3_exe = ...
) would currently not have any effect. This will be fixed in the next release. This line is however only required if the mumax3 executable is not in your PATH variable and cannot cause the error we see here.
Hello! Thank you for your observations and suggestions. I will try to reinstall Ubermag in a new environment and follow your suggestions.
I hope everything will work!
@anastasiadriagina did you manage to solve your issue at all?
This issue has not been active in 1 month. If there is no further activity this issue will be closed in 2 weeks.
Hello, ubermag team!
I successfully installed ubermag on my computer (Windows 10 OS) and ran several simulations using oommfc. Next, I want to try simulations with mumax3, but I have same problems.
I checked CUDA and installed mumax3 in accordance with the manual on website, adding way to the PATH and added a folder with mumax3 in env. When I import mumax3 according to the installation guide, the following error is displayed.
Please help me with this errors, thanks a lot!