-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Windows is not installing last two moabb versions #670
Comments
And different error for : from moabb.paradigms import SSVEP Error: error_perm: 550 Could not get file size. |
Can you please provide your moabb version? @shayanjalilpour |
it's 1.0.0 version. |
okay @shayanjalilpour. I tried to reproduce with the last version, and everything is working. Code here: I understand that Windows and Linux may have differences in downloading, but no one on the moabb team uses Windows, to the best of my knowledge. Can you try to update your moabb version and try again? |
Thanks for the response. It seems that it works in Google Colab, so probably the error only appears in Windows. Also, versions 1.1.0 and 1.1.1 can't be installed on Windows :) |
That's interesting! I'll convert the issue to address that. |
I'm using the MOABB on Windows now. It seems fine, except some packages won't update for Windows, such as tensorflow. |
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
The text was updated successfully, but these errors were encountered: