Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nightly: install TileDB-Py from source and combine Linux/macOS jobs #679

Merged
merged 3 commits into from Mar 21, 2024

Conversation

jdblischak
Copy link
Collaborator

I discovered in #669 that tiledb.open() segfaults when using tiledb-py 0.26.0 from conda with the dev version of tiledb (currently 0.22.0). I tried updating the conda version, but it was constrained (presumably by the pyarrow pin). Anyways, I realized it probably makes more sense to use the dev version of tiledb-py when testing against the dev version of libtiledb. In fact, I had considered this when I first created the nightly build (#577 (comment)), but up until now it had been working without issue.

Also, I revisited the installation of the Python dependencies. Previously I installed the Python dependencies with conda on Ubuntu and pip on macOS, simply because that was the only way I could get them to work (#579 (comment)). I confirmed that now I can install the dependencies with pip on Ubuntu (and also migrate to pyarrow 11), so I consolidated the two jobs.

@jdblischak jdblischak self-assigned this Mar 21, 2024
@jdblischak jdblischak merged commit 65954c0 into TileDB-Inc:main Mar 21, 2024
10 checks passed
@jdblischak jdblischak deleted the nightly-tiledb-py branch March 21, 2024 13:44
@jdblischak jdblischak mentioned this pull request Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants