forrestbao / pyeeg

Python + EEG/MEG = PyEEG
GNU General Public License v3.0
241 stars 85 forks source link

Error via pip installation #30

Open meet19 opened 4 years ago

meet19 commented 4 years ago

Hey I tried to install Pyeeg using pip in my jupyter notebook I am getting these error

Collecting pyeeg  
 ERROR: Could not find a version that satisfies the requirement pyeeg (from versions: none) ERROR: No matching distribution found for pyeeg
bergantine commented 4 years ago

What was the command you used to install? Since pyeeg is not on PyPi, you have to specify where you are trying to install from. Recommendation would be to follow the directions in the readme: https://github.com/forrestbao/pyeeg#installation

meet19 commented 4 years ago

Can you guide how to install through this link https://pip.pypa.io/en/latest/reference/pip_install/#git these are some just bunch of commands ,I am not getting it how to install pyeeg in my conda Environment(python) and I tried to install through

pip install pyeeg

how to put pyeeg in my project on my local machine

On Wed, Mar 4, 2020 at 9:54 PM Joe Bergantine notifications@github.com wrote:

What was the command you used to install? Since pyeeg is not on PyPi, you have to specify where you are trying to install from. Recommendation would be to follow the directions in the readme: https://github.com/forrestbao/pyeeg#installation

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/forrestbao/pyeeg/issues/30?email_source=notifications&email_token=AGAOBXF7AHU3BLD6WF3CLNLRFZ6EDA5CNFSM4LBMF4AKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENYYKMQ#issuecomment-594642226, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAOBXAVJNQPJ3LCOHTACUTRFZ6EDANCNFSM4LBMF4AA .

-- https://www.somaiya.edu  .                           http://www.somaiya-ayurvihar.org  http://www.nareshwadi.org  http://www.somaiya.org  http://www.helpachild.org.in  http://www.nareshwadi.org

shubhambaid commented 4 years ago

try doing pip install git+https://github.com/forrestbao/pyeeg.git

meet19 commented 4 years ago

THANKS FOR THE CLARIFICATION

On Sun, Jul 12, 2020 at 8:54 AM Shubham notifications@github.com wrote:

try doing pip install git+https://github.com/forrestbao/pyeeg.git

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/forrestbao/pyeeg/issues/30#issuecomment-657169016, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAOBXBY55JS2ABWYTXKQ23R3EUGXANCNFSM4LBMF4AA .

jaglan86 commented 3 years ago

@meet19 Have you find the solution how we install pyeeg in python? i am also facing same problem.

jaglan86 commented 3 years ago

i have anaconda and jupyter notebook installed in my laptop. i want to install pyeeg. Can anyone have any idea? how can i installed pyeeg.

jaglan86 commented 3 years ago

i got this error (base) C:>pip install git+https://github.com/forrestbao/pyeeg.git Collecting git+https://github.com/forrestbao/pyeeg.git Cloning https://github.com/forrestbao/pyeeg.git to c:\users\satyen~1\appdata\local\temp\pip-req-build-8z6pfqjn ERROR: Error [WinError 2] The system cannot find the file specified while executing command git clone -q https://github.com/forrestbao/pyeeg.git 'C:\Users\SATYEN~1\AppData\Local\Temp\pip-req-build-8z6pfqjn' ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?

jaglan86 commented 3 years ago

how can i remove this error??

meetvivek07 commented 1 year ago

I have got same error when installing the pyeeg please share the solution.