Conda with Python 3.8 does not work on M2?
jkosinski opened this issue · 2 comments
jkosinski commented
When running the conda command:
https://github.com/KosinskiLab/colabseg/blob/9df2a6033ee939d4c62074f04e3d1d1c8b2acf3b/README.md?plain=1#L30C1-L31C1
I am getting the following error on a MacBook with M2:
$ conda create --name ColabSeg python==3.8 pip
Retrieving notices: ...working... done
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- python==3.8
jkosinski commented
Actually, it's the "==" typo in the "python==3.8" in the readme