Hello everyone,
I'm encountering continuous warning messages while trying to install ggplot2 on Jupyter Notebook. Despite trying multiple methods to install, I've been unsuccessful. Could someone please assist me with this?
Warning messages are often reminders about ordinary situations. What messages are you getting?
Some more questions/diagnostics to help us help you:
- What command did you run to install ggplot2. Was it
install.packages("ggplot2")
? - What warning messages and other output did you see? Please copy-paste the full output to help diagnose the problem
- Are you getting any errors or only warnings? Are you able to run
library(ggplot2)
to load the package? - Please tell us more about your setup by running
.libPaths()
andsessionInfo()
and copy-pasting their output - Is the problem specific to the jupyter notebook? Have you tried running R outside of the notebook context?
Hi Jd blischak,
thanks for your reply, below are the things that are you asking,
Command for installation of ggplot2:
The easiest way to get ggplot2 is to install the whole tidyverse:
install.packages("tidyverse")
Alternatively, install just ggplot2:
install.packages("ggplot2")
Or the development version from GitHub:
install.packages("pak")
pak::pak("tidyverse/ggplot2"),
I am Getting below Error and warning message:
also installing the dependencies 'fastmap', 'bit', 'cachem', 'farver', 'fs', 'rappdirs', 'bit64', 'progress', 'processx', 'evaluate', 'xfun', 'lifecycle', 'memoise', 'blob', 'DBI', 'glue', 'tidyselect', 'vctrs', 'data.table', 'isoband', 'scales', 'gargle', 'ids', 'rematch2', 'cpp11', 'curl', 'timechange', 'systemfonts', 'textshaping', 'vroom', 'tzdb', 'callr', 'knitr', 'stringi', 'broom', 'conflicted', 'cli', 'dbplyr', 'dplyr', 'dtplyr', 'forcats', 'ggplot2', 'googledrive', 'googlesheets4', 'haven', 'hms', 'httr', 'jsonlite', 'lubridate', 'magrittr', 'modelr', 'pillar', 'purrr', 'ragg', 'readr', 'readxl', 'reprex', 'rlang', 'rstudioapi', 'rvest', 'stringr', 'tibble', 'tidyr', 'xml2'
Warning message:
"unable to access index for repository [https://cran.r-project.org/bin/windows/contrib/3.6](https://cran.r-project.org/bin/windows/contrib/3.6):
cannot open URL '[https://cran.r-project.org/bin/windows/contrib/3.6/PACKAGES](https://cran.r-project.org/bin/windows/contrib/3.6/PACKAGES)'"Packages which are only available in source form, and may need
compilation of C/C++/Fortran: 'fastmap' 'bit' 'cachem' 'farver' 'fs'
'rappdirs' 'bit64' 'processx' 'xfun' 'glue' 'tidyselect' 'vctrs'
'data.table' 'isoband' 'scales' 'curl' 'timechange' 'systemfonts'
'textshaping' 'vroom' 'tzdb' 'stringi' 'cli' 'dplyr' 'haven'
'jsonlite' 'lubridate' 'magrittr' 'purrr' 'ragg' 'readr' 'readxl'
'rlang' 'tibble' 'tidyr' 'xml2'
These will not be installed
installing the source packages 'progress', 'evaluate', 'lifecycle', 'memoise', 'blob', 'DBI', 'gargle', 'ids', 'rematch2', 'cpp11', 'callr', 'knitr', 'broom', 'conflicted', 'dbplyr', 'dtplyr', 'forcats', 'ggplot2', 'googledrive', 'googlesheets4', 'hms', 'httr', 'modelr', 'pillar', 'reprex', 'rstudioapi', 'rvest', 'stringr', 'tidyverse'
Warning message in install.packages("tidyverse"):
"installation of package 'lifecycle' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'memoise' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'blob' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'callr' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'gargle' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'knitr' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'conflicted' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'dtplyr' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'forcats' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'ggplot2' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'hms' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'pillar' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'rvest' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'stringr' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'progress' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'broom' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'dbplyr' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'googledrive' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'reprex' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'googlesheets4' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'modelr' had non-zero exit status"Warning message in install.packages("tidyverse"):
"installation of package 'tidyverse' had non-zero exit status"also installing the dependencies 'cli', 'farver', 'isoband', 'lifecycle', 'rlang', 'scales', 'vctrs'
Warning message:
"unable to access index for repository [https://cran.r-project.org/bin/windows/contrib/3.6](https://cran.r-project.org/bin/windows/contrib/3.6):
cannot open URL '[https://cran.r-project.org/bin/windows/contrib/3.6/PACKAGES](https://cran.r-project.org/bin/windows/contrib/3.6/PACKAGES)'"Packages which are only available in source form, and may need
compilation of C/C++/Fortran: 'cli' 'farver' 'isoband' 'rlang'
'scales' 'vctrs'
These will not be installed
installing the source packages 'lifecycle', 'ggplot2'
Warning message in install.packages("ggplot2"):
"installation of package 'lifecycle' had non-zero exit status"Warning message in install.packages("ggplot2"):
"installation of package 'ggplot2' had non-zero exit status"
Error in loadNamespace(name): there is no package called 'pak'
Traceback:
1. pak::pak
2. getExportedValue(pkg, name)
3. asNamespace(ns)
4. getNamespace(ns)
5. loadNamespace(name)
6. withRestarts(stop(cond), retry_loadNamespace = function() NULL)
7. withOneRestart(expr, restarts[[1L]])
- doWithOneRestart(return(expr), restart)
My setup:
'C:/Users/Hafiz Imran/anaconda3/envs/Hafiz/Lib/R/library'
R version 3.6.1 (2019-07-05)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 22631)
Matrix products: default
locale:
[1] LC_COLLATE=English_United Arab Emirates.1252
[2] LC_CTYPE=English_United Arab Emirates.1252
[3] LC_MONETARY=English_United Arab Emirates.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United Arab Emirates.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.6.1 IRdisplay_0.7.0 pbdZMQ_0.3-3 tools_3.6.1
[5] htmltools_0.3.6 base64enc_0.1-3 crayon_1.3.4 Rcpp_1.0.1
[9] uuid_0.1-2 IRkernel_1.3.2 jsonlite_1.6 digest_0.6.18
[13] repr_0.19.2 evaluate_0.23
I am trying to run R on jupyter notebook
<img src="upload://6vtFMftVMVfaeZm32jGpklwx9vh.png" alt="image.png" width="472" height="43">
I tried to use other commands too for installation of ggplot like,
**install.packages("installr")** then i get the error below:
Looks like you're trying to install packages for an old version of R. The packages you want o install that work with R version 3.6 are not available as binaries. You probably don't want to compile those yourself. Upgrade R. The current version is 4.3.3.
Hi mduvekot,
Yes, you are correct. The current version of R on my Jupyter Notebook is 3.6. I attempted to update it using Anaconda, but I am unsure how to proceed. Consequently, I downloaded the latest version of Anaconda, but the R version remains unchanged within Anaconda.
I see. You are using conda to install R. That changes things.
When using conda, it's best to install as much as possible (and preferably everything) via conda packages. Thus there is no need to download {ggplot2} from CRAN and install it from source. Instead you should install the conda binary, r-ggplot2
. The command below installs R, {ggplot2}, and the Jupyter notebook into a conda environment (you'd need to remove the --dry-run
flag for it to actually install anything on your computer). I've truncated the full output to highlight the most important parts.
conda create -n test --dry-run --override-channels -c defaults r-base r-ggplot2 notebook
## Channels:
## - defaults
## Platform: win-64
## Collecting package metadata (repodata.json): done
## Solving environment: done
##
## ## Package Plan ##
##
## environment location: C:\Users\john\mambaforge\envs\test
##
## added / updated specs:
## - notebook
## - r-base
## - r-ggplot2
##
## The following NEW packages will be INSTALLED:
##
## notebook pkgs/main/win-64::notebook-7.0.8-py312haa95532_0
## python pkgs/main/win-64::python-3.12.2-h1d929f7_0
## r-base pkgs/r/win-64::r-base-3.6.1-hf18239d_1
## r-ggplot2 pkgs/r/noarch::r-ggplot2-3.1.1-r36h6115d3f_0
##
## DryRunExit: Dry run. Exiting.
Click here to see the full output of the conda create
command
conda create -n test --dry-run --override-channels -c defaults r-base r-ggplot2 notebook
Channels:
- defaults
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: done
## Package Plan ##
environment location: C:\Users\john\mambaforge\envs\test
added / updated specs:
- notebook
- r-base
- r-ggplot2
The following packages will be downloaded:
package | build
---------------------------|-----------------
_r-mutex-1.0.0 | anacondar_1 3 KB
anyio-4.2.0 | py312haa95532_0 239 KB
argon2-cffi-21.3.0 | pyhd3eb1b0_0 15 KB
argon2-cffi-bindings-21.2.0| py312h2bbff1b_0 32 KB
asttokens-2.0.5 | pyhd3eb1b0_0 20 KB
async-lru-2.0.4 | py312haa95532_0 21 KB
attrs-23.1.0 | py312haa95532_0 153 KB
babel-2.11.0 | py312haa95532_0 6.2 MB
beautifulsoup4-4.12.2 | py312haa95532_0 248 KB
bleach-4.1.0 | pyhd3eb1b0_0 123 KB
brotli-python-1.0.9 | py312hd77b12b_7 300 KB
bzip2-1.0.8 | h2bbff1b_5 78 KB
ca-certificates-2024.3.11 | haa95532_0 128 KB
certifi-2024.2.2 | py312haa95532_0 161 KB
cffi-1.16.0 | py312h2bbff1b_0 297 KB
charset-normalizer-2.0.4 | pyhd3eb1b0_0 35 KB
colorama-0.4.6 | py312haa95532_0 53 KB
comm-0.2.1 | py312haa95532_0 17 KB
debugpy-1.6.7 | py312hd77b12b_0 2.9 MB
decorator-5.1.1 | pyhd3eb1b0_0 12 KB
defusedxml-0.7.1 | pyhd3eb1b0_0 23 KB
executing-0.8.3 | pyhd3eb1b0_0 18 KB
expat-2.5.0 | hd77b12b_0 225 KB
idna-3.4 | py312haa95532_0 94 KB
ipykernel-6.28.0 | py312haa95532_0 241 KB
ipython-8.20.0 | py312haa95532_0 1.4 MB
jedi-0.18.1 | py312haa95532_1 1.1 MB
jinja2-3.1.3 | py312haa95532_0 332 KB
json5-0.9.6 | pyhd3eb1b0_0 21 KB
jsonschema-4.19.2 | py312haa95532_0 195 KB
jsonschema-specifications-2023.7.1| py312haa95532_0 16 KB
jupyter-lsp-2.2.0 | py312haa95532_0 99 KB
jupyter_client-8.6.0 | py312haa95532_0 239 KB
jupyter_core-5.5.0 | py312haa95532_0 104 KB
jupyter_events-0.8.0 | py312haa95532_0 58 KB
jupyter_server-2.10.0 | py312haa95532_0 561 KB
jupyter_server_terminals-0.4.4| py312haa95532_1 27 KB
jupyterlab-4.0.11 | py312haa95532_0 4.3 MB
jupyterlab_pygments-0.1.2 | py_0 8 KB
jupyterlab_server-2.25.1 | py312haa95532_0 104 KB
libffi-3.4.4 | hd77b12b_0 113 KB
libsodium-1.0.18 | h62dcd97_0 477 KB
m2w64-bwidget-1.9.10 | 2 153 KB
m2w64-bzip2-1.0.6 | 6 100 KB
m2w64-expat-2.1.1 | 2 160 KB
m2w64-fftw-3.3.4 | 6 5.4 MB
m2w64-flac-1.3.1 | 3 872 KB
m2w64-gcc-libgfortran-5.3.0| 6 340 KB
m2w64-gcc-libs-5.3.0 | 7 518 KB
m2w64-gcc-libs-core-5.3.0 | 7 213 KB
m2w64-gettext-0.19.7 | 2 4.2 MB
m2w64-gmp-6.1.0 | 2 689 KB
m2w64-gsl-2.1 | 2 2.4 MB
m2w64-libiconv-1.14 | 6 1.5 MB
m2w64-libjpeg-turbo-1.4.2 | 3 656 KB
m2w64-libogg-1.3.2 | 3 205 KB
m2w64-libpng-1.6.21 | 2 399 KB
m2w64-libsndfile-1.0.26 | 2 549 KB
m2w64-libtiff-4.0.6 | 2 1.2 MB
m2w64-libvorbis-1.3.5 | 2 480 KB
m2w64-libwinpthread-git-5.0.0.4634.697f757| 2 30 KB
m2w64-libxml2-2.9.3 | 4 2.1 MB
m2w64-mpfr-3.1.4 | 4 293 KB
m2w64-openblas-0.2.19 | 1 14.0 MB
m2w64-pcre-8.38 | 2 1.2 MB
m2w64-speex-1.2rc2 | 3 593 KB
m2w64-speexdsp-1.2rc3 | 3 514 KB
m2w64-tcl-8.6.5 | 3 3.9 MB
m2w64-tk-8.6.5 | 3 2.2 MB
m2w64-tktable-2.10 | 5 112 KB
m2w64-wineditline-2.101 | 5 46 KB
m2w64-xz-5.2.2 | 2 395 KB
m2w64-zlib-1.2.8 | 10 197 KB
markupsafe-2.1.3 | py312h2bbff1b_0 27 KB
matplotlib-inline-0.1.6 | py312haa95532_0 19 KB
mistune-2.0.4 | py312haa95532_0 105 KB
msys2-conda-epoch-20160418 | 1 2 KB
nbclient-0.8.0 | py312haa95532_0 129 KB
nbconvert-7.10.0 | py312haa95532_0 502 KB
nbformat-5.9.2 | py312haa95532_0 166 KB
nest-asyncio-1.6.0 | py312haa95532_0 17 KB
notebook-7.0.8 | py312haa95532_0 3.0 MB
notebook-shim-0.2.3 | py312haa95532_0 25 KB
openssl-3.0.13 | h2bbff1b_0 7.4 MB
overrides-7.4.0 | py312haa95532_0 36 KB
packaging-23.2 | py312haa95532_0 171 KB
pandocfilters-1.5.0 | pyhd3eb1b0_0 11 KB
parso-0.8.3 | pyhd3eb1b0_0 70 KB
pip-23.3.1 | py312haa95532_0 2.9 MB
platformdirs-3.10.0 | py312haa95532_0 37 KB
prometheus_client-0.14.1 | py312haa95532_0 118 KB
prompt-toolkit-3.0.43 | py312haa95532_0 733 KB
prompt_toolkit-3.0.43 | hd3eb1b0_0 5 KB
psutil-5.9.0 | py312h2bbff1b_0 466 KB
pure_eval-0.2.2 | pyhd3eb1b0_0 14 KB
pycparser-2.21 | pyhd3eb1b0_0 94 KB
pygments-2.15.1 | py312haa95532_1 1.8 MB
pysocks-1.7.1 | py312haa95532_0 34 KB
python-3.12.2 | h1d929f7_0 16.2 MB
python-dateutil-2.8.2 | pyhd3eb1b0_0 233 KB
python-fastjsonschema-2.16.2| py312haa95532_0 244 KB
python-json-logger-2.0.7 | py312haa95532_0 17 KB
pytz-2023.3.post1 | py312haa95532_0 199 KB
pywin32-305 | py312h2bbff1b_0 6.1 MB
pywinpty-2.0.10 | py312h5da7b33_0 208 KB
pyyaml-6.0.1 | py312h2bbff1b_0 162 KB
pyzmq-25.1.2 | py312hd77b12b_0 485 KB
r-assertthat-0.2.1 | r36h6115d3f_0 74 KB
r-base-3.6.1 | hf18239d_1 55.3 MB
r-cli-1.1.0 | r36h6115d3f_0 189 KB
r-colorspace-1.4_1 | r36h6115d3f_0 2.3 MB
r-crayon-1.3.4 | r36h6115d3f_0 757 KB
r-dichromat-2.0_0 | r36h6115d3f_4 163 KB
r-digest-0.6.18 | r36h6115d3f_0 147 KB
r-fansi-0.4.0 | r36h6115d3f_0 196 KB
r-ggplot2-3.1.1 | r36h6115d3f_0 3.6 MB
r-glue-1.3.1 | r36h6115d3f_0 165 KB
r-gtable-0.3.0 | r36h6115d3f_0 425 KB
r-labeling-0.3 | r36h6115d3f_4 71 KB
r-lattice-0.20_38 | r36h6115d3f_0 1.2 MB
r-lazyeval-0.2.2 | r36h6115d3f_0 167 KB
r-magrittr-1.5 | r36h6115d3f_4 173 KB
r-mass-7.3_51.3 | r36h6115d3f_0 1.2 MB
r-matrix-1.2_17 | r36h6115d3f_0 3.4 MB
r-mgcv-1.8_28 | r36h6115d3f_0 2.7 MB
r-munsell-0.5.0 | r36h6115d3f_0 254 KB
r-nlme-3.1_139 | r36h6115d3f_0 2.3 MB
r-pillar-1.3.1 | r36h6115d3f_0 180 KB
r-pkgconfig-2.0.2 | r36h6115d3f_0 25 KB
r-plyr-1.8.4 | r36h6115d3f_0 822 KB
r-r6-2.4.0 | r36h6115d3f_0 68 KB
r-rcolorbrewer-1.1_2 | r36h6115d3f_0 62 KB
r-rcpp-1.0.1 | r36h6115d3f_0 3.2 MB
r-reshape2-1.4.3 | r36h6115d3f_0 125 KB
r-rlang-0.3.4 | r36h6115d3f_0 1.1 MB
r-scales-1.0.0 | r36h6115d3f_0 575 KB
r-stringi-1.4.3 | r36h6115d3f_0 9.4 MB
r-stringr-1.4.0 | r36h6115d3f_0 221 KB
r-tibble-2.1.1 | r36h6115d3f_0 322 KB
r-utf8-1.1.4 | r36h6115d3f_0 142 KB
r-viridislite-0.3.0 | r36h6115d3f_0 66 KB
r-withr-2.1.2 | r36h6115d3f_0 181 KB
referencing-0.30.2 | py312haa95532_0 74 KB
requests-2.31.0 | py312haa95532_1 122 KB
rfc3339-validator-0.1.4 | py312haa95532_0 10 KB
rfc3986-validator-0.1.1 | py312haa95532_0 10 KB
rpds-py-0.10.6 | py312h062c2fa_0 178 KB
send2trash-1.8.2 | py312haa95532_0 79 KB
setuptools-68.2.2 | py312haa95532_0 1.2 MB
six-1.16.0 | pyhd3eb1b0_1 18 KB
sniffio-1.3.0 | py312haa95532_0 17 KB
soupsieve-2.5 | py312haa95532_0 86 KB
sqlite-3.41.2 | h2bbff1b_0 894 KB
stack_data-0.2.0 | pyhd3eb1b0_0 22 KB
terminado-0.17.1 | py312haa95532_0 38 KB
tinycss2-1.2.1 | py312haa95532_0 46 KB
tk-8.6.12 | h2bbff1b_0 3.1 MB
tornado-6.3.3 | py312h2bbff1b_0 800 KB
traitlets-5.7.1 | py312haa95532_0 251 KB
typing-extensions-4.9.0 | py312haa95532_1 10 KB
typing_extensions-4.9.0 | py312haa95532_1 71 KB
tzdata-2024a | h04d1e81_0 116 KB
urllib3-2.1.0 | py312haa95532_1 193 KB
vc-14.2 | h21ff451_1 8 KB
vs2015_runtime-14.27.29016 | h5e58377_2 1007 KB
wcwidth-0.2.5 | pyhd3eb1b0_0 26 KB
webencodings-0.5.1 | py312haa95532_2 25 KB
websocket-client-0.58.0 | py312haa95532_4 88 KB
wheel-0.41.2 | py312haa95532_0 150 KB
win_inet_pton-1.1.0 | py312haa95532_0 10 KB
winpty-0.4.3 | 4 678 KB
xz-5.4.6 | h8cc25b3_0 587 KB
yaml-0.2.5 | he774522_0 62 KB
zeromq-4.3.5 | hd77b12b_0 5.2 MB
zlib-1.2.13 | h8cc25b3_0 113 KB
------------------------------------------------------------
Total: 214.0 MB
The following NEW packages will be INSTALLED:
_r-mutex pkgs/r/win-64::_r-mutex-1.0.0-anacondar_1
anyio pkgs/main/win-64::anyio-4.2.0-py312haa95532_0
argon2-cffi pkgs/main/noarch::argon2-cffi-21.3.0-pyhd3eb1b0_0
argon2-cffi-bindi~ pkgs/main/win-64::argon2-cffi-bindings-21.2.0-py312h2bbff1b_0
asttokens pkgs/main/noarch::asttokens-2.0.5-pyhd3eb1b0_0
async-lru pkgs/main/win-64::async-lru-2.0.4-py312haa95532_0
attrs pkgs/main/win-64::attrs-23.1.0-py312haa95532_0
babel pkgs/main/win-64::babel-2.11.0-py312haa95532_0
beautifulsoup4 pkgs/main/win-64::beautifulsoup4-4.12.2-py312haa95532_0
bleach pkgs/main/noarch::bleach-4.1.0-pyhd3eb1b0_0
brotli-python pkgs/main/win-64::brotli-python-1.0.9-py312hd77b12b_7
bzip2 pkgs/main/win-64::bzip2-1.0.8-h2bbff1b_5
ca-certificates pkgs/main/win-64::ca-certificates-2024.3.11-haa95532_0
certifi pkgs/main/win-64::certifi-2024.2.2-py312haa95532_0
cffi pkgs/main/win-64::cffi-1.16.0-py312h2bbff1b_0
charset-normalizer pkgs/main/noarch::charset-normalizer-2.0.4-pyhd3eb1b0_0
colorama pkgs/main/win-64::colorama-0.4.6-py312haa95532_0
comm pkgs/main/win-64::comm-0.2.1-py312haa95532_0
debugpy pkgs/main/win-64::debugpy-1.6.7-py312hd77b12b_0
decorator pkgs/main/noarch::decorator-5.1.1-pyhd3eb1b0_0
defusedxml pkgs/main/noarch::defusedxml-0.7.1-pyhd3eb1b0_0
executing pkgs/main/noarch::executing-0.8.3-pyhd3eb1b0_0
expat pkgs/main/win-64::expat-2.5.0-hd77b12b_0
idna pkgs/main/win-64::idna-3.4-py312haa95532_0
ipykernel pkgs/main/win-64::ipykernel-6.28.0-py312haa95532_0
ipython pkgs/main/win-64::ipython-8.20.0-py312haa95532_0
jedi pkgs/main/win-64::jedi-0.18.1-py312haa95532_1
jinja2 pkgs/main/win-64::jinja2-3.1.3-py312haa95532_0
json5 pkgs/main/noarch::json5-0.9.6-pyhd3eb1b0_0
jsonschema pkgs/main/win-64::jsonschema-4.19.2-py312haa95532_0
jsonschema-specif~ pkgs/main/win-64::jsonschema-specifications-2023.7.1-py312haa95532_0
jupyter-lsp pkgs/main/win-64::jupyter-lsp-2.2.0-py312haa95532_0
jupyter_client pkgs/main/win-64::jupyter_client-8.6.0-py312haa95532_0
jupyter_core pkgs/main/win-64::jupyter_core-5.5.0-py312haa95532_0
jupyter_events pkgs/main/win-64::jupyter_events-0.8.0-py312haa95532_0
jupyter_server pkgs/main/win-64::jupyter_server-2.10.0-py312haa95532_0
jupyter_server_te~ pkgs/main/win-64::jupyter_server_terminals-0.4.4-py312haa95532_1
jupyterlab pkgs/main/win-64::jupyterlab-4.0.11-py312haa95532_0
jupyterlab_pygmen~ pkgs/main/noarch::jupyterlab_pygments-0.1.2-py_0
jupyterlab_server pkgs/main/win-64::jupyterlab_server-2.25.1-py312haa95532_0
libffi pkgs/main/win-64::libffi-3.4.4-hd77b12b_0
libsodium pkgs/main/win-64::libsodium-1.0.18-h62dcd97_0
m2w64-bwidget pkgs/msys2/win-64::m2w64-bwidget-1.9.10-2
m2w64-bzip2 pkgs/msys2/win-64::m2w64-bzip2-1.0.6-6
m2w64-expat pkgs/msys2/win-64::m2w64-expat-2.1.1-2
m2w64-fftw pkgs/msys2/win-64::m2w64-fftw-3.3.4-6
m2w64-flac pkgs/msys2/win-64::m2w64-flac-1.3.1-3
m2w64-gcc-libgfor~ pkgs/msys2/win-64::m2w64-gcc-libgfortran-5.3.0-6
m2w64-gcc-libs pkgs/msys2/win-64::m2w64-gcc-libs-5.3.0-7
m2w64-gcc-libs-co~ pkgs/msys2/win-64::m2w64-gcc-libs-core-5.3.0-7
m2w64-gettext pkgs/msys2/win-64::m2w64-gettext-0.19.7-2
m2w64-gmp pkgs/msys2/win-64::m2w64-gmp-6.1.0-2
m2w64-gsl pkgs/msys2/win-64::m2w64-gsl-2.1-2
m2w64-libiconv pkgs/msys2/win-64::m2w64-libiconv-1.14-6
m2w64-libjpeg-tur~ pkgs/msys2/win-64::m2w64-libjpeg-turbo-1.4.2-3
m2w64-libogg pkgs/msys2/win-64::m2w64-libogg-1.3.2-3
m2w64-libpng pkgs/msys2/win-64::m2w64-libpng-1.6.21-2
m2w64-libsndfile pkgs/msys2/win-64::m2w64-libsndfile-1.0.26-2
m2w64-libtiff pkgs/msys2/win-64::m2w64-libtiff-4.0.6-2
m2w64-libvorbis pkgs/msys2/win-64::m2w64-libvorbis-1.3.5-2
m2w64-libwinpthre~ pkgs/msys2/win-64::m2w64-libwinpthread-git-5.0.0.4634.697f757-2
m2w64-libxml2 pkgs/msys2/win-64::m2w64-libxml2-2.9.3-4
m2w64-mpfr pkgs/msys2/win-64::m2w64-mpfr-3.1.4-4
m2w64-openblas pkgs/msys2/win-64::m2w64-openblas-0.2.19-1
m2w64-pcre pkgs/msys2/win-64::m2w64-pcre-8.38-2
m2w64-speex pkgs/msys2/win-64::m2w64-speex-1.2rc2-3
m2w64-speexdsp pkgs/msys2/win-64::m2w64-speexdsp-1.2rc3-3
m2w64-tcl pkgs/msys2/win-64::m2w64-tcl-8.6.5-3
m2w64-tk pkgs/msys2/win-64::m2w64-tk-8.6.5-3
m2w64-tktable pkgs/msys2/win-64::m2w64-tktable-2.10-5
m2w64-wineditline pkgs/msys2/win-64::m2w64-wineditline-2.101-5
m2w64-xz pkgs/msys2/win-64::m2w64-xz-5.2.2-2
m2w64-zlib pkgs/msys2/win-64::m2w64-zlib-1.2.8-10
markupsafe pkgs/main/win-64::markupsafe-2.1.3-py312h2bbff1b_0
matplotlib-inline pkgs/main/win-64::matplotlib-inline-0.1.6-py312haa95532_0
mistune pkgs/main/win-64::mistune-2.0.4-py312haa95532_0
msys2-conda-epoch pkgs/msys2/win-64::msys2-conda-epoch-20160418-1
nbclient pkgs/main/win-64::nbclient-0.8.0-py312haa95532_0
nbconvert pkgs/main/win-64::nbconvert-7.10.0-py312haa95532_0
nbformat pkgs/main/win-64::nbformat-5.9.2-py312haa95532_0
nest-asyncio pkgs/main/win-64::nest-asyncio-1.6.0-py312haa95532_0
notebook pkgs/main/win-64::notebook-7.0.8-py312haa95532_0
notebook-shim pkgs/main/win-64::notebook-shim-0.2.3-py312haa95532_0
openssl pkgs/main/win-64::openssl-3.0.13-h2bbff1b_0
overrides pkgs/main/win-64::overrides-7.4.0-py312haa95532_0
packaging pkgs/main/win-64::packaging-23.2-py312haa95532_0
pandocfilters pkgs/main/noarch::pandocfilters-1.5.0-pyhd3eb1b0_0
parso pkgs/main/noarch::parso-0.8.3-pyhd3eb1b0_0
pip pkgs/main/win-64::pip-23.3.1-py312haa95532_0
platformdirs pkgs/main/win-64::platformdirs-3.10.0-py312haa95532_0
prometheus_client pkgs/main/win-64::prometheus_client-0.14.1-py312haa95532_0
prompt-toolkit pkgs/main/win-64::prompt-toolkit-3.0.43-py312haa95532_0
prompt_toolkit pkgs/main/noarch::prompt_toolkit-3.0.43-hd3eb1b0_0
psutil pkgs/main/win-64::psutil-5.9.0-py312h2bbff1b_0
pure_eval pkgs/main/noarch::pure_eval-0.2.2-pyhd3eb1b0_0
pycparser pkgs/main/noarch::pycparser-2.21-pyhd3eb1b0_0
pygments pkgs/main/win-64::pygments-2.15.1-py312haa95532_1
pysocks pkgs/main/win-64::pysocks-1.7.1-py312haa95532_0
python pkgs/main/win-64::python-3.12.2-h1d929f7_0
python-dateutil pkgs/main/noarch::python-dateutil-2.8.2-pyhd3eb1b0_0
python-fastjsonsc~ pkgs/main/win-64::python-fastjsonschema-2.16.2-py312haa95532_0
python-json-logger pkgs/main/win-64::python-json-logger-2.0.7-py312haa95532_0
pytz pkgs/main/win-64::pytz-2023.3.post1-py312haa95532_0
pywin32 pkgs/main/win-64::pywin32-305-py312h2bbff1b_0
pywinpty pkgs/main/win-64::pywinpty-2.0.10-py312h5da7b33_0
pyyaml pkgs/main/win-64::pyyaml-6.0.1-py312h2bbff1b_0
pyzmq pkgs/main/win-64::pyzmq-25.1.2-py312hd77b12b_0
r-assertthat pkgs/r/noarch::r-assertthat-0.2.1-r36h6115d3f_0
r-base pkgs/r/win-64::r-base-3.6.1-hf18239d_1
r-cli pkgs/r/noarch::r-cli-1.1.0-r36h6115d3f_0
r-colorspace pkgs/r/win-64::r-colorspace-1.4_1-r36h6115d3f_0
r-crayon pkgs/r/noarch::r-crayon-1.3.4-r36h6115d3f_0
r-dichromat pkgs/r/noarch::r-dichromat-2.0_0-r36h6115d3f_4
r-digest pkgs/r/win-64::r-digest-0.6.18-r36h6115d3f_0
r-fansi pkgs/r/win-64::r-fansi-0.4.0-r36h6115d3f_0
r-ggplot2 pkgs/r/noarch::r-ggplot2-3.1.1-r36h6115d3f_0
r-glue pkgs/r/win-64::r-glue-1.3.1-r36h6115d3f_0
r-gtable pkgs/r/noarch::r-gtable-0.3.0-r36h6115d3f_0
r-labeling pkgs/r/noarch::r-labeling-0.3-r36h6115d3f_4
r-lattice pkgs/r/win-64::r-lattice-0.20_38-r36h6115d3f_0
r-lazyeval pkgs/r/win-64::r-lazyeval-0.2.2-r36h6115d3f_0
r-magrittr pkgs/r/noarch::r-magrittr-1.5-r36h6115d3f_4
r-mass pkgs/r/win-64::r-mass-7.3_51.3-r36h6115d3f_0
r-matrix pkgs/r/win-64::r-matrix-1.2_17-r36h6115d3f_0
r-mgcv pkgs/r/win-64::r-mgcv-1.8_28-r36h6115d3f_0
r-munsell pkgs/r/noarch::r-munsell-0.5.0-r36h6115d3f_0
r-nlme pkgs/r/win-64::r-nlme-3.1_139-r36h6115d3f_0
r-pillar pkgs/r/noarch::r-pillar-1.3.1-r36h6115d3f_0
r-pkgconfig pkgs/r/noarch::r-pkgconfig-2.0.2-r36h6115d3f_0
r-plyr pkgs/r/win-64::r-plyr-1.8.4-r36h6115d3f_0
r-r6 pkgs/r/noarch::r-r6-2.4.0-r36h6115d3f_0
r-rcolorbrewer pkgs/r/noarch::r-rcolorbrewer-1.1_2-r36h6115d3f_0
r-rcpp pkgs/r/win-64::r-rcpp-1.0.1-r36h6115d3f_0
r-reshape2 pkgs/r/win-64::r-reshape2-1.4.3-r36h6115d3f_0
r-rlang pkgs/r/win-64::r-rlang-0.3.4-r36h6115d3f_0
r-scales pkgs/r/win-64::r-scales-1.0.0-r36h6115d3f_0
r-stringi pkgs/r/win-64::r-stringi-1.4.3-r36h6115d3f_0
r-stringr pkgs/r/noarch::r-stringr-1.4.0-r36h6115d3f_0
r-tibble pkgs/r/win-64::r-tibble-2.1.1-r36h6115d3f_0
r-utf8 pkgs/r/win-64::r-utf8-1.1.4-r36h6115d3f_0
r-viridislite pkgs/r/noarch::r-viridislite-0.3.0-r36h6115d3f_0
r-withr pkgs/r/noarch::r-withr-2.1.2-r36h6115d3f_0
referencing pkgs/main/win-64::referencing-0.30.2-py312haa95532_0
requests pkgs/main/win-64::requests-2.31.0-py312haa95532_1
rfc3339-validator pkgs/main/win-64::rfc3339-validator-0.1.4-py312haa95532_0
rfc3986-validator pkgs/main/win-64::rfc3986-validator-0.1.1-py312haa95532_0
rpds-py pkgs/main/win-64::rpds-py-0.10.6-py312h062c2fa_0
send2trash pkgs/main/win-64::send2trash-1.8.2-py312haa95532_0
setuptools pkgs/main/win-64::setuptools-68.2.2-py312haa95532_0
six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_1
sniffio pkgs/main/win-64::sniffio-1.3.0-py312haa95532_0
soupsieve pkgs/main/win-64::soupsieve-2.5-py312haa95532_0
sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0
stack_data pkgs/main/noarch::stack_data-0.2.0-pyhd3eb1b0_0
terminado pkgs/main/win-64::terminado-0.17.1-py312haa95532_0
tinycss2 pkgs/main/win-64::tinycss2-1.2.1-py312haa95532_0
tk pkgs/main/win-64::tk-8.6.12-h2bbff1b_0
tornado pkgs/main/win-64::tornado-6.3.3-py312h2bbff1b_0
traitlets pkgs/main/win-64::traitlets-5.7.1-py312haa95532_0
typing-extensions pkgs/main/win-64::typing-extensions-4.9.0-py312haa95532_1
typing_extensions pkgs/main/win-64::typing_extensions-4.9.0-py312haa95532_1
tzdata pkgs/main/noarch::tzdata-2024a-h04d1e81_0
urllib3 pkgs/main/win-64::urllib3-2.1.0-py312haa95532_1
vc pkgs/main/win-64::vc-14.2-h21ff451_1
vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2
wcwidth pkgs/main/noarch::wcwidth-0.2.5-pyhd3eb1b0_0
webencodings pkgs/main/win-64::webencodings-0.5.1-py312haa95532_2
websocket-client pkgs/main/win-64::websocket-client-0.58.0-py312haa95532_4
wheel pkgs/main/win-64::wheel-0.41.2-py312haa95532_0
win_inet_pton pkgs/main/win-64::win_inet_pton-1.1.0-py312haa95532_0
winpty pkgs/main/win-64::winpty-0.4.3-4
xz pkgs/main/win-64::xz-5.4.6-h8cc25b3_0
yaml pkgs/main/win-64::yaml-0.2.5-he774522_0
zeromq pkgs/main/win-64::zeromq-4.3.5-hd77b12b_0
zlib pkgs/main/win-64::zlib-1.2.13-h8cc25b3_0
DryRunExit: Dry run. Exiting.
This topic was automatically closed after 45 days. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.