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

[BUG] rapids-colab.sh script fails to properly install the libraries in several instances #232

Open
taureandyernv opened this issue Nov 15, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@taureandyernv
Copy link
Contributor

taureandyernv commented Nov 15, 2019

Describe the bug
Colab script has several new issues:

  1. when installing 0.11 nightlies, cudf is installed as =.10
  2. when installed a stable release, like 0.10, the script fails
  3. when installing xgboost, the script fails with a 404 error
  4. when all libraries are installed in 0.11, cudf and cugraph throw Attribute errors around features that have been removed for 0.11
  • cudf errror: AttributeError: type object 'cudf._lib.gpuarrow.CudaRecordBatchStreamReader' has no attribute '__reduce_cython__', which was removed in https://github.com/rapidsai/cudf/commit/e5192de83d7d3a568796cadfdd4159236d6ec665
  • cugraph error: AttributeError: module 'pyarrow.lib' has no attribute 'LargeListType'
@taureandyernv
Copy link
Contributor Author

Creating a PR for fixing 1,2, and 3 #233. May do a quick merge to get users working in Colab with v0.10 and we can fix 0.11 after. Thoughts @randerzander ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants