Installation, MOABB
See original GitHub issueNot 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:
- Created 2 years ago
- Comments:9 (2 by maintainers)
Top 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 >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
@agramfort PR opened, see #201.
Now
moabb
is on PyPIAnd could be installed just like any other package:
pip install moabb