multiscale-spatial-image icon indicating copy to clipboard operation
multiscale-spatial-image copied to clipboard

dependency resolution

Open satra opened this issue 3 years ago • 2 comments

just noting these error messages. it did install fine.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
aioitertools 0.10.0 requires typing_extensions>=4.0; python_version < "3.10", but you have typing-extensions 3.10.0.2 which is incompatible.
aiobotocore 2.1.2 requires botocore<1.23.25,>=1.23.24, but you have botocore 1.24.28 which is incompatible.

satra avatar Jun 15 '22 17:06 satra

also some steps in the notebooks require dask_image which is not treated as a dependency.

satra avatar Jun 17 '22 07:06 satra

@satra thanks for the report!

I think the first may be caused by itkwidgets prerelease -- this was fixed in a recent version.

The second I added https://github.com/spatial-image/multiscale-spatial-image/issues/53 to track.

thewtex avatar Jul 28 '22 18:07 thewtex