question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

mnelab command on Windows doesn't work

See original GitHub issue

Installing 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:

mnelab_start_windows

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:closed
  • Created 3 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
hoechenbergercommented, Jan 13, 2021

Can you ping me again in a few days? Currently busy with something else but definitely interested in tracking this down!

1reaction
hoechenbergercommented, Jun 4, 2020

This is not even the main issue I wanted to discuss here

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? 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found