I'm attempting to get Dreamento offline running on an M1 Mac (Anaconda is already installed).
I've cloned the repo, cd'd to the directory, and in terminal run conda env create --name offlinedreamento --file offlinedreamento.yml
But I get the error below and can't find any way around it. The suggested solution in this Stack Overflow thread —adding -free to the to the channels section of envrinomnet.yml— was not successful.
Solving environment: failed
ResolvePackageNotFound:
- chardet==4.0.0=py39haa95532_1003
- brotlipy==0.7.0=py39h2bbff1b_1003
- pytz==2022.1=py39haa95532_0
- colorama==0.4.5=py39haa95532_0
- zlib==1.2.12=h8cc25b3_2
- docutils==0.18.1=py39haa95532_3
- mypy_extensions==0.4.3=py39haa95532_1
- numpydoc==1.4.0=py39haa95532_0
- psutil==5.9.0=py39h2bbff1b_0
- typed-ast==1.4.3=py39h2bbff1b_1
- pluggy==1.0.0=py39haa95532_1
- zipp==3.8.0=py39haa95532_0
- pyqt==5.9.2=py39hd77b12b_6
- pyyaml==6.0=py39h2bbff1b_1
- icu==58.2=ha925a31_3
- click==8.0.4=py39haa95532_0
- pyzmq==23.2.0=py39hd77b12b_0
- lazy-object-proxy==1.6.0=py39h2bbff1b_0
- keyring==23.4.0=py39haa95532_0
- pynacl==1.4.0=py39hbd8134f_1
- yaml==0.2.5=he774522_0
- ca-certificates==2022.4.26=haa95532_0
- debugpy==1.5.1=py39hd77b12b_0
- libspatialindex==1.9.3=h6c2663c_0
- pip==22.1.2=py39haa95532_0
- beautifulsoup4==4.11.1=py39haa95532_0
- jupyter_core==4.10.0=py39haa95532_0
- ujson==5.4.0=py39hd77b12b_0
- qt==5.9.7=vc14h73c81de_0
- zeromq==4.3.4=hd77b12b_0
- sip==4.19.13=py39hd77b12b_0
- spyder==5.1.5=py39haa95532_1
- inflection==0.5.1=py39haa95532_0
- pyrsistent==0.18.0=py39h196d8e1_0
- certifi==2022.6.15=py39haa95532_0
- testpath==0.6.0=py39haa95532_0
- watchdog==2.1.6=py39haa95532_0
- jedi==0.18.1=py39haa95532_1
- libsodium==1.0.18=h62dcd97_0
- vc==14.2=h21ff451_1
- wincertstore==0.2=py39haa95532_2
- mistune==0.8.4=py39h2bbff1b_1000
- nest-asyncio==1.5.5=py39haa95532_0
- python==3.9.12=h6244533_0
- qtconsole==5.3.1=py39haa95532_0
- nbformat==5.3.0=py39haa95532_0
- ipykernel==6.9.1=py39haa95532_0
- vs2015_runtime==14.27.29016=h5e58377_2
- cffi==1.15.0=py39h2bbff1b_1
- setuptools==61.2.0=py39haa95532_0
- spyder-kernels==2.1.3=py39haa95532_0
- jsonschema==4.4.0=py39haa95532_0
- openssl==1.1.1q=h2bbff1b_0
- bcrypt==3.2.0=py39h196d8e1_0
- markupsafe==2.1.1=py39h2bbff1b_0
- pylint==2.9.6=py39haa95532_1
- astroid==2.6.6=py39haa95532_0
- entrypoints==0.4=py39haa95532_0
- ipython==8.4.0=py39haa95532_0
- nbclient==0.5.13=py39haa95532_0
- webencodings==0.5.1=py39haa95532_1
- sqlite==3.38.5=h2bbff1b_0
- requests==2.28.1=py39haa95532_0
- nbconvert==6.4.4=py39haa95532_0
- rtree==0.9.7=py39h2eaa2aa_1
- jpeg==9e=h2bbff1b_0
- importlib-metadata==4.11.3=py39haa95532_0
- win_inet_pton==1.1.0=py39haa95532_0
- cryptography==37.0.1=py39h21b164f_0
- libpng==1.6.37=h2a8f88b_0
- sphinx==5.0.2=py39haa95532_0
- tornado==6.1=py39h2bbff1b_0
- mccabe==0.6.1=py39haa95532_1
- urllib3==1.26.9=py39haa95532_0
- imagesize==1.4.1=py39haa95532_0
- regex==2022.3.15=py39h2bbff1b_0
- pywin32-ctypes==0.2.0=py39haa95532_1000
- pywin32==302=py39h2bbff1b_2
- wrapt==1.12.1=py39h196d8e1_1
- pysocks==1.7.1=py39haa95532_0
I'm attempting to get Dreamento offline running on an M1 Mac (Anaconda is already installed).
I've cloned the repo, cd'd to the directory, and in terminal run
conda env create --name offlinedreamento --file offlinedreamento.ymlBut I get the error below and can't find any way around it. The suggested solution in this Stack Overflow thread —adding
-freeto the to thechannelssection of envrinomnet.yml— was not successful.