MyrtleSoftware / myrtlespeech

Speech recognition
Other
8 stars 1 forks source link

Conda environment fails on mac #4

Open samgd opened 5 years ago

samgd commented 5 years ago

Attempting to create the environment on a mac generates the following error:

$ conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - intel-openmp==2019.4=243
  - libedit==3.1.20181209=hc058e9b_0
  - libsodium==1.0.16=h1bed415_0
  - xz==5.2.4=h14c3975_4
  - libffi==3.2.1=hd88cf55_4
  - cffi==1.12.3=py37h2e261b9_0
  - pytorch==1.2.0=py3.7_cuda10.0.130_cudnn7.6.2_0
  - ncurses==6.1=he6710b0_1
  - freetype==2.9.1=h8a8886c_1
  - sqlite==3.28.0=h7b6447c_0
  - sox==14.4.2=h27f72bc_1013
  - pillow==6.0.0=py37h34e0f95_0
  - cryptography==2.7=py37h1ba5d50_0
  - libpng==1.6.37=hbc83047_0
  - libogg==1.3.2=h14c3975_1001
  - coverage==4.5.3=py37h7b6447c_0
  - pyzmq==18.0.0=py37he6710b0_0
  - ninja==1.9.0=py37hfd86e86_0
  - gmp==6.1.2=h6c8ec71_1
  - tornado==6.0.2=py37h7b6447c_0
  - editdistance==0.5.3=py37hf484d3e_0
  - cudatoolkit==10.0.130=0
  - libsndfile==1.0.28=hf484d3e_1000
  - libflac==1.3.1=hf484d3e_1002
  - torchvision==0.4.0=py37_cu100
  - libstdcxx-ng==9.1.0=hdf63c60_0
  - mkl_random==1.0.2=py37hd81dba3_0
  - zstd==1.3.7=h0b5b093_0
  - mkl-service==2.3.0=py37he904b0f_0
  - pyrsistent==0.14.11=py37h7b6447c_0
  - jpeg==9b=h024ee3a_2
  - mkl==2019.4=243
  - mkl_fft==1.0.12=py37ha843d7b_0
  - lame==3.100=h14c3975_1001
  - mistune==0.8.4=py37h7b6447c_0
  - libtiff==4.0.10=h2733197_2
  - readline==7.0=h7b6447c_5
  - scipy==1.2.1=py37h7c811a0_0
  - markupsafe==1.1.1=py37h7b6447c_0
  - numpy==1.16.4=py37h7e9f1db_0
  - libvorbis==1.3.5=h14c3975_1001
  - numpy-base==1.16.4=py37hde5b4d6_0
  - python==3.7.3=h0371630_0
  - openssl==1.1.1d=h7b6447c_2
  - zlib==1.2.11=h7b6447c_3
  - protobuf==3.8.0=py37he6710b0_0
  - libprotobuf==3.8.0=hd408876_0
  - gettext==0.19.8.1=hc5be6a0_1002
  - yaml==0.1.7=h14c3975_1001
  - pyyaml==5.1=py37h7b6447c_0
  - libgfortran-ng==7.3.0=hdf63c60_0
  - mad==0.15.1b=he1b5a44_0
  - libgcc-ng==9.1.0=hdf63c60_0
  - tk==8.6.8=hbc83047_0
  - _pytorch_select==0.1=cpu_0
  - zeromq==4.3.1=he6710b0_3
MathieuGrosso commented 3 years ago

same

MathieuGrosso commented 3 years ago

have you found a way to create the env ? thanks