Closed bafonso closed 5 years ago
I'm guessing you were not using Ubuntu 16.04 ? :)
conda env create -f environment.yaml Solving environment: failed ResolvePackageNotFound: - icc_rt==2017.0.4=h97af966_0 - vs2015_runtime==15.5.2=3 - python==3.6.6=hea74fb7_0 - matplotlib==2.2.3=py36hd159220_0 - wincertstore==0.2=py36h7fe50ca_0 - cffi==1.11.5=py36h945400d_0 - mkl_random==1.0.1=py36h77b88f5_1 - pytorch==0.4.1=py36_cuda90_cudnn7he774522_1 - numpy-base==1.15.0=py36h4a99626_0 - vc==14.1=h0510ff6_3 - libpng==1.6.34=h79bbb47_0 - icu==58.2=ha66f8fd_1 - sqlite==3.24.0=h7602738_0 - sip==4.19.8=py36h6538335_0 - zlib==1.2.11=h8395fce_2 - mkl_fft==1.0.4=py36h1e22a9b_1 - qt==5.9.6=vc14h62aca36_0 - cycler==0.10.0=py36h009560c_0 - kiwisolver==1.0.1=py36h6538335_0 - jpeg==9b=hb83a4c4_2 - openssl==1.0.2p=hfa6e2cd_0 - pyqt==5.9.2=py36ha878b3d_0 - freetype==2.9.1=ha9979f8_1 - numpy==1.15.0=py36h9fa60d3_0 - tornado==5.1=py36hfa6e2cd_0
Sorry for the delay. You can try to update conda and retry or install manually the needed packages (mainly python3.6 and pytorch) using conda or pip.
I'm guessing you were not using Ubuntu 16.04 ? :)