I should use python 3.6 version because I need to load imageatm package and It supports python 3.6. conda create -n ~~~ python=3.6 makes error line like The following packages are not available from current channels:
- python=3.6
Therefore I configure channel Conda-forge but still not working.
First I installed Conda, I could install python 3.6 But now it doesn't. Idk what I did...