StyleFlow icon indicating copy to clipboard operation
StyleFlow copied to clipboard

problem with environment.yml

Open ZakariaMHTX opened this issue 4 years ago • 2 comments

I get this issue when I run <conda env create -f environment.yml>. Did I miss something??

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

ResolvePackageNotFound: 
  - intel-openmp==2019.4=243
  - gnutls==3.6.13=h85f3911_1
  - certifi==2020.12.5=py37h06a4308_0
  - _libgcc_mutex==0.1=conda_forge
  - libgcc-ng==9.3.0=h5dbcf3e_17
  - ncurses==6.1=he6710b0_1
  - numpy-base==1.16.4=py37hde5b4d6_0
  - zlib==1.2.11=h7b6447c_3
  - lame==3.100=h7f98852_1001
  - tk==8.6.8=hbc83047_0
  - nettle==3.6=he412f7d_0
  - libedit==3.1.20181209=hc058e9b_0
  - sqlite==3.28.0=h7b6447c_0
  - av==8.0.2=py37h06622b3_4
  - llvm-openmp==11.0.0=hfc4b9b4_1
  - libtiff==4.0.10=h2733197_2
  - python==3.7.3=h0371630_0
  - zstd==1.3.7=h0b5b093_0
  - libffi==3.2.1=hd88cf55_4
  - freetype==2.9.1=h8a8886c_1
  - mkl==2019.4=243
  - bzip2==1.0.8=h7f98852_4
  - libstdcxx-ng==9.1.0=hdf63c60_0
  - readline==7.0=h7b6447c_5

```

ZakariaMHTX avatar Mar 10 '21 20:03 ZakariaMHTX

I have the same problem, what OS are you on? I am on Windows and after some searching I found that it probably has something to do with OS-specific package versions (Linux in this case).

https://github.com/conda/conda/issues/7311#issuecomment-442320274

If this is the case the environment.yml should be updated or this project should be marked Linux-only.

OdinGitDat avatar Mar 19 '21 14:03 OdinGitDat

Yeah, it is because there are certain Linux packages not available on windows. I found a way to get it working on windows though, and I included all the windows steps in my fork here: https://github.com/Tuba202/StyleFlow-Made-Easy. If that works for you, please help me out and give the project a star!

elliotmarks06 avatar Mar 31 '21 22:03 elliotmarks06