vlawhern / arl-eegmodels

This is the Army Research Laboratory (ARL) EEGModels Project: A Collection of Convolutional Neural Network (CNN) models for EEG signal classification, using Keras and Tensorflow
Other
1.14k stars 284 forks source link

installing EEGLearn in google colab #30

Closed hmdmolaei closed 3 years ago

hmdmolaei commented 3 years ago

I tried to install this library in colab using pip install command, however I faced the following error:

ERROR: Cannot unpack file /tmp/pip-unpack-vxbd6gy5/EEGLearn.git (downloaded from /tmp/pip-req-build-eq0fmo3q, content-type: text/html; charset=utf-8); cannot detect archive format ERROR: Cannot determine archive format of /tmp/pip-req-build-eq0fmo3q

how can I solve this?

vlawhern commented 3 years ago

I believe you posted this to the wrong repo? This should go to the EEGLearn repository (https://github.com/pbashivan/EEGLearn)..

hadyabdullah commented 1 year ago

ModuleNotFoundError: No module named 'EEGModels' in this from EEGModels import EEGNet what should i do