The following installation steps worked for me: ```bash mamba create -n temp3 notebook pytorch=1.4.0 -c pytorch -c conda-forge pip install biopython pip3 install requests mamba install pyrsistent pip install sklearn ```
The following installation steps worked for me: