You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched open reports and couldn't find a duplicate
What happened?
The conda install lxml==5.1.0 command gives the following output:
Channels:
- conda-forge
- defaults
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: | warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package lxml-5.1.0-py310hba208d0_0 requires python >=3.10,<3.11.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ langchain is installable with the potential options
│ ├─ langchain [0.0.238|0.0.239|...|0.1.9] would require
│ │ └─ lxml >=4.9.2,<5.0.0 , which can be installed;
│ └─ langchain [0.0.136|0.0.142|...|0.0.190] would require
│ └─ openai >=0.0.0,<1.0.0 , which can be installed;
├─ lxml 5.1.0 is installable with the potential options
│ ├─ lxml 5.1.0 conflicts with any installable versions previously reported;
│ ├─ lxml 5.1.0 would require
│ │ └─ python >=3.10,<3.11.0a0 , which can be installed;
│ ├─ lxml 5.1.0 would require
│ │ └─ python >=3.12,<3.13.0a0 , which can be installed;
│ ├─ lxml 5.1.0 would require
│ │ └─ python >=3.8,<3.9.0a0 , which can be installed;
│ └─ lxml 5.1.0 would require
│ └─ python >=3.9,<3.10.0a0 , which can be installed;
├─ openai 1.17.1 is not installable because it conflicts with any installable versions previously reported;
└─ pin-1 is not installable because it requires
└─ python 3.11.* , which conflicts with any installable versions previously reported.
It seems that libmamba picked up the lxml-5.1.0-py310hba208d0_0 build, but the installed Python version in this environment is 3.11.
It seems that libmamba picked up the lxml-5.1.0-py310hba208d0_0 build, but the installed Python version in this environment is 3.11.
That's just the (basic) error message. The elaborate one below gives you the full tree of problems. Can you still reproduce this? You can enable debug verbosity with -vvv to see what libsolv is doing behind the scenes and why it's not finding a solution.
Checklist
What happened?
The
conda install lxml==5.1.0
command gives the following output:It seems that libmamba picked up the lxml-5.1.0-py310hba208d0_0 build, but the installed Python version in this environment is 3.11.
Conda Info
Conda Config
Conda list
It is a "test anything" environment with a lot of packages.
Additional Context
No response
The text was updated successfully, but these errors were encountered: