Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to solve environment #1

Open
Aroids opened this issue Aug 26, 2022 · 1 comment
Open

Failed to solve environment #1

Aroids opened this issue Aug 26, 2022 · 1 comment

Comments

@Aroids
Copy link

Aroids commented Aug 26, 2022

Hello,

Is this program intended to be microsoft specific?

On MacOS 11.5.2 and Conda 4.12.0, the conda environment could not be created. I don't see any notes about platform compatibility on the repo, but looking at the program dependencies I suspect this program is not mac compatible. Confirmation would be greatly appreciated.

Thanks

Input: conda env create --file env.yaml

Ouput:

Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:

  • libboost==1.73.0=h3ff78a5_11
  • pcre==8.45=h295c915_0
  • py-boost==1.73.0=py36ha9443f7_11
  • python==3.6.13=h12debd9_1
  • mkl-service==2.3.0=py36he8ac12f_0
  • rdkit==2020.09.1.0=py36hd50e099_1
  • zlib==1.2.11=h7b6447c_3
  • cudatoolkit==11.1.74=h6bb024c_0
  • setuptools==58.0.4=py36h06a4308_0
  • icu==58.2=he6710b0_3
  • _openmp_mutex==4.5=1_gnu
  • pillow==8.3.1=py36h2c7a002_0
  • pandas==1.1.5=py36ha9443f7_0
  • pytorch==1.9.1=py3.6_cuda11.1_cudnn8.0.5_0
  • xz==5.2.5=h7b6447c_0
  • openssl==1.1.1l=h7f8727e_0
  • libuuid==1.0.3=h1bed415_2
  • intel-openmp==2021.3.0=h06a4308_3350
  • mkl==2020.2=256
  • libffi==3.3=he6710b0_2
  • libuv==1.40.0=h7b6447c_0
  • tk==8.6.11=h1ccaba5_0
  • libtiff==4.2.0=h85742a9_0
  • bzip2==1.0.8=h7b6447c_0
  • glib==2.69.1=h5202010_0
  • numpy==1.19.2=py36h54aff64_0
  • libgcc-ng==9.3.0=h5101ec6_17
  • libxml2==2.9.12=h03d6c58_0
  • cairo==1.16.0=hf32fb01_1
  • zstd==1.4.9=haebb681_0
  • libwebp-base==1.2.0=h27cfd23_0
  • fontconfig==2.13.1=h6c09931_0
  • openjpeg==2.4.0=h3ad879b_0
  • lcms2==2.12=h3be6417_0
  • libstdcxx-ng==9.3.0=hd4cf53a_17
  • libgomp==9.3.0=h5101ec6_17
  • jpeg==9d=h7f8727e_0
  • ncurses==6.2=he6710b0_1
  • ninja==1.10.2=hff7bd54_1
  • certifi==2021.5.30=py36h06a4308_0
  • readline==8.1=h27cfd23_0
  • lz4-c==1.9.3=h295c915_1
  • freetype==2.10.4=h5ab3b9f_0
  • libpng==1.6.37=hbc83047_0
  • libxcb==1.14=h7b6447c_0
  • sqlite==3.36.0=hc218d9a_0
  • pip==21.2.2=py36h06a4308_0
  • ld_impl_linux-64==2.35.1=h7274673_9
  • mkl_fft==1.3.0=py36h54f3939_0
  • numpy-base==1.19.2=py36hfa32c7d_0
  • mkl_random==1.1.1=py36h0573a6f_0
  • pixman==0.40.0=h7f8727e_1
  • ca-certificates==2021.7.5=h06a4308_1
@rydia001
Copy link

rydia001 commented Sep 6, 2022

Some of the versions of the packages are Linux-specific (mkl_random==1.1.1=py36h0573a6f_0 etc.)
I have not confirmed whether similar versions work on Mac (mkl_random==1.1.1=py36h959d312_0 etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants