fimrie / DeLinker

Other
36 stars 45 forks source link

ResolvePackageNotFound #4

Open alyferryhalo opened 9 months ago

alyferryhalo commented 9 months ago

While installing with conda env create -f DeLinker-env.yml faced with error:

Solving environment: failed

ResolvePackageNotFound:
  - libboost==1.65.1=habcd387_4
  - icu==58.2=h9c2bf20_1
  - readline==7.0=ha6073c6_4
  - numpy-base==1.15.4=py36h81de0dd_0
  - protobuf==3.6.1=py36he6710b0_0
  - cython==0.29=py36he6710b0_0
  - cairo==1.14.12=h8948797_3
  - cudnn==7.2.1=cuda9.2_0
  - xz==5.2.4=h14c3975_4
  - tk==8.6.8=hbc83047_0
  - ncurses==6.1=hf484d3e_0
  - pyqt==5.9.2=py36h22d08a2_1
  - pillow==5.3.0=py36h34e0f95_0
  - pandas==0.23.4=py36h04863e7_0
  - mkl_fft==1.0.6=py36h7dd41cf_0
  - scikit-learn==0.20.1=py36h4989274_0
  - _tflow_1100_select==0.0.1=gpu
  - sip==4.19.13=py36he6710b0_0
  - bzip2==1.0.6=h14c3975_5
  - pixman==0.34.0=hceecf20_3
  - scipy==1.1.0=py36hfa4b5c9_1
  - libffi==3.2.1=hd88cf55_4
  - libgcc-ng==8.2.0=hdf63c60_1
  - libxml2==2.9.8=h26e45fe_1
  - cupti==9.2.148=0
  - freetype==2.9.1=h8a8886c_1
  - numpy==1.15.4=py36h1d66e8a_0
  - matplotlib==3.0.2=py36h5429711_0
  - libedit==3.1.20170329=h6b74fdf_2
  - glib==2.56.2=hd408876_0
  - sqlite==3.25.3=h7b6447c_0
  - kiwisolver==1.1.0=py36he6710b0_0
  - libtiff==4.0.9=he85c1e1_2
  - py-boost==1.65.1=py36hf484d3e_4
  - cudatoolkit==9.2=0
  - fontconfig==2.13.0=h9420a91_0
  - gst-plugins-base==1.14.0=hbbd80ab_1
  - grpcio==1.16.1=py36hf8bcb03_1
  - gstreamer==1.14.0=hb453b48_1
  - rdkit==2018.09.1.0=py36h71b666b_1
  - python==3.6.7=h0371630_0
  - tensorboard==1.10.0=py36hf484d3e_0
  - jpeg==9b=h024ee3a_2
  - tensorflow==1.10.0=gpu_py36hcebf108_0
  - openssl==1.1.1a=h7b6447c_0
  - libxcb==1.13=h1bed415_1
  - mkl_random==1.0.1=py36h4414c95_1
  - zlib==1.2.11=h7b6447c_3
  - pcre==8.42=h439df22_0
  - c-ares==1.15.0=h7b6447c_1
  - qt==5.9.7=h5867ecd_1
  - tornado==6.0.3=py36h7b6447c_0
  - libuuid==1.0.3=h1bed415_2
  - libpng==1.6.35=hbc83047_0
  - tensorflow-gpu==1.10.0=hf154084_0
  - tensorflow-base==1.10.0=gpu_py36had579c0_0
  - libgfortran-ng==7.3.0=hdf63c60_0
  - expat==2.2.6=he6710b0_0
  - libprotobuf==3.6.1=hd408876_0
  - dbus==1.13.12=h746ee38_0
  - libstdcxx-ng==8.2.0=hdf63c60_1

I use macOS Monterey 12.1

johnsantamariajr commented 7 months ago

Indeed, trying to install a python 3.6 environment with packages this old is basically impossible...any chance you guys are planning to update? I was able to get this up and running 2 years ago to good effect, would be grateful to be able to try it again :)