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 am installing the package via conda install -c negu93 cvnn
and got the following message:
Solving environment: / warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package cvnn-0.3.40-py_0 requires tensorflow >=2.0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ cvnn is installable and it requires
│ └─ tensorflow >=2.0 with the potential options
│ ├─ tensorflow [2.0.0|2.1.0] would require
│ │ └─ python 3.6.* , which can be installed;
│ ├─ tensorflow [2.0.0|2.1.0|...|2.9.1] would require
│ │ └─ python 3.7.* , which can be installed;
│ ├─ tensorflow [2.10.0|2.8.2|2.9.1] would require
│ │ └─ python 3.10.* , which can be installed;
│ ├─ tensorflow [2.10.0|2.3.0|...|2.9.1] would require
│ │ └─ python 3.8.* , which can be installed;
│ └─ tensorflow [2.10.0|2.5.0|2.6.0|2.8.2|2.9.1] would require
│ └─ python 3.9.* , which can be installed;
└─ pin-1 is not installable because it requires
└─ python 3.11.* , which conflicts with any installable versions previously reported.
The text was updated successfully, but these errors were encountered:
I am installing the package via
conda install -c negu93 cvnn
and got the following message:
Solving environment: / warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package cvnn-0.3.40-py_0 requires tensorflow >=2.0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ cvnn is installable and it requires
│ └─ tensorflow >=2.0 with the potential options
│ ├─ tensorflow [2.0.0|2.1.0] would require
│ │ └─ python 3.6.* , which can be installed;
│ ├─ tensorflow [2.0.0|2.1.0|...|2.9.1] would require
│ │ └─ python 3.7.* , which can be installed;
│ ├─ tensorflow [2.10.0|2.8.2|2.9.1] would require
│ │ └─ python 3.10.* , which can be installed;
│ ├─ tensorflow [2.10.0|2.3.0|...|2.9.1] would require
│ │ └─ python 3.8.* , which can be installed;
│ └─ tensorflow [2.10.0|2.5.0|2.6.0|2.8.2|2.9.1] would require
│ └─ python 3.9.* , which can be installed;
└─ pin-1 is not installable because it requires
└─ python 3.11.* , which conflicts with any installable versions previously reported.
The text was updated successfully, but these errors were encountered: