cross-modal-autoencoders
cross-modal-autoencoders copied to clipboard
Installation Issue
Hello,
I am using mac OS BIg Sur and I am having difficulty installing the packages associated with your python code. Specifically, when I try to create an environment using your .yml file I receive errors related to the dependency installation. I attached the error below, but I think it might be related to having a strict build on the “conda env export > environment.yml” when you built the environment. So, I’m wondering if you could retry the export like this: “conda env export –no-builds > environment.yml”. Any help would be very appreciated!
Thanks, Will
cross-modal-autoencoders-master git:(master) ✗ conda env create environment.yml Collecting package metadata (repodata.json): done Solving environment: failed
ResolvePackageNotFound:
- pyrsistent==0.14.11=py37h7b6447c_0
- dbus==1.13.2=h714fa37_1
- glib==2.56.2=hd408876_0
- freetype==2.9.1=h8a8886c_1
- numpy==1.15.1=py37h3b04361_0
- mkl_fft==1.0.4=py37h4414c95_1
- fontconfig==2.13.0=h65d0f4c_6
- ninja==1.8.2=py37h6bb024c_1
- scikit-image==0.14.0=py37hf484d3e_1
- jasper==2.0.14=h07fcdf6_1
- pandas==0.25.1=py37he6710b0_0
- cudatoolkit==10.0.130=0
- scikit-learn==0.19.1=py37hedc7406_0
- torchvision==0.4.0=py37_cu100
- sqlite==3.26.0=h7b6447c_0
- python==3.7.2=h0371630_0
- readline==7.0=h7b6447c_5
- cuda92==1.0=0
- ncurses==6.1=hf484d3e_0
- gst-plugins-base==1.14.0=hbbd80ab_1
- xz==5.2.4=h14c3975_4
- cairo==1.14.12=h8948797_3
- tk==8.6.8=hbc83047_0
- mkl_random==1.0.1=py37h4414c95_1
- gmp==6.1.2=h6c8ec71_1
- libgcc-ng==8.2.0=hdf63c60_1
- bzip2==1.0.8=h7b6447c_0
- libuuid==2.32.1=h470a237_2
- pcre==8.42=h439df22_0
- libtiff==4.0.9=he85c1e1_2
- libedit==3.1.20170329=h6b74fdf_2
- qt==5.6.3=h8bf5577_3
- gstreamer==1.14.0=hb453b48_1
- harfbuzz==1.8.8=hffaf4a1_0
- libvpx==1.7.0=h439df22_0
- libpng==1.6.36=hbc83047_0
- pixman==0.38.0=h7b6447c_0
- libgfortran-ng==7.3.0=hdf63c60_0
- zeromq==4.3.1=he6710b0_3
- graphite2==1.3.13=h23475e2_0
- libffi==3.2.1=hd88cf55_4
- pillow==5.2.0=py37heded4f4_0
- libopencv==3.4.2=hb342d67_1
- markupsafe==1.1.1=py37h7b6447c_0
- freeglut==3.0.0=hf484d3e_5
- numpy-base==1.15.1=py37h81de0dd_0
- libstdcxx-ng==8.2.0=hdf63c60_1
- jpeg==9b=h024ee3a_2
- libglu==9.0.0=hf484d3e_1
- mistune==0.8.4=py37h7b6447c_0
- libopus==1.3=h7b6447c_0
- py-opencv==3.4.2=py37hb342d67_1
- ffmpeg==4.0=hcdf2ecd_0
- matplotlib==2.2.3=py37h8e2386c_0
- pywavelets==1.0.0=py37hdd07704_0
- zlib==1.2.11=ha838bed_2
- openssl==1.1.1d=h7b6447c_1
- pytorch==1.2.0=py3.7_cuda10.0.130_cudnn7.6.2_0
- cffi==1.11.5=py37he75722e_1
- libsodium==1.0.16=h1bed415_0
- hdf5==1.10.2=hba1933b_1
Hi Will, I've uploaded a new yaml file without the platform specific builds at environment2.yml
. Some packages in there are different but it should still run the code. Hopefully that resolves the installation issues.