hybridq icon indicating copy to clipboard operation
hybridq copied to clipboard

Collecting cotengra during installation fails

Open AtomDRP opened this issue 1 year ago • 2 comments

Running into this error message during installation with conda env create -f environment.yml

Collecting cotengra@ git+https://github.com/jcmgray/cotengra@master (from hybridq==0.8.2->-r /home/drodriguezperez/repos/hybridq/condaenv.ssrd97gp.requirements.txt (line 1))                                                           
  Cloning https://github.com/jcmgray/cotengra (to revision master) to /tmp/pip-install-t310ja9q/cotengra_1d609ab9e2134b9ab9c2fbbaf43f12b2      

Pip subprocess error:                                                                                               
  Running command git clone --filter=blob:none --quiet https://github.com/jcmgray/cotengra /tmp/pip-install-t310ja9q/cotengra_1d609ab9e2134b9ab9c2fbbaf43f12b2                                                                          
  fatal: unable to access 'https://github.com/jcmgray/cotengra/': Failed to connect to github.com port 443 after 130873 ms: Connection timed out 

A quick look at the cotengra github suggests this could simply be an issue of the main branch now called main as opposed to master, which is what the installation looks for.

AtomDRP avatar Apr 24 '23 23:04 AtomDRP