You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating to tiledbsoma==1.2.2 when you have tiledb==0.21.2 installed will fail to update the tiledb package. tiledbsoma 1.2.2 requires0.21.3 for the newly added config param in tiledb.Group, so any any attempt to open collections in this config will fail.
Looks like a dependency specification problem in in tiledbsoma.
@bkmartinjr I believe the config param in tiledb.Group was added in 0.21.2, and I believe this is resolved by #1296. (Note that #1299 is not yet included in a TileDB-SOMA release, but it will be included in the next one.)
You are correct that the GH issue had an off-by-one in the version number.
That said, the underlying issue is the same: if the user has tiledb==0.21.1 installed, it will not be updated when they install tiledbsoma==1.2.2, leading to this error.
Describe the bug
Updating to
tiledbsoma==1.2.2
when you havetiledb==0.21.2
installed will fail to update thetiledb
package.tiledbsoma
1.2.2 requires0.21.3
for the newly addedconfig
param intiledb.Group
, so any any attempt to open collections in this config will fail.Looks like a dependency specification problem in in tiledbsoma.
See chanzuckerberg/cellxgene-census#447 for test case and config it was found in
The text was updated successfully, but these errors were encountered: