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.

Installation, MOABB

See original GitHub issue

Not quite sure what is going on over at MOABB, but the current version of their repository is missing the file requirements.txt. This makes installing MOABB a bit of a hassle, and the code snippet under section 2 of the installation paragraph (see below) will not work.

“Install MOABB from https://github.com/NeuroTechX/moabb, needed if you want to use MOABB datasets utilities:”

pip install download
python -c "from download import download; download('https://raw.githubusercontent.com/NeuroTechX/moabb/master/requirements.txt', 'requirements.txt', replace=True)"
pip install -r requirements.txt
rm requirements.txt
pip install -U https://github.com/NeuroTechX/moabb/archive/master.zip

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ErikBjarecommented, Apr 8, 2021

@agramfort PR opened, see #201.

1reaction
v-goncharenkocommented, Mar 30, 2021

Now moabb is on PyPI

And could be installed just like any other package: pip install moabb

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mother of all BCI Benchmarks — moabb 0.4.6 documentation
To use MOABB, you could simply do: pip install MOABB See Troubleshooting section if you have a problem. Manual installation¶. You could fork...
Read more >
Building and Installing Moab - Adaptive Computing
Untar the Moab distribution file. · Navigate to the unpacked directory. · Configure the installation package. · Install Moab. · If you did...
Read more >
What's new — moabb 0.4.6 documentation
Main classes of MOABB: Datasets · Motor Imagery Datasets · ERP Datasets · SSVEP Datasets · Base & Utils · Evaluations · Evaluations...
Read more >
Profile Use and Installation - Moab Paper
Step 1 - Download and Install the .icc Profile. Go to the profile downloads page and using the menu select your printer brand...
Read more >
moab: Building & Installing
Locate and build any required dependencies. · Unpack source code into <moab>, and change current working directory to that location. · Execute “autoreconf...
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