clEsperanto / pyclesperanto_prototype

GPU-accelerated bio-image analysis focusing on 3D+t microscopy image data
http://clesperanto.net
BSD 3-Clause "New" or "Revised" License
208 stars 44 forks source link

package is not on conda-forge #298

Closed thawn closed 1 year ago

thawn commented 1 year ago

mamba install pyclesperanto_prototype returns the following:

Looking for: ['pyclesperanto_prototype']

conda-forge/osx-arm64                                       Using cache
conda-forge/noarch                                          Using cache

Pinned packages:
  - python 3.10.*

Encountered problems while solving:
  - nothing provides requested pyclesperanto_prototype

pip install pyclesperanto_prototype successfully installs version 0.24.0

psobolewskiPhD commented 1 year ago

I can't reproduce this with mambaforge on my arm64 macOS. What is the full command or install state? I don't get:

Pinned packages:
  - python 3.10.*

But I am on 3.10: python 3.10.9 h3ba56d0_0_cpython conda-forge

psobolewskiPhD commented 1 year ago

Oh, I see the issue. The package is pyclesperanto-prototype with a dash not underscore.

thawn commented 1 year ago

@psobolewskiPhD thanks for spotting this rather stupid mistake 😊 that fixed it