-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi, I tried to install OOMMFTools through anaconda and I am running into issues while installing it. The error I am receiving is:
(base) C:\Users\ishaan\OOMMFTools>python oommftools Traceback (most recent call last): File "C:\Users\ishaan\anaconda3\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\ishaan\anaconda3\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\ishaan\OOMMFTools\oommftools\__main__.py", line 3, in <module> oommftools.main() File "C:\Users\ishaan\OOMMFTools\oommftools\oommftools.py", line 12, in main gui_main() File "C:\Users\ishaan\OOMMFTools\oommftools\user_interfaces\gui\main.py", line 16, in gui_main q = MainFrame() File "C:\Users\ishaan\OOMMFTools\oommftools\user_interfaces\gui\main.py", line 48, in __init__ mainsizer.Add(wx.Button(panel, 10, "OOMMFDecode"), wx._core.wxAssertionError: C++ assertion "!(flags & (wxALIGN_BOTTOM | wxALIGN_CENTRE_VERTICAL)) || !(flags & (wxALIGN_RIGHT | wxALIGN_CENTRE_HORIZONTAL))" failed at ..\..\src\common\sizer.cpp(1523) in wxGridSizer::DoInsert(): wxEXPAND flag will be overridden by alignment flags
I installed wxPython and ffmpeg but I am still receving the same error. What should I do in this situation? I tried installing with pip as well but it is not working.