pyeeg icon indicating copy to clipboard operation
pyeeg copied to clipboard

Error via pip installation

Open meet19 opened this issue 4 years ago • 10 comments

meet19 avatar Mar 04 '20 16:03 meet19

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

meet19 avatar Mar 04 '20 16:03 meet19

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

bergantine avatar Mar 04 '20 16:03 bergantine

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 [email protected] 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

meet19 avatar Mar 04 '20 16:03 meet19

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

shubhambaid avatar Jul 12 '20 03:07 shubhambaid

THANKS FOR THE CLARIFICATION

On Sun, Jul 12, 2020 at 8:54 AM Shubham [email protected] 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 .

meet19 avatar Jul 16 '20 12:07 meet19

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

jaglan86 avatar Mar 25 '21 15:03 jaglan86

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 avatar Mar 25 '21 15:03 jaglan86

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 avatar Mar 26 '21 08:03 jaglan86

how can i remove this error??

jaglan86 avatar Mar 26 '21 08:03 jaglan86

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

meetvivek07 avatar Jan 17 '23 09:01 meetvivek07