Closed jarlva closed 4 years ago
I am having same while installing libraries through conda
cc @taureandyernv
Hey @jarlva and @limbuu ,I had noticed this very issue as well and figured out a fix earlier this week. It was due to a change on Colab's side.
Issue: https://github.com/rapidsai/rapidsai-csp-utils/issues/4
Merged fix: https://github.com/rapidsai/rapidsai-csp-utils/pull/3
Can you verify that it works? I have included an colab install run that I JUST completed below.
If you have any further issues with Colab, please make your issues here so I can respond to them faster: https://github.com/rapidsai/rapidsai-csp-utils/
Cloning into 'rapidsai-csp-utils'...
remote: Enumerating objects: 39, done.
remote: Counting objects: 100% (39/39), done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 39 (delta 8), reused 5 (delta 0), pack-reused 0
Unpacking objects: 100% (39/39), done.
PLEASE READ
********************************************************************************************************
Colab Notebooks Migration Notice:
We have changed the location of the Colab script to our new CSP utilties repo.
We are also dropping support for versions below 0.11, as we are on 0.13 nightlies
Not all Colab notebooks are updated (like personal Colabs) and/or are using outdated versions of RAPIDS,
so we HIGHLY encourage users to update their scripts and Colab notebooks both with the new link AND with
to the new API. Otherwise, your code MAY BREAK
This notice will disappear/be updated on our next release.
Please enter in the box your desired RAPIDS version (ex: '0.11' or '0.12', between 0.11 to 0.13, without the quotes)
and hit Enter. If you need stability, use 0.12. If you want bleeding edge, use our nightlies (0.13), but things can break.
0.13
RAPIDS Version modified to 0.13 nightlies
Please COMPARE the "SCRIPT TO COPY" with the code in the above cell. If they are the same, just type any key. If not, do steps 2-4.
SCRIPT TO COPY:
!git clone https://github.com/rapidsai/rapidsai-csp-utils.git
!bash rapidsai-csp-utils/colab/rapids-colab.sh
import sys, os
dist_package_index = sys.path.index('/usr/local/lib/python3.6/dist-packages')
sys.path = sys.path[:dist_package_index] + ['/usr/local/lib/python3.6/site-packages'] + sys.path[dist_package_index:]
sys.path
exec(open('rapidsai-csp-utils/colab/update_modules.py').read(), globals())
********************************************************************************************************
Do you have the above version of the script running in your cell? (Y/N).
Please note: If you do not positively affirm with 'Y' or 'y', the script show you have to rectify that issue and then stop the RAPIDS install,
without installing RAPIDS, but will still continue update some packages
Y
Continuing with RAPIDS install
Checking for GPU type:
***********************************************************************
Woo! Your instance has the right kind of GPU, a 'Tesla T4'!
***********************************************************************
Removing conflicting packages, will replace with RAPIDS compatible versions
Uninstalling xgboost-0.90:
Successfully uninstalled xgboost-0.90
Uninstalling dask-2.9.2:
Successfully uninstalled dask-2.9.2
Uninstalling distributed-1.25.3:
Successfully uninstalled distributed-1.25.3
Installing conda
--2020-03-13 04:18:38-- https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh
Resolving repo.continuum.io (repo.continuum.io)... 104.18.200.79, 104.18.201.79, 2606:4700::6812:c94f, ...
Connecting to repo.continuum.io (repo.continuum.io)|104.18.200.79|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 58468498 (56M) [application/x-sh]
Saving to: ‘Miniconda3-4.5.4-Linux-x86_64.sh’
Miniconda3-4.5.4-Li 100%[===================>] 55.76M 120MB/s in 0.5s
2020-03-13 04:18:39 (120 MB/s) - ‘Miniconda3-4.5.4-Linux-x86_64.sh’ saved [58468498/58468498]
PREFIX=/usr/local
installing: python-3.6.5-hc3d631a_2 ...
Python 3.6.5 :: Anaconda, Inc.
installing: ca-certificates-2018.03.07-0 ...
installing: conda-env-2.6.0-h36134e3_1 ...
installing: libgcc-ng-7.2.0-hdf63c60_3 ...
installing: libstdcxx-ng-7.2.0-hdf63c60_3 ...
installing: libffi-3.2.1-hd88cf55_4 ...
installing: ncurses-6.1-hf484d3e_0 ...
installing: openssl-1.0.2o-h20670df_0 ...
installing: tk-8.6.7-hc745277_3 ...
installing: xz-5.2.4-h14c3975_4 ...
installing: yaml-0.1.7-had09818_2 ...
installing: zlib-1.2.11-ha838bed_2 ...
installing: libedit-3.1.20170329-h6b74fdf_2 ...
installing: readline-7.0-ha6073c6_4 ...
installing: sqlite-3.23.1-he433501_0 ...
installing: asn1crypto-0.24.0-py36_0 ...
installing: certifi-2018.4.16-py36_0 ...
installing: chardet-3.0.4-py36h0f667ec_1 ...
installing: idna-2.6-py36h82fb2a8_1 ...
installing: pycosat-0.6.3-py36h0a5515d_0 ...
installing: pycparser-2.18-py36hf9f622e_1 ...
installing: pysocks-1.6.8-py36_0 ...
installing: ruamel_yaml-0.15.37-py36h14c3975_2 ...
installing: six-1.11.0-py36h372c433_1 ...
installing: cffi-1.11.5-py36h9745a5d_0 ...
installing: setuptools-39.2.0-py36_0 ...
installing: cryptography-2.2.2-py36h14c3975_0 ...
installing: wheel-0.31.1-py36_0 ...
installing: pip-10.0.1-py36_0 ...
installing: pyopenssl-18.0.0-py36_0 ...
installing: urllib3-1.22-py36hbe7ace6_0 ...
installing: requests-2.18.4-py36he2e5f8d_1 ...
installing: conda-4.5.4-py36_0 ...
installation finished.
WARNING:
You currently have a PYTHONPATH environment variable set. This may cause
unexpected behavior when running the Python interpreter in Miniconda3.
For best results, please verify that your PYTHONPATH only points to
directories of packages that are compatible with the Python interpreter
in Miniconda3: /usr/local
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 4.5.4
latest version: 4.8.2
Please update conda by running
$ conda update -n base conda
## Package Plan ##
environment location: /usr/local
added / updated specs:
- openssl
- python=3.6
The following packages will be downloaded:
package | build
---------------------------|-----------------
zlib-1.2.11 | h516909a_1006 105 KB conda-forge
libffi-3.2.1 | he1b5a44_1006 46 KB conda-forge
python-3.6.10 |h9d8adfe_1009_cpython 34.1 MB conda-forge
libgcc-ng-9.2.0 | h24d8f2e_2 8.2 MB conda-forge
readline-8.0 | hf8c457e_0 441 KB conda-forge
pip-20.0.2 | py_2 1.0 MB conda-forge
setuptools-46.0.0 | py36h9f0ad1d_2 638 KB conda-forge
_libgcc_mutex-0.1 | conda_forge 3 KB conda-forge
libstdcxx-ng-9.2.0 | hdf63c60_2 4.5 MB conda-forge
openssl-1.1.1d | h516909a_0 2.1 MB conda-forge
ca-certificates-2019.11.28 | hecc5488_0 145 KB conda-forge
wheel-0.34.2 | py_1 24 KB conda-forge
certifi-2019.11.28 | py36h9f0ad1d_1 149 KB conda-forge
ncurses-6.1 | hf484d3e_1002 1.3 MB conda-forge
xz-5.2.4 | h14c3975_1001 366 KB conda-forge
python_abi-3.6 | 1_cp36m 4 KB conda-forge
libgomp-9.2.0 | h24d8f2e_2 816 KB conda-forge
_openmp_mutex-4.5 | 0_gnu 435 KB conda-forge
tk-8.6.10 | hed695b0_0 3.2 MB conda-forge
ld_impl_linux-64-2.33.1 | h53a641e_8 589 KB conda-forge
sqlite-3.30.1 | hcee41ef_0 2.0 MB conda-forge
------------------------------------------------------------
Total: 60.0 MB
The following NEW packages will be INSTALLED:
_libgcc_mutex: 0.1-conda_forge conda-forge
_openmp_mutex: 4.5-0_gnu conda-forge
ld_impl_linux-64: 2.33.1-h53a641e_8 conda-forge
libgomp: 9.2.0-h24d8f2e_2 conda-forge
python_abi: 3.6-1_cp36m conda-forge
The following packages will be UPDATED:
ca-certificates: 2018.03.07-0 --> 2019.11.28-hecc5488_0 conda-forge
certifi: 2018.4.16-py36_0 --> 2019.11.28-py36h9f0ad1d_1 conda-forge
libffi: 3.2.1-hd88cf55_4 --> 3.2.1-he1b5a44_1006 conda-forge
libgcc-ng: 7.2.0-hdf63c60_3 --> 9.2.0-h24d8f2e_2 conda-forge
libstdcxx-ng: 7.2.0-hdf63c60_3 --> 9.2.0-hdf63c60_2 conda-forge
ncurses: 6.1-hf484d3e_0 --> 6.1-hf484d3e_1002 conda-forge
openssl: 1.0.2o-h20670df_0 --> 1.1.1d-h516909a_0 conda-forge
pip: 10.0.1-py36_0 --> 20.0.2-py_2 conda-forge
python: 3.6.5-hc3d631a_2 --> 3.6.10-h9d8adfe_1009_cpython conda-forge
readline: 7.0-ha6073c6_4 --> 8.0-hf8c457e_0 conda-forge
setuptools: 39.2.0-py36_0 --> 46.0.0-py36h9f0ad1d_2 conda-forge
sqlite: 3.23.1-he433501_0 --> 3.30.1-hcee41ef_0 conda-forge
tk: 8.6.7-hc745277_3 --> 8.6.10-hed695b0_0 conda-forge
wheel: 0.31.1-py36_0 --> 0.34.2-py_1 conda-forge
xz: 5.2.4-h14c3975_4 --> 5.2.4-h14c3975_1001 conda-forge
zlib: 1.2.11-ha838bed_2 --> 1.2.11-h516909a_1006 conda-forge
Downloading and Extracting Packages
zlib-1.2.11 | 105 KB | : 100% 1.0/1 [00:00<00:00, 15.93it/s]
libffi-3.2.1 | 46 KB | : 100% 1.0/1 [00:00<00:00, 17.83it/s]
python-3.6.10 | 34.1 MB | : 100% 1.0/1 [00:04<00:00, 4.65s/it]
libgcc-ng-9.2.0 | 8.2 MB | : 100% 1.0/1 [00:01<00:00, 1.26s/it]
readline-8.0 | 441 KB | : 100% 1.0/1 [00:00<00:00, 8.39it/s]
pip-20.0.2 | 1.0 MB | : 100% 1.0/1 [00:00<00:00, 3.30it/s]
setuptools-46.0.0 | 638 KB | : 100% 1.0/1 [00:00<00:00, 5.01it/s]
_libgcc_mutex-0.1 | 3 KB | : 100% 1.0/1 [00:00<00:00, 29.34it/s]
libstdcxx-ng-9.2.0 | 4.5 MB | : 100% 1.0/1 [00:00<00:00, 1.49it/s]
openssl-1.1.1d | 2.1 MB | : 100% 1.0/1 [00:00<00:00, 2.79it/s]
ca-certificates-2019 | 145 KB | : 100% 1.0/1 [00:00<00:00, 16.28it/s]
wheel-0.34.2 | 24 KB | : 100% 1.0/1 [00:00<00:00, 31.23it/s]
certifi-2019.11.28 | 149 KB | : 100% 1.0/1 [00:00<00:00, 15.79it/s]
ncurses-6.1 | 1.3 MB | : 100% 1.0/1 [00:00<00:00, 1.23it/s]
xz-5.2.4 | 366 KB | : 100% 1.0/1 [00:00<00:00, 9.34it/s]
python_abi-3.6 | 4 KB | : 100% 1.0/1 [00:00<00:00, 28.03it/s]
libgomp-9.2.0 | 816 KB | : 100% 1.0/1 [00:00<00:00, 7.38it/s]
_openmp_mutex-4.5 | 435 KB | : 100% 1.0/1 [00:00<00:00, 12.06it/s]
tk-8.6.10 | 3.2 MB | : 100% 1.0/1 [00:00<00:00, 1.60it/s]
ld_impl_linux-64-2.3 | 589 KB | : 100% 1.0/1 [00:00<00:00, 6.86it/s]
sqlite-3.30.1 | 2.0 MB | : 100% 1.0/1 [00:00<00:00, 3.07it/s]
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Installing RAPIDS 0.13 packages from the nightly release channel
Please standby, this will take a few minutes...
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 4.5.4
latest version: 4.8.2
Please update conda by running
$ conda update -n base conda
## Package Plan ##
environment location: /usr/local
added / updated specs:
- cudatoolkit=10.0
- cudf=0.13
- cugraph
- cuml
- cuspatial
- dask-cudf
- gcsfs
- pynvml
- python=3.6
- xgboost
The following packages will be downloaded:
package | build
---------------------------|-----------------
libxml2-2.9.10 | hee79883_0 1.3 MB conda-forge
cachetools-3.1.1 | py_0 11 KB conda-forge
hdf5-1.10.5 |nompi_h3c11f04_1104 3.1 MB conda-forge
libevent-2.1.10 | h72c5cf5_0 1.3 MB conda-forge
libopenblas-0.3.7 | h5ec1e0e_6 7.6 MB conda-forge
libnetcdf-4.7.3 |nompi_h9f9fd6a_101 1.3 MB conda-forge
glib-2.58.3 |py36h6f030ca_1002 3.3 MB conda-forge
google-auth-1.11.2 | py_0 47 KB conda-forge
requests-2.23.0 | py36_0 85 KB conda-forge
xorg-renderproto-0.11.1 | h14c3975_1002 8 KB conda-forge
fontconfig-2.13.1 | h86ecdb6_1001 340 KB conda-forge
tornado-6.0.4 | py36h8c4c3a4_1 639 KB conda-forge
urllib3-1.25.7 | py36_0 160 KB conda-forge
py-xgboost-1.0.2dev.rapidsai0.13| cuda10.0py36_5 98 KB rapidsai-nightly
libpng-1.6.37 | hed695b0_0 343 KB conda-forge
libcblas-3.8.0 | 14_openblas 10 KB conda-forge
toolz-0.10.0 | py_0 46 KB conda-forge
pyasn1-0.4.8 | py_0 53 KB conda-forge
heapdict-1.0.1 | py_0 7 KB conda-forge
rmm-0.13.0a200312 | py36_409 685 KB rapidsai-nightly
libllvm8-8.0.1 | hc9558a2_0 23.2 MB conda-forge
poppler-data-0.4.9 | 1 3.4 MB conda-forge
boost-cpp-1.70.0 | h8e57a91_2 21.1 MB conda-forge
oauthlib-3.0.1 | py_0 82 KB conda-forge
libcurl-7.68.0 | hda55be3_0 564 KB conda-forge
poppler-0.67.0 | h14e79db_8 8.9 MB conda-forge
sortedcontainers-2.1.0 | py_0 25 KB conda-forge
xerces-c-3.2.2 | h8412b87_1004 1.7 MB conda-forge
cfitsio-3.470 | hb60a0a2_2 1.4 MB conda-forge
pthread-stubs-0.4 | h14c3975_1001 5 KB conda-forge
zstd-1.4.3 | h3b9ef0a_0 935 KB conda-forge
dask-2.12.0 | py_0 4 KB conda-forge
pynvml-8.0.4 | py_0 31 KB conda-forge
openjpeg-2.3.1 | h981e76c_3 475 KB conda-forge
python-dateutil-2.8.1 | py_0 220 KB conda-forge
glog-0.4.0 | he1b5a44_1 104 KB conda-forge
curl-7.68.0 | hf8cf82a_0 137 KB conda-forge
requests-oauthlib-1.2.0 | py_0 19 KB conda-forge
zict-2.0.0 | py_0 10 KB conda-forge
cryptography-2.8 | py36h72c5cf5_1 616 KB conda-forge
fsspec-0.6.2 | py_0 46 KB conda-forge
cuml-0.13.0a200313 |cuda10.0_py36_1320 9.1 MB rapidsai-nightly
libuuid-2.32.1 | h14c3975_1000 26 KB conda-forge
re2-2020.03.03 | he1b5a44_0 435 KB conda-forge
liblapack-3.8.0 | 14_openblas 10 KB conda-forge
pyyaml-5.1.2 | py36h516909a_0 184 KB conda-forge
rsa-4.0 | py_0 27 KB conda-forge
libspatialite-4.3.0a | ha48a99a_1034 3.1 MB conda-forge
decorator-4.4.2 | py_0 11 KB conda-forge
bzip2-1.0.8 | h516909a_2 396 KB conda-forge
json-c-0.13.1 | h14c3975_1001 71 KB conda-forge
expat-2.2.9 | he1b5a44_2 191 KB conda-forge
pixman-0.38.0 | h516909a_1003 594 KB conda-forge
pcre-8.44 | he1b5a44_0 261 KB conda-forge
olefile-0.46 | py_0 31 KB conda-forge
libcudf-0.13.0a200313 | cuda10.0_3877 134.4 MB rapidsai-nightly
libgdal-2.4.4 | h2b6fda6_0 18.7 MB conda-forge
xgboost-1.0.2dev.rapidsai0.13| cuda10.0py36_5 12 KB rapidsai-nightly
arrow-cpp-0.15.0 | py36h090bef1_2 18.1 MB conda-forge
geos-3.8.0 | he1b5a44_1 1.0 MB conda-forge
scikit-learn-0.22.2.post1 | py36hcdab131_0 7.1 MB conda-forge
cloudpickle-1.3.0 | py_0 24 KB conda-forge
google-auth-oauthlib-0.4.1 | py_2 18 KB conda-forge
msgpack-python-1.0.0 | py36hc9558a2_0 90 KB conda-forge
numpy-1.18.1 | py36h95a1406_0 5.2 MB conda-forge
libcumlprims-0.13.0a200312 | cuda10.0_11 5.6 MB rapidsai-nightly
libiconv-1.15 | h516909a_1005 2.0 MB conda-forge
joblib-0.14.1 | py_0 198 KB conda-forge
gcsfs-0.6.0 | py_0 19 KB conda-forge
cairo-1.16.0 | hfb77d84_1002 1.5 MB conda-forge
libxgboost-1.0.2dev.rapidsai0.13| cuda10.0_5 21.2 MB rapidsai-nightly
jinja2-2.11.1 | py_0 94 KB conda-forge
freetype-2.10.0 | he983fc9_1 884 KB conda-forge
cuspatial-0.13.0a200207 | py36_7 1.4 MB rapidsai-nightly
double-conversion-3.1.5 | he1b5a44_2 85 KB conda-forge
geotiff-1.5.1 | h38872f0_8 279 KB conda-forge
libtiff-4.1.0 | hfc65ed5_0 595 KB conda-forge
xorg-libx11-1.6.9 | h516909a_0 918 KB conda-forge
xorg-libxdmcp-1.1.3 | h516909a_0 18 KB conda-forge
pyarrow-0.15.0 | py36h8b68381_1 3.2 MB conda-forge
c-ares-1.15.0 | h516909a_1001 100 KB conda-forge
brotli-1.0.7 | he1b5a44_1000 1.0 MB conda-forge
libprotobuf-3.8.0 | h8b12597_0 4.7 MB conda-forge
grpc-cpp-1.23.0 | h18db393_0 4.5 MB conda-forge
packaging-20.1 | py_0 31 KB conda-forge
pandas-0.25.3 | py36hb3f55d8_0 11.4 MB conda-forge
libgfortran-ng-7.3.0 | hdf63c60_5 1.7 MB conda-forge
parquet-cpp-1.5.1 | 2 3 KB conda-forge
libcugraph-0.13.0a200312 | cuda10.0_279 36.8 MB rapidsai-nightly
lz4-c-1.8.3 | he1b5a44_1001 187 KB conda-forge
uriparser-0.9.3 | he1b5a44_1 49 KB conda-forge
cudatoolkit-10.0.130 | 0 380.0 MB nvidia
libssh2-1.8.2 | h22169c7_2 257 KB conda-forge
bokeh-2.0.0 | py36h9f0ad1d_0 6.9 MB conda-forge
cupy-7.2.0 | py36he57b8b9_1 15.2 MB conda-forge
fastrlock-0.4 |py36he1b5a44_1000 32 KB conda-forge
xorg-libice-1.0.10 | h516909a_0 57 KB conda-forge
psutil-5.7.0 | py36h516909a_0 325 KB conda-forge
dlpack-0.2 | he1b5a44_1 13 KB conda-forge
xorg-xextproto-7.3.0 | h14c3975_1002 27 KB conda-forge
xorg-libxrender-0.9.10 | h516909a_1002 31 KB conda-forge
libnvstrings-0.13.0a200313 | cuda10.0_3877 30.0 MB rapidsai-nightly
locket-0.2.0 | py_2 6 KB conda-forge
libcuml-0.13.0a200313 | cuda10.0_1320 51.1 MB rapidsai-nightly
kealib-1.4.12 | hec59c27_0 172 KB conda-forge
markupsafe-1.1.1 | py36h8c4c3a4_1 26 KB conda-forge
nccl-2.5.7.1 | hd6f8bf8_0 96.6 MB conda-forge
libhwloc-2.1.0 | h3c4fd83_0 2.7 MB conda-forge
libkml-1.3.0 | h4fcabce_1010 643 KB conda-forge
libpq-12.2 | hae5116b_0 2.6 MB conda-forge
cugraph-0.13.0a200312 | py36_279 7.9 MB rapidsai-nightly
typing_extensions-3.7.4.1 | py36_0 38 KB conda-forge
distributed-2.12.0 | py36_0 993 KB conda-forge
dask-core-2.12.0 | py_0 594 KB conda-forge
cudf-0.13.0a200313 | py36_3877 30.6 MB rapidsai-nightly
fastavro-0.22.13 | py36h516909a_0 421 KB conda-forge
partd-1.1.0 | py_0 17 KB conda-forge
icu-64.2 | he1b5a44_1 12.6 MB conda-forge
cudnn-7.6.0 | cuda10.0_0 216.6 MB nvidia
blinker-1.4 | py_1 13 KB conda-forge
pyasn1-modules-0.2.7 | py_0 60 KB conda-forge
xorg-kbproto-1.0.7 | h14c3975_1002 26 KB conda-forge
libblas-3.8.0 | 14_openblas 10 KB conda-forge
nvstrings-0.13.0a200313 | py36_3877 129 KB rapidsai-nightly
gettext-0.19.8.1 | hc5be6a0_1002 3.6 MB conda-forge
ucx-1.7.0+g9d06c3a | cuda10.0_0 8.2 MB rapidsai-nightly
thrift-cpp-0.12.0 | hf3afdfd_1004 2.4 MB conda-forge
cytoolz-0.10.1 | py36h516909a_0 431 KB conda-forge
xorg-xproto-7.0.31 | h14c3975_1007 72 KB conda-forge
pytz-2019.3 | py_0 237 KB conda-forge
gflags-2.2.2 | he1b5a44_1002 175 KB conda-forge
ucx-py-0.13.0a200312+g9d06c3a| py36_66 286 KB rapidsai-nightly
pyopenssl-19.1.0 | py_1 47 KB conda-forge
postgresql-12.2 | hf1211e9_0 5.0 MB conda-forge
libdap4-3.20.4 | hd3bb157_0 18.5 MB conda-forge
pillow-7.0.0 | py36h8328e55_1 652 KB conda-forge
dask-cudf-0.13.0a200313 | py36_3877 76 KB rapidsai-nightly
numba-0.48.0 | py36hb3f55d8_0 3.4 MB conda-forge
xorg-libsm-1.2.3 | h84519dc_1000 25 KB conda-forge
xorg-libxext-1.3.4 | h516909a_0 51 KB conda-forge
pyjwt-1.7.1 | py_0 17 KB conda-forge
snappy-1.1.8 | he1b5a44_1 39 KB conda-forge
freexl-1.0.5 | h14c3975_1002 43 KB conda-forge
librmm-0.13.0a200312 | cuda10.0_409 63 KB rapidsai-nightly
libcuspatial-0.13.0a200312 | cuda10.0_17 1.6 MB rapidsai-nightly
click-7.0 | py_0 61 KB conda-forge
tzcode-2019a | h516909a_1002 429 KB conda-forge
llvmlite-0.31.0 | py36h8b12597_0 337 KB conda-forge
proj-6.3.0 | hc80f0dc_0 10.3 MB conda-forge
hdf4-4.2.13 | hf30be14_1003 964 KB conda-forge
jpeg-9c | h14c3975_1001 251 KB conda-forge
xorg-libxau-1.0.9 | h14c3975_0 13 KB conda-forge
libxcb-1.13 | h14c3975_1002 396 KB conda-forge
gdal-2.4.4 | py36h5f563d9_0 1.4 MB conda-forge
tblib-1.6.0 | py_0 14 KB conda-forge
scipy-1.4.1 | py36h921218d_0 18.9 MB conda-forge
pyparsing-2.4.6 | py_0 59 KB conda-forge
krb5-1.16.4 | h2fd8d38_0 1.4 MB conda-forge
giflib-5.1.7 | h516909a_1 455 KB conda-forge
------------------------------------------------------------
Total: 1.29 GB
The following NEW packages will be INSTALLED:
arrow-cpp: 0.15.0-py36h090bef1_2 conda-forge
blinker: 1.4-py_1 conda-forge
bokeh: 2.0.0-py36h9f0ad1d_0 conda-forge
boost-cpp: 1.70.0-h8e57a91_2 conda-forge
brotli: 1.0.7-he1b5a44_1000 conda-forge
bzip2: 1.0.8-h516909a_2 conda-forge
c-ares: 1.15.0-h516909a_1001 conda-forge
cachetools: 3.1.1-py_0 conda-forge
cairo: 1.16.0-hfb77d84_1002 conda-forge
cfitsio: 3.470-hb60a0a2_2 conda-forge
click: 7.0-py_0 conda-forge
cloudpickle: 1.3.0-py_0 conda-forge
cudatoolkit: 10.0.130-0 nvidia
cudf: 0.13.0a200313-py36_3877 rapidsai-nightly
cudnn: 7.6.0-cuda10.0_0 nvidia
cugraph: 0.13.0a200312-py36_279 rapidsai-nightly
cuml: 0.13.0a200313-cuda10.0_py36_1320 rapidsai-nightly
cupy: 7.2.0-py36he57b8b9_1 conda-forge
curl: 7.68.0-hf8cf82a_0 conda-forge
cuspatial: 0.13.0a200207-py36_7 rapidsai-nightly
cytoolz: 0.10.1-py36h516909a_0 conda-forge
dask: 2.12.0-py_0 conda-forge
dask-core: 2.12.0-py_0 conda-forge
dask-cudf: 0.13.0a200313-py36_3877 rapidsai-nightly
decorator: 4.4.2-py_0 conda-forge
distributed: 2.12.0-py36_0 conda-forge
dlpack: 0.2-he1b5a44_1 conda-forge
double-conversion: 3.1.5-he1b5a44_2 conda-forge
expat: 2.2.9-he1b5a44_2 conda-forge
fastavro: 0.22.13-py36h516909a_0 conda-forge
fastrlock: 0.4-py36he1b5a44_1000 conda-forge
fontconfig: 2.13.1-h86ecdb6_1001 conda-forge
freetype: 2.10.0-he983fc9_1 conda-forge
freexl: 1.0.5-h14c3975_1002 conda-forge
fsspec: 0.6.2-py_0 conda-forge
gcsfs: 0.6.0-py_0 conda-forge
gdal: 2.4.4-py36h5f563d9_0 conda-forge
geos: 3.8.0-he1b5a44_1 conda-forge
geotiff: 1.5.1-h38872f0_8 conda-forge
gettext: 0.19.8.1-hc5be6a0_1002 conda-forge
gflags: 2.2.2-he1b5a44_1002 conda-forge
giflib: 5.1.7-h516909a_1 conda-forge
glib: 2.58.3-py36h6f030ca_1002 conda-forge
glog: 0.4.0-he1b5a44_1 conda-forge
google-auth: 1.11.2-py_0 conda-forge
google-auth-oauthlib: 0.4.1-py_2 conda-forge
grpc-cpp: 1.23.0-h18db393_0 conda-forge
hdf4: 4.2.13-hf30be14_1003 conda-forge
hdf5: 1.10.5-nompi_h3c11f04_1104 conda-forge
heapdict: 1.0.1-py_0 conda-forge
icu: 64.2-he1b5a44_1 conda-forge
jinja2: 2.11.1-py_0 conda-forge
joblib: 0.14.1-py_0 conda-forge
jpeg: 9c-h14c3975_1001 conda-forge
json-c: 0.13.1-h14c3975_1001 conda-forge
kealib: 1.4.12-hec59c27_0 conda-forge
krb5: 1.16.4-h2fd8d38_0 conda-forge
libblas: 3.8.0-14_openblas conda-forge
libcblas: 3.8.0-14_openblas conda-forge
libcudf: 0.13.0a200313-cuda10.0_3877 rapidsai-nightly
libcugraph: 0.13.0a200312-cuda10.0_279 rapidsai-nightly
libcuml: 0.13.0a200313-cuda10.0_1320 rapidsai-nightly
libcumlprims: 0.13.0a200312-cuda10.0_11 rapidsai-nightly
libcurl: 7.68.0-hda55be3_0 conda-forge
libcuspatial: 0.13.0a200312-cuda10.0_17 rapidsai-nightly
libdap4: 3.20.4-hd3bb157_0 conda-forge
libevent: 2.1.10-h72c5cf5_0 conda-forge
libgdal: 2.4.4-h2b6fda6_0 conda-forge
libgfortran-ng: 7.3.0-hdf63c60_5 conda-forge
libhwloc: 2.1.0-h3c4fd83_0 conda-forge
libiconv: 1.15-h516909a_1005 conda-forge
libkml: 1.3.0-h4fcabce_1010 conda-forge
liblapack: 3.8.0-14_openblas conda-forge
libllvm8: 8.0.1-hc9558a2_0 conda-forge
libnetcdf: 4.7.3-nompi_h9f9fd6a_101 conda-forge
libnvstrings: 0.13.0a200313-cuda10.0_3877 rapidsai-nightly
libopenblas: 0.3.7-h5ec1e0e_6 conda-forge
libpng: 1.6.37-hed695b0_0 conda-forge
libpq: 12.2-hae5116b_0 conda-forge
libprotobuf: 3.8.0-h8b12597_0 conda-forge
librmm: 0.13.0a200312-cuda10.0_409 rapidsai-nightly
libspatialite: 4.3.0a-ha48a99a_1034 conda-forge
libssh2: 1.8.2-h22169c7_2 conda-forge
libtiff: 4.1.0-hfc65ed5_0 conda-forge
libuuid: 2.32.1-h14c3975_1000 conda-forge
libxcb: 1.13-h14c3975_1002 conda-forge
libxgboost: 1.0.2dev.rapidsai0.13-cuda10.0_5 rapidsai-nightly
libxml2: 2.9.10-hee79883_0 conda-forge
llvmlite: 0.31.0-py36h8b12597_0 conda-forge
locket: 0.2.0-py_2 conda-forge
lz4-c: 1.8.3-he1b5a44_1001 conda-forge
markupsafe: 1.1.1-py36h8c4c3a4_1 conda-forge
msgpack-python: 1.0.0-py36hc9558a2_0 conda-forge
nccl: 2.5.7.1-hd6f8bf8_0 conda-forge
numba: 0.48.0-py36hb3f55d8_0 conda-forge
numpy: 1.18.1-py36h95a1406_0 conda-forge
nvstrings: 0.13.0a200313-py36_3877 rapidsai-nightly
oauthlib: 3.0.1-py_0 conda-forge
olefile: 0.46-py_0 conda-forge
openjpeg: 2.3.1-h981e76c_3 conda-forge
packaging: 20.1-py_0 conda-forge
pandas: 0.25.3-py36hb3f55d8_0 conda-forge
parquet-cpp: 1.5.1-2 conda-forge
partd: 1.1.0-py_0 conda-forge
pcre: 8.44-he1b5a44_0 conda-forge
pillow: 7.0.0-py36h8328e55_1 conda-forge
pixman: 0.38.0-h516909a_1003 conda-forge
poppler: 0.67.0-h14e79db_8 conda-forge
poppler-data: 0.4.9-1 conda-forge
postgresql: 12.2-hf1211e9_0 conda-forge
proj: 6.3.0-hc80f0dc_0 conda-forge
psutil: 5.7.0-py36h516909a_0 conda-forge
pthread-stubs: 0.4-h14c3975_1001 conda-forge
py-xgboost: 1.0.2dev.rapidsai0.13-cuda10.0py36_5 rapidsai-nightly
pyarrow: 0.15.0-py36h8b68381_1 conda-forge
pyasn1: 0.4.8-py_0 conda-forge
pyasn1-modules: 0.2.7-py_0 conda-forge
pyjwt: 1.7.1-py_0 conda-forge
pynvml: 8.0.4-py_0 conda-forge
pyparsing: 2.4.6-py_0 conda-forge
python-dateutil: 2.8.1-py_0 conda-forge
pytz: 2019.3-py_0 conda-forge
pyyaml: 5.1.2-py36h516909a_0 conda-forge
re2: 2020.03.03-he1b5a44_0 conda-forge
requests-oauthlib: 1.2.0-py_0 conda-forge
rmm: 0.13.0a200312-py36_409 rapidsai-nightly
rsa: 4.0-py_0 conda-forge
scikit-learn: 0.22.2.post1-py36hcdab131_0 conda-forge
scipy: 1.4.1-py36h921218d_0 conda-forge
snappy: 1.1.8-he1b5a44_1 conda-forge
sortedcontainers: 2.1.0-py_0 conda-forge
tblib: 1.6.0-py_0 conda-forge
thrift-cpp: 0.12.0-hf3afdfd_1004 conda-forge
toolz: 0.10.0-py_0 conda-forge
tornado: 6.0.4-py36h8c4c3a4_1 conda-forge
typing_extensions: 3.7.4.1-py36_0 conda-forge
tzcode: 2019a-h516909a_1002 conda-forge
ucx: 1.7.0+g9d06c3a-cuda10.0_0 rapidsai-nightly
ucx-py: 0.13.0a200312+g9d06c3a-py36_66 rapidsai-nightly
uriparser: 0.9.3-he1b5a44_1 conda-forge
xerces-c: 3.2.2-h8412b87_1004 conda-forge
xgboost: 1.0.2dev.rapidsai0.13-cuda10.0py36_5 rapidsai-nightly
xorg-kbproto: 1.0.7-h14c3975_1002 conda-forge
xorg-libice: 1.0.10-h516909a_0 conda-forge
xorg-libsm: 1.2.3-h84519dc_1000 conda-forge
xorg-libx11: 1.6.9-h516909a_0 conda-forge
xorg-libxau: 1.0.9-h14c3975_0 conda-forge
xorg-libxdmcp: 1.1.3-h516909a_0 conda-forge
xorg-libxext: 1.3.4-h516909a_0 conda-forge
xorg-libxrender: 0.9.10-h516909a_1002 conda-forge
xorg-renderproto: 0.11.1-h14c3975_1002 conda-forge
xorg-xextproto: 7.3.0-h14c3975_1002 conda-forge
xorg-xproto: 7.0.31-h14c3975_1007 conda-forge
zict: 2.0.0-py_0 conda-forge
zstd: 1.4.3-h3b9ef0a_0 conda-forge
The following packages will be UPDATED:
cryptography: 2.2.2-py36h14c3975_0 --> 2.8-py36h72c5cf5_1 conda-forge
pyopenssl: 18.0.0-py36_0 --> 19.1.0-py_1 conda-forge
requests: 2.18.4-py36he2e5f8d_1 --> 2.23.0-py36_0 conda-forge
urllib3: 1.22-py36hbe7ace6_0 --> 1.25.7-py36_0 conda-forge
Downloading and Extracting Packages
libxml2-2.9.10 | 1.3 MB | : 100% 1.0/1 [00:00<00:00, 2.37it/s]
cachetools-3.1.1 | 11 KB | : 100% 1.0/1 [00:00<00:00, 31.17it/s]
hdf5-1.10.5 | 3.1 MB | : 100% 1.0/1 [00:00<00:00, 1.95it/s]
libevent-2.1.10 | 1.3 MB | : 100% 1.0/1 [00:00<00:00, 2.70it/s]
libopenblas-0.3.7 | 7.6 MB | : 100% 1.0/1 [00:01<00:00, 1.30s/it]
libnetcdf-4.7.3 | 1.3 MB | : 100% 1.0/1 [00:00<00:00, 3.82it/s]
glib-2.58.3 | 3.3 MB | : 100% 1.0/1 [00:00<00:00, 1.27it/s]
google-auth-1.11.2 | 47 KB | : 100% 1.0/1 [00:00<00:00, 18.50it/s]
requests-2.23.0 | 85 KB | : 100% 1.0/1 [00:00<00:00, 17.27it/s]
xorg-renderproto-0.1 | 8 KB | : 100% 1.0/1 [00:00<00:00, 23.53it/s]
fontconfig-2.13.1 | 340 KB | : 100% 1.0/1 [00:00<00:00, 9.54it/s]
tornado-6.0.4 | 639 KB | : 100% 1.0/1 [00:00<00:00, 4.73it/s]
urllib3-1.25.7 | 160 KB | : 100% 1.0/1 [00:00<00:00, 11.60it/s]
py-xgboost-1.0.2dev. | 98 KB | : 100% 1.0/1 [00:02<00:00, 2.39s/it]
libpng-1.6.37 | 343 KB | : 100% 1.0/1 [00:00<00:00, 11.19it/s]
libcblas-3.8.0 | 10 KB | : 100% 1.0/1 [00:00<00:00, 34.24it/s]
toolz-0.10.0 | 46 KB | : 100% 1.0/1 [00:00<00:00, 20.43it/s]
pyasn1-0.4.8 | 53 KB | : 100% 1.0/1 [00:00<00:00, 19.09it/s]
heapdict-1.0.1 | 7 KB | : 100% 1.0/1 [00:00<00:00, 17.75it/s]
rmm-0.13.0a200312 | 685 KB | : 100% 1.0/1 [00:02<00:00, 2.02s/it]
libllvm8-8.0.1 | 23.2 MB | : 100% 1.0/1 [00:03<00:00, 3.67s/it]
poppler-data-0.4.9 | 3.4 MB | : 100% 1.0/1 [00:00<00:00, 1.66it/s]
boost-cpp-1.70.0 | 21.1 MB | : 100% 1.0/1 [00:08<00:00, 8.52s/it]
oauthlib-3.0.1 | 82 KB | : 100% 1.0/1 [00:00<00:00, 12.35it/s]
libcurl-7.68.0 | 564 KB | : 100% 1.0/1 [00:00<00:00, 8.28it/s]
poppler-0.67.0 | 8.9 MB | : 100% 1.0/1 [00:01<00:00, 1.36s/it]
sortedcontainers-2.1 | 25 KB | : 100% 1.0/1 [00:00<00:00, 28.79it/s]
xerces-c-3.2.2 | 1.7 MB | : 100% 1.0/1 [00:00<00:00, 1.89it/s]
cfitsio-3.470 | 1.4 MB | : 100% 1.0/1 [00:00<00:00, 4.02it/s]
pthread-stubs-0.4 | 5 KB | : 100% 1.0/1 [00:00<00:00, 32.63it/s]
zstd-1.4.3 | 935 KB | : 100% 1.0/1 [00:00<00:00, 6.29it/s]
dask-2.12.0 | 4 KB | : 100% 1.0/1 [00:00<00:00, 25.12it/s]
pynvml-8.0.4 | 31 KB | : 100% 1.0/1 [00:00<00:00, 24.47it/s]
openjpeg-2.3.1 | 475 KB | : 100% 1.0/1 [00:00<00:00, 9.51it/s]
python-dateutil-2.8. | 220 KB | : 100% 1.0/1 [00:00<00:00, 17.71it/s]
glog-0.4.0 | 104 KB | : 100% 1.0/1 [00:00<00:00, 22.17it/s]
curl-7.68.0 | 137 KB | : 100% 1.0/1 [00:00<00:00, 24.55it/s]
requests-oauthlib-1. | 19 KB | : 100% 1.0/1 [00:00<00:00, 29.26it/s]
zict-2.0.0 | 10 KB | : 100% 1.0/1 [00:00<00:00, 29.31it/s]
cryptography-2.8 | 616 KB | : 100% 1.0/1 [00:00<00:00, 4.51it/s]
fsspec-0.6.2 | 46 KB | : 100% 1.0/1 [00:00<00:00, 24.13it/s]
cuml-0.13.0a200313 | 9.1 MB | : 100% 1.0/1 [00:05<00:00, 5.28s/it]
libuuid-2.32.1 | 26 KB | : 100% 1.0/1 [00:00<00:00, 24.15it/s]
re2-2020.03.03 | 435 KB | : 100% 1.0/1 [00:00<00:00, 8.94it/s]
liblapack-3.8.0 | 10 KB | : 100% 1.0/1 [00:00<00:00, 29.56it/s]
pyyaml-5.1.2 | 184 KB | : 100% 1.0/1 [00:00<00:00, 11.01it/s]
rsa-4.0 | 27 KB | : 100% 1.0/1 [00:00<00:00, 24.22it/s]
libspatialite-4.3.0a | 3.1 MB | : 100% 1.0/1 [00:00<00:00, 1.76it/s]
decorator-4.4.2 | 11 KB | : 100% 1.0/1 [00:00<00:00, 29.40it/s]
bzip2-1.0.8 | 396 KB | : 100% 1.0/1 [00:00<00:00, 10.01it/s]
json-c-0.13.1 | 71 KB | : 100% 1.0/1 [00:00<00:00, 16.73it/s]
expat-2.2.9 | 191 KB | : 100% 1.0/1 [00:00<00:00, 14.98it/s]
pixman-0.38.0 | 594 KB | : 100% 1.0/1 [00:00<00:00, 8.03it/s]
pcre-8.44 | 261 KB | : 100% 1.0/1 [00:00<00:00, 14.00it/s]
olefile-0.46 | 31 KB | : 100% 1.0/1 [00:00<00:00, 35.10it/s]
libcudf-0.13.0a20031 | 134.4 MB | : 100% 1.0/1 [00:38<00:00, 145.60s/it]
libgdal-2.4.4 | 18.7 MB | : 100% 1.0/1 [00:03<00:00, 3.21s/it]
xgboost-1.0.2dev.rap | 12 KB | : 100% 1.0/1 [00:01<00:00, 1.21s/it]
arrow-cpp-0.15.0 | 18.1 MB | : 100% 1.0/1 [00:03<00:00, 3.11s/it]
geos-3.8.0 | 1.0 MB | : 100% 1.0/1 [00:00<00:00, 3.11it/s]
scikit-learn-0.22.2. | 7.1 MB | : 100% 1.0/1 [00:01<00:00, 1.60s/it]
cloudpickle-1.3.0 | 24 KB | : 100% 1.0/1 [00:00<00:00, 24.98it/s]
google-auth-oauthlib | 18 KB | : 100% 1.0/1 [00:00<00:00, 29.06it/s]
msgpack-python-1.0.0 | 90 KB | : 100% 1.0/1 [00:00<00:00, 21.24it/s]
numpy-1.18.1 | 5.2 MB | : 100% 1.0/1 [00:01<00:00, 1.27s/it]
libcumlprims-0.13.0a | 5.6 MB | : 100% 1.0/1 [00:04<00:00, 4.21s/it]
libiconv-1.15 | 2.0 MB | : 100% 1.0/1 [00:00<00:00, 3.61it/s]
joblib-0.14.1 | 198 KB | : 100% 1.0/1 [00:00<00:00, 9.65it/s]
gcsfs-0.6.0 | 19 KB | : 100% 1.0/1 [00:00<00:00, 27.79it/s]
cairo-1.16.0 | 1.5 MB | : 100% 1.0/1 [00:00<00:00, 3.16it/s]
libxgboost-1.0.2dev. | 21.2 MB | : 100% 1.0/1 [00:06<00:00, 6.92s/it]
jinja2-2.11.1 | 94 KB | : 100% 1.0/1 [00:00<00:00, 16.76it/s]
freetype-2.10.0 | 884 KB | : 100% 1.0/1 [00:00<00:00, 5.71it/s]
cuspatial-0.13.0a200 | 1.4 MB | : 100% 1.0/1 [00:00<00:00, 1.27it/s]
double-conversion-3. | 85 KB | : 100% 1.0/1 [00:00<00:00, 16.01it/s]
geotiff-1.5.1 | 279 KB | : 100% 1.0/1 [00:00<00:00, 11.34it/s]
libtiff-4.1.0 | 595 KB | : 100% 1.0/1 [00:00<00:00, 9.69s/it]
xorg-libx11-1.6.9 | 918 KB | : 100% 1.0/1 [00:00<00:00, 4.66it/s]
xorg-libxdmcp-1.1.3 | 18 KB | : 100% 1.0/1 [00:00<00:00, 17.29it/s]
pyarrow-0.15.0 | 3.2 MB | : 100% 1.0/1 [00:00<00:00, 1.15it/s]
c-ares-1.15.0 | 100 KB | : 100% 1.0/1 [00:00<00:00, 20.90it/s]
brotli-1.0.7 | 1.0 MB | : 100% 1.0/1 [00:00<00:00, 6.12it/s]
libprotobuf-3.8.0 | 4.7 MB | : 100% 1.0/1 [00:01<00:00, 1.04s/it]
grpc-cpp-1.23.0 | 4.5 MB | : 100% 1.0/1 [00:01<00:00, 1.01s/it]
packaging-20.1 | 31 KB | : 100% 1.0/1 [00:00<00:00, 24.63it/s]
pandas-0.25.3 | 11.4 MB | : 100% 1.0/1 [00:02<00:00, 2.47s/it]
libgfortran-ng-7.3.0 | 1.7 MB | : 100% 1.0/1 [00:00<00:00, 3.34it/s]
parquet-cpp-1.5.1 | 3 KB | : 100% 1.0/1 [00:00<00:00, 32.70it/s]
libcugraph-0.13.0a20 | 36.8 MB | : 100% 1.0/1 [00:12<00:00, 12.45s/it]
lz4-c-1.8.3 | 187 KB | : 100% 1.0/1 [00:00<00:00, 3.15it/s]
uriparser-0.9.3 | 49 KB | : 100% 1.0/1 [00:00<00:00, 26.01it/s]
cudatoolkit-10.0.130 | 380.0 MB | : 100% 1.0/1 [01:38<00:00, 98.04s/it]
libssh2-1.8.2 | 257 KB | : 100% 1.0/1 [00:00<00:00, 8.07it/s]
bokeh-2.0.0 | 6.9 MB | : 100% 1.0/1 [00:01<00:00, 1.87s/it]
cupy-7.2.0 | 15.2 MB | : 100% 1.0/1 [00:02<00:00, 2.82s/it]
fastrlock-0.4 | 32 KB | : 100% 1.0/1 [00:00<00:00, 26.28it/s]
xorg-libice-1.0.10 | 57 KB | : 100% 1.0/1 [00:00<00:00, 16.05it/s]
psutil-5.7.0 | 325 KB | : 100% 1.0/1 [00:00<00:00, 8.84it/s]
dlpack-0.2 | 13 KB | : 100% 1.0/1 [00:00<00:00, 23.22it/s]
xorg-xextproto-7.3.0 | 27 KB | : 100% 1.0/1 [00:00<00:00, 16.61it/s]
xorg-libxrender-0.9. | 31 KB | : 100% 1.0/1 [00:00<00:00, 30.05it/s]
libnvstrings-0.13.0a | 30.0 MB | : 100% 1.0/1 [00:11<00:00, 11.59s/it]
locket-0.2.0 | 6 KB | : 100% 1.0/1 [00:00<00:00, 36.05it/s]
libcuml-0.13.0a20031 | 51.1 MB | : 100% 1.0/1 [00:16<00:00, 16.41s/it]
kealib-1.4.12 | 172 KB | : 100% 1.0/1 [00:00<00:00, 14.40it/s]
markupsafe-1.1.1 | 26 KB | : 100% 1.0/1 [00:00<00:00, 29.90it/s]
nccl-2.5.7.1 | 96.6 MB | : 100% 1.0/1 [00:12<00:00, 12.22s/it]
libhwloc-2.1.0 | 2.7 MB | : 100% 1.0/1 [00:00<00:00, 1.02it/s]
libkml-1.3.0 | 643 KB | : 100% 1.0/1 [00:00<00:00, 5.31it/s]
libpq-12.2 | 2.6 MB | : 100% 1.0/1 [00:00<00:00, 1.48it/s]
cugraph-0.13.0a20031 | 7.9 MB | : 100% 1.0/1 [00:04<00:00, 4.26s/it]
typing_extensions-3. | 38 KB | : 100% 1.0/1 [00:00<00:00, 25.56it/s]
distributed-2.12.0 | 993 KB | : 100% 1.0/1 [00:00<00:00, 3.13it/s]
dask-core-2.12.0 | 594 KB | : 100% 1.0/1 [00:00<00:00, 4.36it/s]
cudf-0.13.0a200313 | 30.6 MB | : 100% 1.0/1 [00:07<00:00, 7.10s/it]
fastavro-0.22.13 | 421 KB | : 100% 1.0/1 [00:00<00:00, 8.87it/s]
partd-1.1.0 | 17 KB | : 100% 1.0/1 [00:00<00:00, 10.81it/s]
icu-64.2 | 12.6 MB | : 100% 1.0/1 [00:02<00:00, 2.02s/it]
cudnn-7.6.0 | 216.6 MB | : 100% 1.0/1 [00:45<00:00, 45.68s/it]
blinker-1.4 | 13 KB | : 100% 1.0/1 [00:00<00:00, 26.92it/s]
pyasn1-modules-0.2.7 | 60 KB | : 100% 1.0/1 [00:00<00:00, 11.15it/s]
xorg-kbproto-1.0.7 | 26 KB | : 100% 1.0/1 [00:00<00:00, 19.85it/s]
libblas-3.8.0 | 10 KB | : 100% 1.0/1 [00:00<00:00, 28.12it/s]
nvstrings-0.13.0a200 | 129 KB | : 100% 1.0/1 [00:02<00:00, 2.62s/it]
gettext-0.19.8.1 | 3.6 MB | : 100% 1.0/1 [00:01<00:00, 1.12s/it]
ucx-1.7.0+g9d06c3a | 8.2 MB | : 100% 1.0/1 [00:03<00:00, 3.89s/it]
thrift-cpp-0.12.0 | 2.4 MB | : 100% 1.0/1 [00:00<00:00, 1.75it/s]
cytoolz-0.10.1 | 431 KB | : 100% 1.0/1 [00:00<00:00, 8.02it/s]
xorg-xproto-7.0.31 | 72 KB | : 100% 1.0/1 [00:00<00:00, 18.24it/s]
pytz-2019.3 | 237 KB | : 100% 1.0/1 [00:00<00:00, 3.87it/s]
gflags-2.2.2 | 175 KB | : 100% 1.0/1 [00:00<00:00, 13.12it/s]
ucx-py-0.13.0a200312 | 286 KB | : 100% 1.0/1 [00:00<00:00, 1.37it/s]
pyopenssl-19.1.0 | 47 KB | : 100% 1.0/1 [00:00<00:00, 26.30it/s]
postgresql-12.2 | 5.0 MB | : 100% 1.0/1 [00:00<00:00, 1.21it/s]
libdap4-3.20.4 | 18.5 MB | : 100% 1.0/1 [00:02<00:00, 2.54s/it]
pillow-7.0.0 | 652 KB | : 100% 1.0/1 [00:00<00:00, 4.09it/s]
dask-cudf-0.13.0a200 | 76 KB | : 100% 1.0/1 [00:00<00:00, 1.54it/s]
numba-0.48.0 | 3.4 MB | : 100% 1.0/1 [00:01<00:00, 1.05s/it]
xorg-libsm-1.2.3 | 25 KB | : 100% 1.0/1 [00:00<00:00, 17.04it/s]
xorg-libxext-1.3.4 | 51 KB | : 100% 1.0/1 [00:00<00:00, 20.26it/s]
pyjwt-1.7.1 | 17 KB | : 100% 1.0/1 [00:00<00:00, 28.78it/s]
snappy-1.1.8 | 39 KB | : 100% 1.0/1 [00:00<00:00, 24.94it/s]
freexl-1.0.5 | 43 KB | : 100% 1.0/1 [00:00<00:00, 17.37it/s]
librmm-0.13.0a200312 | 63 KB | : 100% 1.0/1 [00:00<00:00, 1.79it/s]
libcuspatial-0.13.0a | 1.6 MB | : 100% 1.0/1 [00:01<00:00, 1.58s/it]
click-7.0 | 61 KB | : 100% 1.0/1 [00:00<00:00, 22.51it/s]
tzcode-2019a | 429 KB | : 100% 1.0/1 [00:00<00:00, 2.70it/s]
llvmlite-0.31.0 | 337 KB | : 100% 1.0/1 [00:00<00:00, 10.13it/s]
proj-6.3.0 | 10.3 MB | : 100% 1.0/1 [00:01<00:00, 1.54s/it]
hdf4-4.2.13 | 964 KB | : 100% 1.0/1 [00:00<00:00, 4.49it/s]
jpeg-9c | 251 KB | : 100% 1.0/1 [00:00<00:00, 9.85it/s]
xorg-libxau-1.0.9 | 13 KB | : 100% 1.0/1 [00:00<00:00, 17.98it/s]
libxcb-1.13 | 396 KB | : 100% 1.0/1 [00:00<00:00, 5.99it/s]
gdal-2.4.4 | 1.4 MB | : 100% 1.0/1 [00:00<00:00, 3.04it/s]
tblib-1.6.0 | 14 KB | : 100% 1.0/1 [00:00<00:00, 27.35it/s]
scipy-1.4.1 | 18.9 MB | : 100% 1.0/1 [00:03<00:00, 3.33s/it]
pyparsing-2.4.6 | 59 KB | : 100% 1.0/1 [00:00<00:00, 18.33it/s]
krb5-1.16.4 | 1.4 MB | : 100% 1.0/1 [00:00<00:00, 3.49it/s]
giflib-5.1.7 | 455 KB | : 100% 1.0/1 [00:00<00:00, 8.56it/s]
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Copying shared object files to /usr/lib
************************************************
Your Google Colab instance has RAPIDS installed!
************************************************
***********************************************************************
Let us check on those pyarrow and cffi versions...
***********************************************************************
unloaded pyarrow 0.14.1
unloaded pyarrow 0.14.1
unloaded pyarrow 0.14.1
unloaded pyarrow 0.14.1
unloaded pyarrow 0.14.1
unloaded pyarrow 0.14.1
unloaded pyarrow 0.14.1
unloaded pyarrow 0.14.1
unloaded pyarrow 0.14.1
unloaded pyarrow 0.14.1
unloaded pyarrow 0.14.1
unloaded pyarrow 0.14.1
loaded pyarrow 0.15.0
You're now running pyarrow 0.15.0 and are good to go!
unloaded cffi 1.14.0
loaded cffi 1.11.5
@kkraus14 please close. we've had a number of people since this issue report to josh colab cudf installation success with my updates.
Hello, I'm new to cudf. I opened (then copied) the colab notebook from the rapids main site, https://rapids.ai/start.html and ran it with version 0.12 when the script prompted. The script ended with the following error. I also tried to run the next cell but got import error on cudf.
`Executing transaction: failed ERROR conda.core.link:_execute(502): An error occurred while installing package 'conda-forge::blinker-1.4-py_1'. FileNotFoundError(2, "No such file or directory: '/usr/local/bin/python3.6'") Attempting to roll back.
Rolling back transaction: done
FileNotFoundError(2, "No such file or directory: '/usr/local/bin/python3.6'")`
Output:
`Cloning into 'rapidsai-csp-utils'... remote: Enumerating objects: 34, done. remote: Counting objects: 100% (34/34), done. remote: Compressing objects: 100% (33/33), done. remote: Total 34 (delta 7), reused 5 (delta 0), pack-reused 0 Unpacking objects: 100% (34/34), done. PLEASE READ
Colab Notebooks Migration Notice:
We have changed the location of the Colab script to our new CSP utilties repo. We are also dropping support for versions below 0.11, as we are on 0.13 nightlies
Not all Colab notebooks are updated (like personal Colabs) and/or are using outdated versions of RAPIDS, so we HIGHLY encourage users to update their scripts and Colab notebooks both with the new link AND with to the new API. Otherwise, your code MAY BREAK
This notice will disappear/be updated on our next release.
Please enter in the box your desired RAPIDS version (ex: '0.11' or '0.12', between 0.11 to 0.13, without the quotes) and hit Enter. If you need stability, use 0.12. If you want bleeding edge, use our nightlies (0.13), but things can break. 0.12 Please COMPARE the "SCRIPT TO COPY" with the code in the above cell. If they are the same, just type any key. If not, do steps 2-4.
SCRIPT TO COPY: !git clone https://github.com/rapidsai/rapidsai-csp-utils.git !bash rapidsai-csp-utils/colab/rapids-colab.sh import sys, os dist_package_index = sys.path.index('/usr/local/lib/python3.6/dist-packages') sys.path = sys.path[:dist_package_index] + ['/usr/local/lib/python3.6/site-packages'] + sys.path[dist_package_index:] sys.path exec(open('rapidsai-csp-utils/colab/update_modules.py').read(), globals())
Do you have the above version of the script running in your cell? (Y/N) y Continuing with RAPIDS install Checking for GPU type:
Woo! Your instance has the right kind of GPU, a 'Tesla P4'!
Removing conflicting packages, will replace with RAPIDS compatible versions Uninstalling xgboost-0.90: Successfully uninstalled xgboost-0.90 Uninstalling dask-2.9.2: Successfully uninstalled dask-2.9.2 Uninstalling distributed-1.25.3: Successfully uninstalled distributed-1.25.3 Installing conda --2020-03-10 09:25:19-- https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh Resolving repo.continuum.io (repo.continuum.io)... 104.18.201.79, 104.18.200.79, 2606:4700::6812:c84f, ... Connecting to repo.continuum.io (repo.continuum.io)|104.18.201.79|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58468498 (56M) [application/x-sh] Saving to: ‘Miniconda3-4.5.4-Linux-x86_64.sh’
Miniconda3-4.5.4-Li 100%[===================>] 55.76M 154MB/s in 0.4s
2020-03-10 09:25:20 (154 MB/s) - ‘Miniconda3-4.5.4-Linux-x86_64.sh’ saved [58468498/58468498]
PREFIX=/usr/local installing: python-3.6.5-hc3d631a_2 ... Python 3.6.5 :: Anaconda, Inc. installing: ca-certificates-2018.03.07-0 ... installing: conda-env-2.6.0-h36134e3_1 ... installing: libgcc-ng-7.2.0-hdf63c60_3 ... installing: libstdcxx-ng-7.2.0-hdf63c60_3 ... installing: libffi-3.2.1-hd88cf55_4 ... installing: ncurses-6.1-hf484d3e_0 ... installing: openssl-1.0.2o-h20670df_0 ... installing: tk-8.6.7-hc745277_3 ... installing: xz-5.2.4-h14c3975_4 ... installing: yaml-0.1.7-had09818_2 ... installing: zlib-1.2.11-ha838bed_2 ... installing: libedit-3.1.20170329-h6b74fdf_2 ... installing: readline-7.0-ha6073c6_4 ... installing: sqlite-3.23.1-he433501_0 ... installing: asn1crypto-0.24.0-py36_0 ... installing: certifi-2018.4.16-py36_0 ... installing: chardet-3.0.4-py36h0f667ec_1 ... installing: idna-2.6-py36h82fb2a8_1 ... installing: pycosat-0.6.3-py36h0a5515d_0 ... installing: pycparser-2.18-py36hf9f622e_1 ... installing: pysocks-1.6.8-py36_0 ... installing: ruamel_yaml-0.15.37-py36h14c3975_2 ... installing: six-1.11.0-py36h372c433_1 ... installing: cffi-1.11.5-py36h9745a5d_0 ... installing: setuptools-39.2.0-py36_0 ... installing: cryptography-2.2.2-py36h14c3975_0 ... installing: wheel-0.31.1-py36_0 ... installing: pip-10.0.1-py36_0 ... installing: pyopenssl-18.0.0-py36_0 ... installing: urllib3-1.22-py36hbe7ace6_0 ... installing: requests-2.18.4-py36he2e5f8d_1 ... installing: conda-4.5.4-py36_0 ... installation finished. WARNING: You currently have a PYTHONPATH environment variable set. This may cause unexpected behavior when running the Python interpreter in Miniconda3. For best results, please verify that your PYTHONPATH only points to directories of packages that are compatible with the Python interpreter in Miniconda3: /usr/local Installing RAPIDS 0.12 packages from the stable release channel Please standby, this will take a few minutes... Solving environment: done
==> WARNING: A newer version of conda exists. <== current version: 4.5.4 latest version: 4.8.2
Please update conda by running
Package Plan
environment location: /usr/local
added / updated specs:
The following packages will be downloaded:
The following NEW packages will be INSTALLED:
The following packages will be UPDATED:
Downloading and Extracting Packages libpng-1.6.37 | 343 KB | : 100% 1.0/1 [00:00<00:00, 8.72it/s]
gdal-2.4.4 | 1.4 MB | : 100% 1.0/1 [00:00<00:00, 3.27it/s]
fastavro-0.22.13 | 421 KB | : 100% 1.0/1 [00:00<00:00, 8.30it/s]
libxcb-1.13 | 396 KB | : 100% 1.0/1 [00:00<00:00, 7.15it/s]
libedit-3.1.20170329 | 172 KB | : 100% 1.0/1 [00:00<00:00, 9.19it/s] oauthlib-3.0.1 | 82 KB | : 100% 1.0/1 [00:00<00:00, 6.43it/s]
uriparser-0.9.3 | 49 KB | : 100% 1.0/1 [00:00<00:00, 23.56it/s] pyopenssl-19.1.0 | 47 KB | : 100% 1.0/1 [00:00<00:00, 25.50it/s] gflags-2.2.2 | 175 KB | : 100% 1.0/1 [00:00<00:00, 9.98it/s] toolz-0.10.0 | 46 KB | : 100% 1.0/1 [00:00<00:00, 19.24it/s] libnvstrings-0.12.0 | 30.1 MB | : 100% 1.0/1 [00:11<00:00, 11.48s/it]
python_abi-3.6 | 4 KB | : 100% 1.0/1 [00:00<00:00, 27.02it/s] tblib-1.6.0 | 14 KB | : 100% 1.0/1 [00:00<00:00, 28.79it/s] joblib-0.14.1 | 198 KB | : 100% 1.0/1 [00:00<00:00, 9.05it/s] libiconv-1.15 | 2.0 MB | : 100% 1.0/1 [00:00<00:00, 3.70it/s]
re2-2020.03.03 | 435 KB | : 100% 1.0/1 [00:00<00:00, 9.53it/s] ucx-1.7.0+g9d06c3a | 8.2 MB | : 100% 1.0/1 [00:04<00:00, 4.43s/it]
json-c-0.13.1 | 71 KB | : 100% 1.0/1 [00:00<00:00, 24.04it/s] zstd-1.4.3 | 935 KB | : 100% 1.0/1 [00:00<00:00, 6.01it/s]
postgresql-12.2 | 5.0 MB | : 100% 1.0/1 [00:00<00:00, 1.23it/s]
libopenblas-0.3.8 | 7.8 MB | : 100% 1.0/1 [00:01<00:00, 1.35s/it]
hdf5-1.10.5 | 3.1 MB | : 100% 1.0/1 [00:00<00:00, 2.04it/s]
cuml-0.12.0 | 9.1 MB | : 100% 1.0/1 [00:03<00:00, 3.19s/it]
ld_impl_linux-64-2.3 | 589 KB | : 100% 1.0/1 [00:00<00:00, 7.16it/s]
pixman-0.38.0 | 594 KB | : 100% 1.0/1 [00:00<00:00, 9.00it/s]
psutil-5.7.0 | 325 KB | : 100% 1.0/1 [00:00<00:00, 7.40it/s]
geos-3.8.0 | 1.0 MB | : 100% 1.0/1 [00:00<00:00, 3.24it/s]
libffi-3.2.1 | 46 KB | : 100% 1.0/1 [00:00<00:00, 24.20it/s] krb5-1.16.4 | 1.4 MB | : 100% 1.0/1 [00:00<00:00, 3.61it/s]
parquet-cpp-1.5.1 | 3 KB | : 100% 1.0/1 [00:00<00:00, 26.74it/s] libnetcdf-4.7.3 | 1.3 MB | : 100% 1.0/1 [00:00<00:00, 3.96it/s]
libssh2-1.8.2 | 257 KB | : 100% 1.0/1 [00:00<00:00, 9.48it/s] xorg-libsm-1.2.3 | 25 KB | : 100% 1.0/1 [00:00<00:00, 28.11it/s] c-ares-1.15.0 | 100 KB | : 100% 1.0/1 [00:00<00:00, 17.31it/s] icu-64.2 | 12.6 MB | : 100% 1.0/1 [00:01<00:00, 1.90s/it]
proj-6.3.0 | 10.3 MB | : 100% 1.0/1 [00:01<00:00, 1.41s/it]
cfitsio-3.470 | 1.4 MB | : 100% 1.0/1 [00:00<00:00, 4.03it/s]
bokeh-1.4.0 | 13.5 MB | : 100% 1.0/1 [00:03<00:00, 3.63s/it]
cupy-7.2.0 | 15.2 MB | : 100% 1.0/1 [00:02<00:00, 2.84s/it]
tornado-6.0.4 | 641 KB | : 100% 1.0/1 [00:00<00:00, 4.83it/s]
_libgcc_mutex-0.1 | 3 KB | : 100% 1.0/1 [00:00<00:00, 28.24it/s] xorg-kbproto-1.0.7 | 26 KB | : 100% 1.0/1 [00:00<00:00, 29.36it/s] google-auth-1.11.2 | 47 KB | : 100% 1.0/1 [00:00<00:00, 15.46it/s] cudatoolkit-10.0.130 | 380.0 MB | : 100% 1.0/1 [01:14<00:00, 74.71s/it]
kealib-1.4.10 | 173 KB | : 100% 1.0/1 [00:00<00:00, 8.99it/s] rsa-4.0 | 27 KB | : 100% 1.0/1 [00:00<00:00, 25.53it/s] dask-2.12.0 | 4 KB | : 100% 1.0/1 [00:00<00:00, 27.77it/s] python-dateutil-2.8. | 220 KB | : 100% 1.0/1 [00:00<00:00, 17.53it/s] grpc-cpp-1.23.0 | 4.5 MB | : 100% 1.0/1 [00:00<00:00, 1.05it/s]
freexl-1.0.5 | 43 KB | : 100% 1.0/1 [00:00<00:00, 24.41it/s] jpeg-9c | 251 KB | : 100% 1.0/1 [00:00<00:00, 11.40it/s] libdap4-3.20.4 | 18.5 MB | : 100% 1.0/1 [00:02<00:00, 2.47s/it]
ucx-py-0.12.0+g9d06c | 270 KB | : 100% 1.0/1 [00:02<00:00, 2.60s/it]
nccl-2.4.6.1 | 66.5 MB | : 100% 1.0/1 [00:14<00:00, 14.64s/it]
cudf-0.12.0 | 9.9 MB | : 100% 1.0/1 [00:05<00:00, 5.51s/it]
blinker-1.4 | 13 KB | : 100% 1.0/1 [00:00<00:00, 23.93it/s] giflib-5.1.7 | 455 KB | : 100% 1.0/1 [00:00<00:00, 8.28it/s] fsspec-0.6.2 | 46 KB | : 100% 1.0/1 [00:00<00:00, 22.23it/s] numpy-1.18.1 | 5.2 MB | : 100% 1.0/1 [00:01<00:00, 1.13s/it]
pysocks-1.7.1 | 27 KB | : 100% 1.0/1 [00:00<00:00, 35.97it/s] pandas-0.25.3 | 11.4 MB | : 100% 1.0/1 [00:02<00:00, 2.45s/it]
libcudf-0.12.0 | 119.2 MB | : 100% 1.0/1 [00:37<00:00, 37.54s/it]
libhwloc-2.1.0 | 2.7 MB | : 100% 1.0/1 [00:00<00:00, 2.20it/s]
scikit-learn-0.22.2. | 7.1 MB | : 100% 1.0/1 [00:01<00:00, 1.55s/it]
libcugraph-0.12.0 | 18.9 MB | : 100% 1.0/1 [00:07<00:00, 7.69s/it]
xorg-libx11-1.6.9 | 918 KB | : 100% 1.0/1 [00:00<00:00, 3.24it/s]
libxgboost-0.90.rapi | 32.8 MB | : 100% 1.0/1 [00:11<00:00, 11.20s/it]
ncurses-6.1 | 1.3 MB | : 100% 1.0/1 [00:00<00:00, 1.27it/s]
snappy-1.1.8 | 39 KB | : 100% 1.0/1 [00:00<00:00, 21.43it/s] xorg-libxau-1.0.9 | 13 KB | : 100% 1.0/1 [00:00<00:00, 26.25it/s] gcsfs-0.6.0 | 19 KB | : 100% 1.0/1 [00:00<00:00, 16.16it/s] chardet-3.0.4 | 190 KB | : 100% 1.0/1 [00:00<00:00, 13.03it/s] xorg-libxdmcp-1.1.3 | 18 KB | : 100% 1.0/1 [00:00<00:00, 27.51it/s] libevent-2.1.10 | 1.3 MB | : 100% 1.0/1 [00:00<00:00, 2.78it/s]
locket-0.2.0 | 6 KB | : 100% 1.0/1 [00:00<00:00, 33.03it/s] pycparser-2.20 | 89 KB | : 100% 1.0/1 [00:00<00:00, 13.08it/s] librmm-0.12.0 | 53 KB | : 100% 1.0/1 [00:01<00:00, 1.63s/it]
cachetools-3.1.1 | 11 KB | : 100% 1.0/1 [00:00<00:00, 19.84it/s] libcurl-7.68.0 | 564 KB | : 100% 1.0/1 [00:00<00:00, 8.02it/s]
pyasn1-modules-0.2.7 | 60 KB | : 100% 1.0/1 [00:00<00:00, 12.58it/s] libgfortran-ng-7.3.0 | 1.7 MB | : 100% 1.0/1 [00:00<00:00, 3.63it/s]
yaml-0.2.2 | 82 KB | : 100% 1.0/1 [00:00<00:00, 22.37it/s] llvm-openmp-9.0.1 | 782 KB | : 100% 1.0/1 [00:00<00:00, 7.61it/s]
heapdict-1.0.1 | 7 KB | : 100% 1.0/1 [00:00<00:00, 29.91it/s] olefile-0.46 | 31 KB | : 100% 1.0/1 [00:00<00:00, 28.18it/s] cytoolz-0.10.1 | 431 KB | : 100% 1.0/1 [00:00<00:00, 4.91it/s]
idna-2.9 | 52 KB | : 100% 1.0/1 [00:00<00:00, 26.42it/s] pyarrow-0.15.0 | 3.2 MB | : 100% 1.0/1 [00:00<00:00, 1.11it/s]
_openmp_mutex-4.5 | 5 KB | : 100% 1.0/1 [00:00<00:00, 26.58it/s] pytz-2019.3 | 237 KB | : 100% 1.0/1 [00:00<00:00, 4.64it/s]
tk-8.6.10 | 3.2 MB | : 100% 1.0/1 [00:00<00:00, 1.52it/s]
markupsafe-1.1.1 | 26 KB | : 100% 1.0/1 [00:00<00:00, 28.82it/s] arrow-cpp-0.15.0 | 18.1 MB | : 100% 1.0/1 [00:03<00:00, 3.08s/it]
liblapack-3.8.0 | 10 KB | : 100% 1.0/1 [00:00<00:00, 21.74it/s] zlib-1.2.11 | 105 KB | : 100% 1.0/1 [00:00<00:00, 18.30it/s] openjpeg-2.3.1 | 475 KB | : 100% 1.0/1 [00:00<00:00, 8.49it/s]
pyasn1-0.4.8 | 53 KB | : 100% 1.0/1 [00:00<00:00, 16.38it/s] libcblas-3.8.0 | 10 KB | : 100% 1.0/1 [00:00<00:00, 22.49it/s] pillow-7.0.0 | 647 KB | : 100% 1.0/1 [00:00<00:00, 5.62it/s]
pyparsing-2.4.6 | 59 KB | : 100% 1.0/1 [00:00<00:00, 26.03it/s] geotiff-1.5.1 | 279 KB | : 100% 1.0/1 [00:00<00:00, 8.81it/s] libcumlprims-0.12 | 6.5 MB | : 100% 1.0/1 [00:05<00:00, 5.25s/it]
libllvm8-8.0.1 | 23.2 MB | : 100% 1.0/1 [00:03<00:00, 3.74s/it]
cloudpickle-1.3.0 | 24 KB | : 100% 1.0/1 [00:00<00:00, 23.03it/s] sqlite-3.30.1 | 2.0 MB | : 100% 1.0/1 [00:00<00:00, 3.14it/s]
pyjwt-1.7.1 | 17 KB | : 100% 1.0/1 [00:00<00:00, 24.33it/s] sortedcontainers-2.1 | 25 KB | : 100% 1.0/1 [00:00<00:00, 21.58it/s] rmm-0.12.0 | 353 KB | : 100% 1.0/1 [00:02<00:00, 2.86s/it]
cudnn-7.6.0 | 216.6 MB | : 100% 1.0/1 [00:43<00:00, 43.50s/it]
xorg-libxrender-0.9. | 31 KB | : 100% 1.0/1 [00:00<00:00, 20.31it/s] dlpack-0.2 | 13 KB | : 100% 1.0/1 [00:00<00:00, 31.42it/s] requests-oauthlib-1. | 19 KB | : 100% 1.0/1 [00:00<00:00, 18.57it/s] cffi-1.14.0 | 221 KB | : 100% 1.0/1 [00:00<00:00, 14.09it/s] pcre-8.44 | 261 KB | : 100% 1.0/1 [00:00<00:00, 13.53it/s] cugraph-0.12.0 | 4.0 MB | : 100% 1.0/1 [00:04<00:00, 4.58s/it]
libcuml-0.12.0 | 51.8 MB | : 100% 1.0/1 [00:14<00:00, 14.85s/it]
hdf4-4.2.13 | 964 KB | : 100% 1.0/1 [00:00<00:00, 5.10it/s]
google-auth-oauthlib | 18 KB | : 100% 1.0/1 [00:00<00:00, 19.87it/s] libtiff-4.1.0 | 595 KB | : 100% 1.0/1 [00:00<00:00, 7.89it/s]
dask-cudf-0.12.0 | 70 KB | : 100% 1.0/1 [00:01<00:00, 1.65s/it]
xorg-xproto-7.0.31 | 72 KB | : 100% 1.0/1 [00:00<00:00, 18.57it/s] libspatialite-4.3.0a | 3.1 MB | : 100% 1.0/1 [00:00<00:00, 1.82it/s]
zict-2.0.0 | 10 KB | : 100% 1.0/1 [00:00<00:00, 30.73it/s] xorg-renderproto-0.1 | 8 KB | : 100% 1.0/1 [00:00<00:00, 35.40it/s] xorg-libxext-1.3.4 | 51 KB | : 100% 1.0/1 [00:00<00:00, 23.02it/s] libstdcxx-ng-9.2.0 | 4.5 MB | : 100% 1.0/1 [00:00<00:00, 1.59it/s]
libpq-12.2 | 2.6 MB | : 100% 1.0/1 [00:00<00:00, 1.45it/s]
libgdal-2.4.4 | 18.7 MB | : 100% 1.0/1 [00:03<00:00, 3.28s/it]
numba-0.48.0 | 3.4 MB | : 100% 1.0/1 [00:01<00:00, 1.00s/it]
requests-2.23.0 | 85 KB | : 100% 1.0/1 [00:00<00:00, 20.43it/s] glog-0.4.0 | 104 KB | : 100% 1.0/1 [00:00<00:00, 22.63it/s] readline-8.0 | 441 KB | : 100% 1.0/1 [00:00<00:00, 9.44it/s] gettext-0.19.8.1 | 3.6 MB | : 100% 1.0/1 [00:01<00:00, 1.09s/it]
cuspatial-0.12.0 | 574 KB | : 100% 1.0/1 [00:02<00:00, 2.18s/it]
python-3.6.10 | 34.1 MB | : 100% 1.0/1 [00:04<00:00, 4.71s/it]
six-1.14.0 | 23 KB | : 100% 1.0/1 [00:00<00:00, 26.32it/s] dask-core-2.12.0 | 594 KB | : 100% 1.0/1 [00:00<00:00, 5.14it/s]
distributed-2.12.0 | 993 KB | : 100% 1.0/1 [00:00<00:00, 3.16it/s]
libblas-3.8.0 | 10 KB | : 100% 1.0/1 [00:00<00:00, 19.53it/s] thrift-cpp-0.12.0 | 2.4 MB | : 100% 1.0/1 [00:00<00:00, 1.99it/s]
cryptography-2.8 | 616 KB | : 100% 1.0/1 [00:00<00:00, 3.92it/s]
poppler-data-0.4.9 | 3.4 MB | : 100% 1.0/1 [00:00<00:00, 1.64it/s]
poppler-0.67.0 | 8.9 MB | : 100% 1.0/1 [00:01<00:00, 1.29s/it]
freetype-2.10.0 | 884 KB | : 100% 1.0/1 [00:00<00:00, 5.94it/s]
openssl-1.1.1d | 2.1 MB | : 100% 1.0/1 [00:00<00:00, 2.97it/s]
setuptools-46.0.0 | 635 KB | : 100% 1.0/1 [00:00<00:00, 5.15it/s]
jinja2-2.11.1 | 94 KB | : 100% 1.0/1 [00:00<00:00, 17.28it/s] libprotobuf-3.8.0 | 4.7 MB | : 100% 1.0/1 [00:00<00:00, 1.10it/s]
libxml2-2.9.10 | 1.3 MB | : 100% 1.0/1 [00:00<00:00, 2.58it/s]
brotli-1.0.7 | 1.0 MB | : 100% 1.0/1 [00:00<00:00, 5.89it/s]
packaging-20.1 | 31 KB | : 100% 1.0/1 [00:00<00:00, 24.69it/s] pynvml-8.0.4 | 31 KB | : 100% 1.0/1 [00:00<00:00, 13.92it/s] nvstrings-0.12.0 | 129 KB | : 100% 1.0/1 [00:02<00:00, 2.79s/it]
curl-7.68.0 | 137 KB | : 100% 1.0/1 [00:00<00:00, 21.69it/s] libkml-1.3.0 | 643 KB | : 100% 1.0/1 [00:00<00:00, 5.58it/s]
tzcode-2019a | 429 KB | : 100% 1.0/1 [00:00<00:00, 2.60it/s]
pyyaml-5.3 | 185 KB | : 100% 1.0/1 [00:00<00:00, 12.59it/s] click-7.0 | 61 KB | : 100% 1.0/1 [00:00<00:00, 20.90it/s] certifi-2019.11.28 | 149 KB | : 100% 1.0/1 [00:00<00:00, 22.37it/s] pip-20.0.2 | 1.0 MB | : 100% 1.0/1 [00:00<00:00, 3.51it/s]
py-xgboost-0.90.rapi | 87 KB | : 100% 1.0/1 [00:01<00:00, 1.29s/it]
xorg-libice-1.0.10 | 57 KB | : 100% 1.0/1 [00:00<00:00, 19.70it/s] glib-2.58.3 | 3.3 MB | : 100% 1.0/1 [00:00<00:00, 1.37it/s]
fastrlock-0.4 | 32 KB | : 100% 1.0/1 [00:00<00:00, 27.55it/s] libgcc-ng-9.2.0 | 8.2 MB | : 100% 1.0/1 [00:01<00:00, 1.15s/it]
expat-2.2.9 | 191 KB | : 100% 1.0/1 [00:00<00:00, 14.86it/s] urllib3-1.25.7 | 160 KB | : 100% 1.0/1 [00:00<00:00, 4.65it/s]
llvmlite-0.31.0 | 337 KB | : 100% 1.0/1 [00:00<00:00, 8.29it/s]
libuuid-2.32.1 | 26 KB | : 100% 1.0/1 [00:00<00:00, 32.33it/s] ca-certificates-2019 | 145 KB | : 100% 1.0/1 [00:00<00:00, 18.11it/s] pthread-stubs-0.4 | 5 KB | : 100% 1.0/1 [00:00<00:00, 38.39it/s] scipy-1.4.1 | 18.9 MB | : 100% 1.0/1 [00:03<00:00, 3.58s/it]
xorg-xextproto-7.3.0 | 27 KB | : 100% 1.0/1 [00:00<00:00, 15.39it/s] double-conversion-3. | 85 KB | : 100% 1.0/1 [00:00<00:00, 19.29it/s] wheel-0.34.2 | 24 KB | : 100% 1.0/1 [00:00<00:00, 30.22it/s] fontconfig-2.13.1 | 340 KB | : 100% 1.0/1 [00:00<00:00, 10.05it/s] libcuspatial-0.12.0 | 1.6 MB | : 100% 1.0/1 [00:02<00:00, 2.79s/it]
boost-cpp-1.70.0 | 21.1 MB | : 100% 1.0/1 [00:08<00:00, 8.69s/it]
partd-1.1.0 | 17 KB | : 100% 1.0/1 [00:00<00:00, 11.58it/s] cairo-1.16.0 | 1.5 MB | : 100% 1.0/1 [00:00<00:00, 3.15it/s]
xgboost-0.90.rapidsd | 12 KB | : 100% 1.0/1 [00:01<00:00, 1.25s/it] msgpack-python-1.0.0 | 90 KB | : 100% 1.0/1 [00:00<00:00, 23.87it/s] decorator-4.4.2 | 11 KB | : 100% 1.0/1 [00:00<00:00, 29.48it/s] xz-5.2.4 | 366 KB | : 100% 1.0/1 [00:00<00:00, 9.03it/s]
xerces-c-3.2.2 | 1.7 MB | : 100% 1.0/1 [00:00<00:00, 1.95it/s]
lz4-c-1.8.3 | 187 KB | : 100% 1.0/1 [00:00<00:00, 15.34it/s] bzip2-1.0.8 | 396 KB | : 100% 1.0/1 [00:00<00:00, 10.54it/s] Preparing transaction: done Verifying transaction: done Executing transaction: failed ERROR conda.core.link:_execute(502): An error occurred while installing package 'conda-forge::blinker-1.4-py_1'. FileNotFoundError(2, "No such file or directory: '/usr/local/bin/python3.6'") Attempting to roll back.
Rolling back transaction: done
FileNotFoundError(2, "No such file or directory: '/usr/local/bin/python3.6'")
Let us check on those pyarrow and cffi versions...
unloaded pyarrow 0.14.1 unloaded pyarrow 0.14.1 unloaded pyarrow 0.14.1 unloaded pyarrow 0.14.1 unloaded pyarrow 0.14.1 unloaded pyarrow 0.14.1 unloaded pyarrow 0.14.1 unloaded pyarrow 0.14.1 unloaded pyarrow 0.14.1 unloaded pyarrow 0.14.1 unloaded pyarrow 0.14.1 unloaded pyarrow 0.14.1 loaded pyarrow 0.14.1 You're now running pyarrow 0.14.1 and are good to go! unloaded cffi 1.14.0 loaded cffi 1.11.5`