DIS icon indicating copy to clipboard operation
DIS copied to clipboard

Failed installation on MacBook with M1 Processor and Ventura 13.4.1 OS

Open helmutkaufmann opened this issue 1 year ago • 6 comments

I have cloned the repository locally and ran conda env create -f pytorch18.yml on a M1 MacBook with Ventura OS. This fails though with the following Solving environment: failed

ResolvePackageNotFound: 
  - pytorch==1.8.0=py3.7_cuda10.2_cudnn7.6.5_0
  - ffmpeg==4.3=hf484d3e_0
  - gmp==6.2.1=h2531618_2
  - readline==8.1.2=h7f8727e_1
  - torchvision==0.9.0=py37_cu102
  - kiwisolver==1.3.2=py37h295c915_0
  - libstdcxx-ng==9.3.0=hd4cf53a_17
  - tk==8.6.11=h1ccaba5_0
  - libunistring==0.9.10=h27cfd23_0
  - locket==0.2.1=py37h06a4308_2
  - mkl-service==2.4.0=py37h7f8727e_0
  - libtasn1==4.16.0=h27cfd23_0
  - matplotlib-base==3.5.1=py37ha18d171_1
  - pywavelets==1.1.1=py37h7b6447c_2
  - bzip2==1.0.8=h7b6447c_0
  - libiconv==1.15=h63c8f33_5
  - pyyaml==6.0=py37h7f8727e_1
  - libtiff==4.2.0=h85742a9_0
  - zstd==1.4.9=haebb681_0
  - ca-certificates==2022.2.1=h06a4308_0
  - ld_impl_linux-64==2.35.1=h7274673_9
  - libgfortran-ng==7.5.0=ha8ba4b0_17
  - mkl==2021.4.0=h06a4308_640
  - pip==21.2.2=py37h06a4308_0
  - intel-openmp==2021.4.0=h06a4308_3561
  - libpng==1.6.37=hbc83047_0
  - yaml==0.2.5=h7b6447c_0
  - cudatoolkit==10.2.89=hfd86e86_1
  - gnutls==3.6.15=he1e5248_0
  - freetype==2.11.0=h70c0345_0
  - lcms2==2.12=h3be6417_0
  - lame==3.100=h7b6447c_0
  - scikit-image==0.15.0=py37hb3f55d8_2
  - brotli==1.0.9=he6710b0_2
  - numpy-base==1.21.2=py37h79a1101_0
  - jpeg==9b=h024ee3a_2
  - setuptools==58.0.4=py37h06a4308_0
  - python==3.7.11=h12debd9_0
  - _openmp_mutex==4.5=1_gnu
  - libgomp==9.3.0=h5101ec6_17
  - lz4-c==1.9.3=h295c915_1
  - sqlite==3.38.0=hc218d9a_0
  - libwebp-base==1.2.2=h7f8727e_0
  - ninja==1.10.2=py37hd09550d_3
  - libuv==1.40.0=h7b6447c_0
  - mkl_fft==1.3.1=py37hd3c417c_0
  - xz==5.2.5=h7b6447c_0
  - zlib==1.2.11=h7f8727e_4
  - scipy==1.7.3=py37hc147768_0
  - nettle==3.7.3=hbbd107a_1
  - pillow==8.0.0=py37h9a89aac_0
  - libffi==3.3=he6710b0_2
  - cytoolz==0.11.0=py37h7b6447c_0
  - numpy==1.21.2=py37h20f2e39_0
  - libidn2==2.3.2=h7f8727e_0
  - libgcc-ng==9.3.0=h5101ec6_17
  - openh264==2.1.1=h4ff587b_0
  - mkl_random==1.2.2=py37h51133e4_0
  - ncurses==6.3=h7f8727e_2
  - libgfortran4==7.5.0=ha8ba4b0_17
  - openssl==1.1.1n=h7f8727e_0
  - certifi==2021.10.8=py37h06a4308_2

Is this repository at all running with a non-Intel chipset?

helmutkaufmann avatar Jul 02 '23 07:07 helmutkaufmann