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

[FEA] Support numpy>=1.20 #1432

Closed
randerzander opened this issue Apr 6, 2021 · 2 comments
Closed

[FEA] Support numpy>=1.20 #1432

randerzander opened this issue Apr 6, 2021 · 2 comments
Assignees

Comments

@randerzander
Copy link

Related to cudf #7289.

BlazingSQL seems to require numpy=1.19 which breaks dask-cudf's describe functionality.

Is numpy 1.19 a hard requirement for BlazingSQL?

@randerzander randerzander added the ? - Needs Triage needs team to review and classify label Apr 6, 2021
@romulo-auccapuclla romulo-auccapuclla self-assigned this Apr 6, 2021
@romulo-auccapuclla
Copy link
Contributor

@randerzander thanks for open this issue, regarding numpy=1.19 is not a hard requirement for BlazingSQL because its rely's on cudf libraries. Currently we are working to update some dependencies which will install numpy=1.20.2 in this PR #1430, meanwhile you can build from source branch-0.19 with the following steps:

conda create --yes -n bsql python=3.8

conda activate bsql

conda install --yes -c conda-forge spdlog=1.7.0 google-cloud-cpp=1.25.0 ninja tqdm mysql-connector-cpp=8.0.23 libpq=13 sqlite=3 nlohmann_json

conda install --yes -c rapidsai-nightly -c nvidia -c conda-forge -c defaults dask-cuda=0.19 dask-cudf=0.19 ucx-py=0.19 ucx-proc=*=gpu cudf=0.19 python=3.8 cudatoolkit=10.2

conda install --yes -c conda-forge cmake=3.18 gtest==1.10.0=h0efe328_4 gmock cppzmq cython=0.29 openjdk=8.0 maven jpype1 netifaces pyhive tqdm ipywidgets

./build.sh -t disable-google-gs

@wmalpica wmalpica removed the ? - Needs Triage needs team to review and classify label Apr 7, 2021
@wmalpica
Copy link
Contributor

wmalpica commented May 4, 2021

resolved

@wmalpica wmalpica closed this as completed May 4, 2021
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

No branches or pull requests

3 participants