NEGU93/cvnn

Help: package installation issue

philwang66 opened this issue · 2 comments

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.

image
Any idea how to solve this? Thanks.

Using pip works.