Issues when installing oommf
MiroCaf opened this issue · 0 comments
Hello,
I am working on a Mac OS. I have been trying to install Ubermag using conda, but it returns the error below. I thus switched to installing it with pip. It works fine when installing Ubermag, but I think I am making some mistakes when exporting oommf.tcl (step 6 of the installation https://ubermag.github.io/installation.html). I believe that the mistake is with the directory I am exporting oommf.tcl. I have tried different directories, for example:
/Users/mirocafolla/.spyder-py3/
export OOMMFTCL="/Users/mirocafolla/oommf.tlc"
export OOMMFTCL="/Users/mirocafolla/oommf/oommf.tlc"
export OOMMFTCL="./anaconda3/lib/python3.10/site-packages/oommf.tlc"
export OOMMFTCL="/Users/mirocafolla/oommf.tlc"
export OOMMFTCL="/Users/mirocafolla/.spyder-py3/oommf.tlc"
They must be all wrong as the Python console keeps on returning the error below. Any help would be greatly appreciated.