jchibane / if-net

Implicit Feature Network (IF-Net) - Codebase
305 stars 59 forks source link

conda create env fail #1

Closed csyhping closed 4 years ago

csyhping commented 4 years ago

Hi Julian, I followed your instructions to create the env for if-nets, but it shows this error.

Preparing transaction: done                               
Verifying transaction: done                              
Executing transaction: failed                             
ERROR conda.core.link:_execute(502): An error occurred while installing package
'conda-forge::cloudpickle-1.3.0-py_0'.                        
FileNotFoundError(2, "No such file or directory: '/home/yuhan/anaconda3/envs/if-
net/bin/python3.7'")
Attempting to roll back.                                                        

Rolling back transaction: done

FileNotFoundError(2, "No such file or directory: '/home/yuhan/anaconda3/envs/if-
net/bin/python3.7'")

Could you please help? or is there other way to create the same env? Thank you.

csyhping commented 4 years ago

I solved this by

  1. create env with python=3.7 first, then
  2. conda env update -f if-net_env.yml