Jupyter_Dock icon indicating copy to clipboard operation
Jupyter_Dock copied to clipboard

error with Jupyter_Dock.yml

Open tkdgns07 opened this issue 5 months ago • 0 comments

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'

tkdgns07 avatar May 10 '25 11:05 tkdgns07