when i just create new env with yaml file on it, i have some problem :
!conda env create -f Jupyter_Dock.yml
!conda activate Jupyter_Dock
console :
Channels:
- schrodinger
- conda-forge
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- unsupported request
- unsupported request
- package nbconvert-5.6.1-pyhd8ed1ab_2 requires jinja2 >=2.4,<3a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ jinja2 ==3.0.1 pyhd8ed1ab_0 is requested and can be installed;
├─ nbconvert ==5.6.1 pyhd8ed1ab_2 is not installable because it requires
│ └─ jinja2 >=2.4,<3a0 *, which conflicts with any installable versions previously reported;
├─ pymol ==2.5.2 py38hffc77be_0 does not exist (perhaps a typo or a missing channel);
└─ rigimol ==1.3 2 does not exist (perhaps a typo or a missing channel).
CondaError: Run 'conda init' before 'conda activate'
when i just create new env with yaml file on it, i have some problem :
!conda env create -f Jupyter_Dock.yml
!conda activate Jupyter_Dock
console :
Channels:
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
Could not solve for environment specs
The following packages are incompatible
├─ jinja2 ==3.0.1 pyhd8ed1ab_0 is requested and can be installed;
├─ nbconvert ==5.6.1 pyhd8ed1ab_2 is not installable because it requires
│ └─ jinja2 >=2.4,<3a0 *, which conflicts with any installable versions previously reported;
├─ pymol ==2.5.2 py38hffc77be_0 does not exist (perhaps a typo or a missing channel);
└─ rigimol ==1.3 2 does not exist (perhaps a typo or a missing channel).
CondaError: Run 'conda init' before 'conda activate'