Coder Social home page Coder Social logo

Comments (5)

jdblischak avatar jdblischak commented on July 19, 2024 1

I confirmed that rearranging the channel order (#27) fixed the nightly tiledb-py-feedstock build

https://dev.azure.com/TileDB-Inc/CI/_build/results?buildId=36951&view=results

from conda-forge-nightly-controller.

github-actions avatar github-actions commented on July 19, 2024

Nightly feedstock build failure for TileDB-Py%20Feedstock%20Testing at https://dev.azure.com/TileDB-Inc/CI/_build?definitionId=5&_a=summary

from conda-forge-nightly-controller.

ihnorton avatar ihnorton commented on July 19, 2024

First run failed to solve libtiledb

-   - package tiledb-2.19.0.2023_12_02-h962fada_0 is excluded by strict repo priority

from conda-forge-nightly-controller.

github-actions avatar github-actions commented on July 19, 2024

Nightly feedstock build failure for TileDB-Py%20Feedstock%20Testing at https://dev.azure.com/TileDB-Inc/CI/_build?definitionId=5&_a=summary

from conda-forge-nightly-controller.

jdblischak avatar jdblischak commented on July 19, 2024

I confirmed the solver error locally:

# strict
mamba create --dry-run -n test-strict \
  --override-channels \
  -c conda-forge -c tiledb/label/nightlies \
  --strict-channel-priority \
  'tiledb=*.2023_12_03'
## warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
## Could not solve for environment specs
## The following package could not be installed
## └─ tiledb *.2023_12_03**  is not installable because it conflicts with any installable versions previously reported.

# flexible
mamba create --dry-run -n test-strict \
  --override-channels \
  -c conda-forge -c tiledb/label/nightlies \
  --no-channel-priority \
  'tiledb=*.2023_12_03'
## + tiledb           2.19.0.2023_12_03  h2f72608_0        tiledb/label/nightlies        6MB

# strict, but rearrange channel order
mamba create --dry-run -n test-strict \
  --override-channels \
  -c tiledb/label/nightlies -c conda-forge  \
  --strict-channel-priority \
  'tiledb=*.2023_12_03'
## + tiledb           2.19.0.2023_12_03  h2f72608_0        tiledb/label/nightlies        6MB

The solution is to change the channel order. I'll send a PR soon

# Add tiledb as source channel
echo -e "channel_sources:\n - conda-forge,tiledb/label/nightlies" >> "$repo/recipe/conda_build_config.yaml"

Though I'm puzzled how this ever could have worked. Vivian/Seth added strict channel priority to the TileDB-Py feedstock on 2022-08-02, and I created my prototype in Oct 2022. My only guess is that maybe the feedstock builds were failing for other reasons at the time. Unsure since the Azure build logs aren't kept that long

from conda-forge-nightly-controller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.