Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- trim.yml
- --------------------------
- channels:
- - conda-forge
- dependencies:
- - python >=3.10
- - numpy
- - opencv >=4.7.0
- - tensorflow >=2.4.0
- ---------------------------
- (base) PS C:\Users\pgunn\src\CaImAn> mamba env create -n trim -f .\trim.yml
- conda-forge/win-64 Using cache
- conda-forge/noarch Using cache
- pkgs/main/win-64 No change
- pkgs/main/noarch No change
- pkgs/r/win-64 No change
- pkgs/msys2/win-64 No change
- pkgs/msys2/noarch No change
- pkgs/r/noarch No change
- Looking for: ["python[version='>=3.10']", 'numpy', "opencv[version='>=4.7.0']", "tensorflow[version='>=2.4.0']"]
- Could not solve for environment specs
- Encountered problems while solving:
- - package opencv-4.7.0-py310h5588dad_5 requires libopencv 4.7.0 py310h352d95a_5, but none of the providers can be installed
- The environment can't be solved, aborting the operation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement