GMLC-TDC / helics-cli

HELICS Command Line Interface
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Install error #63

Open MinGyungYu opened 2 years ago

MinGyungYu commented 2 years ago

Hi,

I get this error when I tried to install:

pip install git+https://github.com/GMLC-TDC/helics-cli.git@main

Collecting git+https://github.com/GMLC-TDC/helics-cli.git@main Cloning https://github.com/GMLC-TDC/helics-cli.git (to revision main) to \temp\pip-req-build-sxkgfrx2 Running command git clone -q https://github.com/GMLC-TDC/helics-cli.git '\Temp\pip-req-build-sxkgfrx2' fatal: unable to access 'https://github.com/GMLC-TDC/helics-cli.git/': SSL certificate problem: self signed certificate in certificate chain WARNING: Discarding git+https://github.com/GMLC-TDC/helics-cli.git@main. Command errored out with exit status 128: git clone -q https://github.com/GMLC-TDC/helics-cli.git '\Temp\pip-req-build-sxkgfrx2' Check the logs for full command output. ERROR: Command errored out with exit status 128: git clone -q https://github.com/GMLC-TDC/helics-cli.git '\Temp\pip-req-build-sxkgfrx2' Check the logs for full command output.

How do I solve this SSL certificate problem?

kdheepak commented 2 years ago

You can manually clone the repository and try pip install -e .