mnelab command on Windows doesn't work
See original GitHub issueInstalling mnelab
from conda-forge requires a hefty 2.7GB of packages (I think because it installs all required and optional dependencies for MNE).
Therefore, I thought that when using conda
an alternative could be:
$ conda install numpy scipy matplotlib qtpy pyqt
$ pip install mne --no-deps
$ pip install mnelab --no-deps
This is much lighter and it works, but starting MNELAB only works with python -m mnelab
. The mnelab
command displays the following error message:
It might have something to do with the modified __main__.py
, where we integrated a workaround for conda on macOS to get a functional GUI (using pythonw
). @hoechenberger do you have any ideas?
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Matlab command window doesn't work - MathWorks
Hi, my Matlab Command window doesn't work. The two arrows right next to the fx are missing. If I type in something trivial...
Read more >Command windows doesn't respond after entering a code.
Now the 2 arrows (>>) disappeared in the command window and it doen't respond to anything i type. I tried end like suggested...
Read more >command window no output - MATLAB Answers - MathWorks
So something happened and my Matlab is no longer outputing results in the command window. Even if in the command windows I type...
Read more >Windows 10 Matlab suddenly won't open - MathWorks
While I was working on Matlab, my computer crashed (it does this every now ... Following message is appearing on command window on...
Read more >Why will MATLAB not start up properly on my Windows based ...
Try starting MATLAB again. If MATLAB starts, try running the command "desktop" to see if MATLAB will open in full mode. If this...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you ping me again in a few days? Currently busy with something else but definitely interested in tracking this down!
I know, lazy me was just hoping to avoid it haha 😄 I would have to look into this… won’t be able to do it today, probably Saturday or so? 😃