moabb
moabb copied to clipboard
[BUG] Windows is not installing last two moabb versions
Hi, I encountered errors while loading the datasets, and it seems that the errors vary for different datasets.
For example, I tried to run this code:
import warnings
import matplotlib.pyplot as plt import pandas as pd import seaborn as sns from mne.decoding import CSP from sklearn.discriminant_analysis import LinearDiscriminantAnalysis as LDA from sklearn.pipeline import make_pipeline import moabb from moabb.datasets import Cho2017 from moabb.evaluations import WithinSessionEvaluation from moabb.paradigms import LeftRightImagery moabb.set_log_level("info") warnings.filterwarnings("ignore") dataset = Cho2017() dataset.subject_list = [1, 2, 3] sessions = dataset.get_data(subjects=[2])
And received the following error:
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond