When trying to install environment, I get the following error:
(base) mathieuboudreau@mbp ihMT_notebooks % conda env create -f environment.yml -n ihmt
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
- pyqt=5.9.2
- pydot=1.4.1
- pywinpty=0.5.7
- graphviz=2.38.0
- win_inet_pton=1.1.0
- m2w64-gmp=6.1.0
- nodejs=15.3.0
- pandoc=2.11.3.2
- qt=5.9.7
- wincertstore=0.2
- sos-notebook=0.22.3
- m2w64-gcc-libs=5.3.0
- m2w64-libwinpthread-git=5.0.0.4634.697f757
- vc=14.2
- ipython=7.12.0
- sip=4.19.8
- immutables=0.14
- icu=58.2
- msys2-conda-epoch=20160418
- intel-openmp=2020.3
- python=3.6.12
- ca-certificates=2021.1.19
- traitlets=4.3.3
- pywin32=300
- setuptools=51.1.2
- winpty=0.4.3
- m2w64-gcc-libs-core=5.3.0
- mkl=2020.4
- vs2015_runtime=14.27.29016
- m2w64-gcc-libgfortran=5.3.0
I suspect this may be due to the fact that no python is given. I'll try and find if a specific one will be compatible with the env file.
When trying to install environment, I get the following error:
(base) mathieuboudreau@mbp ihMT_notebooks % conda env create -f environment.yml -n ihmt Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - pyqt=5.9.2 - pydot=1.4.1 - pywinpty=0.5.7 - graphviz=2.38.0 - win_inet_pton=1.1.0 - m2w64-gmp=6.1.0 - nodejs=15.3.0 - pandoc=2.11.3.2 - qt=5.9.7 - wincertstore=0.2 - sos-notebook=0.22.3 - m2w64-gcc-libs=5.3.0 - m2w64-libwinpthread-git=5.0.0.4634.697f757 - vc=14.2 - ipython=7.12.0 - sip=4.19.8 - immutables=0.14 - icu=58.2 - msys2-conda-epoch=20160418 - intel-openmp=2020.3 - python=3.6.12 - ca-certificates=2021.1.19 - traitlets=4.3.3 - pywin32=300 - setuptools=51.1.2 - winpty=0.4.3 - m2w64-gcc-libs-core=5.3.0 - mkl=2020.4 - vs2015_runtime=14.27.29016 - m2w64-gcc-libgfortran=5.3.0I suspect this may be due to the fact that no python is given. I'll try and find if a specific one will be compatible with the env file.