Advertisement
dachte

Untitled

Jul 17th, 2023
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. trim.yml
  2. --------------------------
  3. channels:
  4. - conda-forge
  5. dependencies:
  6. - python >=3.10
  7. - numpy
  8. - opencv >=4.7.0
  9. - tensorflow >=2.4.0
  10. ---------------------------
  11.  
  12. (base) PS C:\Users\pgunn\src\CaImAn> mamba env create -n trim -f .\trim.yml
  13. conda-forge/win-64 Using cache
  14. conda-forge/noarch Using cache
  15. pkgs/main/win-64 No change
  16. pkgs/main/noarch No change
  17. pkgs/r/win-64 No change
  18. pkgs/msys2/win-64 No change
  19. pkgs/msys2/noarch No change
  20. pkgs/r/noarch No change
  21.  
  22.  
  23. Looking for: ["python[version='>=3.10']", 'numpy', "opencv[version='>=4.7.0']", "tensorflow[version='>=2.4.0']"]
  24.  
  25.  
  26. Could not solve for environment specs
  27. Encountered problems while solving:
  28. - package opencv-4.7.0-py310h5588dad_5 requires libopencv 4.7.0 py310h352d95a_5, but none of the providers can be installed
  29.  
  30. The environment can't be solved, aborting the operation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement