artest08 / LateTemporalModeling3DCNN

MIT License
159 stars 52 forks source link

While installing Conda pacakge ResolvePackageNotFound error #25

Open chekoduadarsh opened 3 years ago

chekoduadarsh commented 3 years ago

While running conda env create -f LateTemporalModeling3D.yml getting following error

ResolvePackageNotFound:
  - fontconfig==2.13.0=h9420a91_0
  - pcre==8.43=he6710b0_0
  - scikit-learn==0.20.1=py36h4989274_0
  - mkl_fft==1.0.4=py36h4414c95_1
  - libgcc-ng==9.1.0=hdf63c60_0
  - libstdcxx-ng==8.2.0=hdf63c60_1
  - wrapt==1.11.2=py36h7b6447c_0
  - tornado==6.0.3=py36h7b6447c_0
  - icu==58.2=h9c2bf20_1
  - psutil==5.6.7=py36h7b6447c_0
  - zeromq==4.3.1=he6710b0_3
  - wurlitzer==2.0.0=py36_0
  - ncurses==6.1=he6710b0_1
  - lazy-object-proxy==1.4.3=py36h7b6447c_0
  - gmp==6.1.2=h6c8ec71_1
  - pyqt==5.9.2=py36h05f1152_2
  - glib==2.63.1=h5a9c865_0
  - dbus==1.13.12=h746ee38_0
  - tk==8.6.8=hbc83047_0
  - xz==5.2.4=h14c3975_4
  - pyrsistent==0.15.6=py36h7b6447c_0
  - libuuid==1.0.3=h1bed415_2
  - libtiff==4.0.9=he85c1e1_1
  - libsodium==1.0.16=h1bed415_0
  - typed-ast==1.4.0=py36h7b6447c_0
  - ptyprocess==0.6.0=py36_0
  - freetype==2.9.1=h8a8886c_1
  - mkl_random==1.0.1=py36h4414c95_1
  - qt==5.9.6=h8703b6f_2
  - libffi==3.2.1=hd88cf55_4
  - zlib==1.2.11=h7b6447c_3
  - libedit==3.1.20181209=hc058e9b_0
  - libgfortran-ng==7.2.0=hdf63c60_3
  - libpng==1.6.37=hbc83047_0
  - expat==2.2.6=he6710b0_0
  - readline==7.0=h7b6447c_5
  - ujson==1.35=py36h14c3975_0
  - gstreamer==1.14.0=hb453b48_1
  - pyzmq==18.1.0=py36he6710b0_0
  - python==3.6.5=hc3d631a_2
  - mistune==0.8.4=py36h7b6447c_0
  - openssl==1.0.2t=h7b6447c_1
  - cryptography==2.3.1=py36hc365091_0
  - cffi==1.13.2=py36h2e261b9_0
  - jpeg==9b=h024ee3a_2
  - markupsafe==1.1.1=py36h7b6447c_0
  - libxml2==2.9.9=hea5a465_1
  - secretstorage==3.1.1=py36_0
  - sqlite==3.30.1=h7b6447c_0
  - libspatialindex==1.9.3=he6710b0_0
  - sip==4.19.8=py36hf484d3e_0
  - yaml==0.1.7=had09818_2
  - pywavelets==1.0.2=py36hdd07704_0
  - libxcb==1.13=h1bed415_1
  - gst-plugins-base==1.14.0=hbbd80ab_1
hansheng0512 commented 3 years ago

Same issue here, the environemnt file is not working

fcakyon commented 3 years ago

@chekoduadarsh @hansheng0512 try the steps in this file: https://github.com/artest08/LateTemporalModeling3DCNN/blob/6f86cccedee0851a2c54f9a0bca096626095ae88/requirements.txt

hansheng0512 commented 3 years ago

@fcakyon Make a PR to reflect the changes. https://github.com/artest08/LateTemporalModeling3DCNN/pull/27

Feel free to take a look!