Open jplumail opened 1 year ago
Hey @jplumail I honestly don't know what might be going on here. Maybe @goanpeca @jaimergp or @tlambert03 might know?
I wonder if it is because these deps may be out of date? I think this might be the case due to our recent aicsimageio releases that fixed a lot of the tifffile / dep version conflict bugs + added ome-zarr: https://github.com/AllenCellModeling/aicsimageio/blob/main/setup.py#L111
I can try some dep version changes / additions and see if that fixes things but if @goanpeca @jaimergp or @tlambert03 you all have better ideas let me know.
Solution to issue cannot be found in the documentation.
Issue
When I put
pandas
as a requirement withnapari-aicsimageio
such as:conda create -y -n napari napari-aicsimageio pandas
I get a wrong environment,
conda activate napari && pip check
:This is ok for
aicspylibczi
, it's not on conda-forge. But for all of the other, this is weird.If I try to install
aicsimageio
only, everything works fine.conda create -y -n napari aicsimageio pandas && conda activate napari && pip check
returns:Installed packages
Environment info