html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue https://github.com/pydata/xarray/issues/7355#issuecomment-1353014947,https://api.github.com/repos/pydata/xarray/issues/7355,1353014947,IC_kwDOAMm_X85QpV6j,10194086,2022-12-15T12:50:31Z,2022-12-15T12:50:31Z,MEMBER,"You installed dask with pip so the following should get you there ```bash python -m pip install --upgrade dask ``` However, your environment is a mix of packages installed with conda and pip - it's generally recommended to install everything with the same installer. Thus my suggestion would be to create a new environment and install everything with conda. You may also want to take a look at mamba - mamba is a drop-in replacement for conda that is (currently and for most cases) faster than conda, and thus more enjoyable to work with. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1474805252 https://github.com/pydata/xarray/issues/7355#issuecomment-1352975292,https://api.github.com/repos/pydata/xarray/issues/7355,1352975292,IC_kwDOAMm_X85QpMO8,107093714,2022-12-15T12:14:46Z,2022-12-15T12:14:46Z,NONE,"Hello everyone, thanks for your effort so far. Please How can I update my dask version? I have searched the internet but not really making headways.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1474805252 https://github.com/pydata/xarray/issues/7355#issuecomment-1342778503,https://api.github.com/repos/pydata/xarray/issues/7355,1342778503,IC_kwDOAMm_X85QCSyH,10194086,2022-12-08T13:58:19Z,2022-12-08T13:58:19Z,MEMBER,@ChukwuwikeCephas I am closing this issue - feel free to reopen (or open a new one) if you have further questions.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1474805252 https://github.com/pydata/xarray/issues/7355#issuecomment-1337084993,https://api.github.com/repos/pydata/xarray/issues/7355,1337084993,IC_kwDOAMm_X85PskxB,14808389,2022-12-05T10:17:39Z,2022-12-05T10:17:39Z,MEMBER,"for more context, `dask.array.lib.stride_tricks.sliding_window_view` is a newer addition to `numpy`, and thus older versions of `dask` don't have it either. So as @mathause said, updating `dask` should fix this.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1474805252 https://github.com/pydata/xarray/issues/7355#issuecomment-1337039422,https://api.github.com/repos/pydata/xarray/issues/7355,1337039422,IC_kwDOAMm_X85PsZo-,10194086,2022-12-05T09:43:55Z,2022-12-05T09:43:55Z,MEMBER,"> NameError: name 'xr' is not defined I had not realized that you did not import xarray yourself but this is done via plotly. It's usually done as `import xarray as xr`. So `xr.show_versions()` would also output some version info. But I could also get the info from your `conda list` output. From this I can see the version of dask and xarray you have installed: ``` dask 2021.1.0 pypi_0 pypi xarray 2022.6.0 pyhd8ed1ab_1 conda-forge ``` However, xarray version 2022.06 requires a newer dask version you have installed. https://github.com/pydata/xarray/blob/4ad706fc4ef102c525555d55b20bc7ccc72d7045/ci/requirements/min-all-deps.yml#L18 So you can try to update your dask version. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1474805252 https://github.com/pydata/xarray/issues/7355#issuecomment-1336880554,https://api.github.com/repos/pydata/xarray/issues/7355,1336880554,IC_kwDOAMm_X85Pry2q,107093714,2022-12-05T07:43:11Z,2022-12-05T09:02:54Z,NONE,"@mathause - For the ""xr.show_versions()"", find the output below : (NameError Traceback (most recent call last) Input In [7], in () ----> 1 xr.show_versions() NameError: name 'xr' is not defined) - For the ""conda list"" command, find the output below:
``` # packages in environment at /anaconda/envs/py38_default: # # Name Version Build Channel _libgcc_mutex 0.1 main _openmp_mutex 5.1 1_gnu absl-py 1.2.0 pypi_0 pypi adal 1.2.7 pypi_0 pypi alabaster 0.7.12 pypi_0 pypi alembic 1.8.1 pypi_0 pypi anyio 3.5.0 py38h06a4308_0 argon2-cffi 21.3.0 pyhd3eb1b0_0 argon2-cffi-bindings 21.2.0 py38h7f8727e_0 argparse 1.4.0 pypi_0 pypi arviz 0.12.1 pyhd8ed1ab_1 conda-forge asttokens 2.0.5 pyhd3eb1b0_0 astunparse 1.6.3 pypi_0 pypi attrs 21.4.0 pyhd3eb1b0_0 autovizwidget 0.20.0 pypi_0 pypi azure-applicationinsights 0.1.1 pypi_0 pypi azure-batch 12.0.0 pypi_0 pypi azure-common 1.1.28 pypi_0 pypi azure-core 1.25.1 pypi_0 pypi azure-cosmosdb-nspkg 2.0.2 pypi_0 pypi azure-cosmosdb-table 1.0.6 pypi_0 pypi azure-datalake-store 0.0.52 pypi_0 pypi azure-eventgrid 4.9.0 pypi_0 pypi azure-keyvault 4.2.0 pypi_0 pypi azure-keyvault-certificates 4.5.1 pypi_0 pypi azure-keyvault-keys 4.6.1 pypi_0 pypi azure-keyvault-secrets 4.5.1 pypi_0 pypi azure-loganalytics 0.1.1 pypi_0 pypi azure-mgmt-advisor 9.0.0 pypi_0 pypi azure-mgmt-applicationinsights 3.1.0 pypi_0 pypi azure-mgmt-batch 16.2.0 pypi_0 pypi azure-mgmt-billing 6.0.0 pypi_0 pypi azure-mgmt-cdn 12.0.0 pypi_0 pypi azure-mgmt-cognitiveservices 13.2.0 pypi_0 pypi azure-mgmt-commerce 6.0.0 pypi_0 pypi azure-mgmt-compute 27.2.0 pypi_0 pypi azure-mgmt-consumption 10.0.0 pypi_0 pypi azure-mgmt-containerinstance 10.0.0 pypi_0 pypi azure-mgmt-containerservice 20.3.0 pypi_0 pypi azure-mgmt-core 1.3.2 pypi_0 pypi azure-mgmt-cosmosdb 8.0.0 pypi_0 pypi azure-mgmt-datafactory 2.8.0 pypi_0 pypi azure-mgmt-datalake-analytics 0.6.0 pypi_0 pypi azure-mgmt-datalake-nspkg 3.0.1 pypi_0 pypi azure-mgmt-datalake-store 0.5.0 pypi_0 pypi azure-mgmt-datamigration 10.0.0 pypi_0 pypi azure-mgmt-devspaces 0.2.0 pypi_0 pypi azure-mgmt-devtestlabs 9.0.0 pypi_0 pypi azure-mgmt-dns 8.0.0 pypi_0 pypi azure-mgmt-eventgrid 10.2.0 pypi_0 pypi azure-mgmt-eventhub 10.1.0 pypi_0 pypi azure-mgmt-hanaonazure 1.0.0 pypi_0 pypi azure-mgmt-iotcentral 9.0.0 pypi_0 pypi azure-mgmt-iothub 2.3.0 pypi_0 pypi azure-mgmt-iothubprovisioningservices 1.1.0 pypi_0 pypi azure-mgmt-loganalytics 12.0.0 pypi_0 pypi azure-mgmt-logic 10.0.0 pypi_0 pypi azure-mgmt-machinelearningcompute 0.4.1 pypi_0 pypi azure-mgmt-managementgroups 1.0.0 pypi_0 pypi azure-mgmt-managementpartner 1.0.0 pypi_0 pypi azure-mgmt-maps 2.0.0 pypi_0 pypi azure-mgmt-marketplaceordering 1.1.0 pypi_0 pypi azure-mgmt-media 10.1.0 pypi_0 pypi azure-mgmt-monitor 4.0.1 pypi_0 pypi azure-mgmt-msi 6.1.0 pypi_0 pypi azure-mgmt-notificationhubs 8.0.0 pypi_0 pypi azure-mgmt-nspkg 3.0.2 pypi_0 pypi azure-mgmt-policyinsights 1.0.0 pypi_0 pypi azure-mgmt-powerbiembedded 2.0.0 pypi_0 pypi azure-mgmt-rdbms 10.1.0 pypi_0 pypi azure-mgmt-recoveryservices 2.1.0 pypi_0 pypi azure-mgmt-recoveryservicesbackup 5.0.0 pypi_0 pypi azure-mgmt-redis 14.0.0 pypi_0 pypi azure-mgmt-relay 1.1.0 pypi_0 pypi azure-mgmt-reservations 2.0.0 pypi_0 pypi azure-mgmt-scheduler 2.0.0 pypi_0 pypi azure-mgmt-search 8.0.0 pypi_0 pypi azure-mgmt-servicebus 8.1.0 pypi_0 pypi azure-mgmt-servicefabric 2.0.0 pypi_0 pypi azure-mgmt-signalr 1.1.0 pypi_0 pypi azure-mgmt-sql 3.0.1 pypi_0 pypi azure-mgmt-subscription 3.1.1 pypi_0 pypi azure-mgmt-trafficmanager 1.0.0 pypi_0 pypi azure-mgmt-web 7.0.0 pypi_0 pypi azure-nspkg 3.0.2 pypi_0 pypi azure-servicebus 7.8.0 pypi_0 pypi azure-servicefabric 8.2.0.0 pypi_0 pypi azure-servicemanagement-legacy 0.20.7 pypi_0 pypi azure-storage-common 2.1.0 pypi_0 pypi azure-storage-file 2.1.0 pypi_0 pypi azure-storage-queue 12.4.0 pypi_0 pypi babel 2.9.1 pyhd3eb1b0_0 backcall 0.2.0 pyhd3eb1b0_0 beautifulsoup4 4.11.1 py38h06a4308_0 binutils_impl_linux-64 2.36.1 h193b22a_2 conda-forge binutils_linux-64 2.36 hf3e587d_33 conda-forge blas 1.0 mkl bleach 4.1.0 pyhd3eb1b0_0 blosc 1.21.0 h8c45485_0 bottleneck 1.3.5 py38h7deecbd_0 brotli 1.0.9 h5eee18b_7 brotli-bin 1.0.9 h5eee18b_7 brotlipy 0.7.0 py38h27cfd23_1003 brunsli 0.1 h2531618_0 bzip2 1.0.8 h7b6447c_0 c-ares 1.18.1 h7f8727e_0 ca-certificates 2022.6.15.2 ha878542_0 conda-forge cachetools 5.2.0 pypi_0 pypi catboost 0.25.1 pypi_0 pypi certifi 2022.6.15.2 pyhd8ed1ab_0 conda-forge cffi 1.15.1 py38h74dc2b5_0 cfitsio 3.470 h5893167_7 cftime 1.6.0 py38h71d37f0_1 conda-forge charls 2.2.0 h2531618_0 charset-normalizer 2.0.4 pyhd3eb1b0_0 click 8.1.3 pypi_0 pypi cloudpickle 2.0.0 pyhd3eb1b0_0 colorama 0.4.5 pyhd8ed1ab_0 conda-forge coloredlogs 15.0.1 pypi_0 pypi convertdate 2.4.0 pyhd8ed1ab_0 conda-forge cramjam 2.5.0 pypi_0 pypi cryptography 37.0.1 py38h9ce1e76_0 cudatoolkit 11.3.1 h2bc3f7f_2 curl 7.84.0 h5eee18b_0 cycler 0.11.0 pyhd3eb1b0_0 cython 0.29.30 py38h6a678d5_0 cytoolz 0.11.0 py38h7b6447c_0 dask 2021.1.0 pypi_0 pypi databricks-cli 0.17.3 pypi_0 pypi dbus 1.13.18 hb2f20db_0 debugpy 1.5.1 py38h295c915_0 decorator 5.1.1 pyhd3eb1b0_0 defusedxml 0.7.1 pyhd3eb1b0_0 dill 0.3.6 pypi_0 pypi distro 1.7.0 pypi_0 pypi dlib 19.24.0 pypi_0 pypi docker 5.0.3 pypi_0 pypi docutils 0.19 pypi_0 pypi dotnetcore2 3.1.23 pypi_0 pypi dparse 0.6.0 pypi_0 pypi entrypoints 0.4 py38h06a4308_0 ephem 4.1.3 py38h0a891b7_4 conda-forge executing 0.8.3 pyhd3eb1b0_0 expat 2.4.4 h295c915_0 fastparquet 0.8.3 pypi_0 pypi fbprophet 0.7.1 py38h950e882_0 conda-forge ffmpeg 4.3 hf484d3e_0 pytorch fftw 3.3.9 h27cfd23_1 fica 0.2.2 pypi_0 pypi fire 0.4.0 pypi_0 pypi flask 2.2.2 pypi_0 pypi flatbuffers 2.0.7 pypi_0 pypi fontconfig 2.13.1 h6c09931_0 freetype 2.11.0 h70c0345_0 fsspec 2022.7.1 py38h06a4308_0 future 0.18.2 pypi_0 pypi gast 0.4.0 pypi_0 pypi gcc_impl_linux-64 7.5.0 habd7529_20 conda-forge gcc_linux-64 7.5.0 h47867f9_33 conda-forge gensim 4.2.0 pypi_0 pypi giflib 5.2.1 h7b6447c_0 gitdb 4.0.9 pyhd8ed1ab_0 conda-forge gitpython 3.1.27 pyhd8ed1ab_0 conda-forge glib 2.69.1 h4ff587b_1 gmp 6.2.1 h58526e2_0 conda-forge gnutls 3.6.13 h85f3911_1 conda-forge google-api-core 2.10.2 pypi_0 pypi google-api-python-client 2.65.0 pypi_0 pypi google-auth 2.11.0 pypi_0 pypi google-auth-httplib2 0.1.0 pypi_0 pypi google-auth-oauthlib 0.4.6 pypi_0 pypi google-pasta 0.2.0 pypi_0 pypi googleapis-common-protos 1.56.4 pypi_0 pypi greenlet 1.1.3 pypi_0 pypi grpcio 1.48.1 pypi_0 pypi gspread 5.6.2 pypi_0 pypi gssapi 1.8.1 pypi_0 pypi gst-plugins-base 1.14.0 h8213a91_2 gstreamer 1.14.0 h28cd5cc_2 gunicorn 20.1.0 pypi_0 pypi gxx_impl_linux-64 7.5.0 hd0bb8aa_20 conda-forge gxx_linux-64 7.5.0 h555fc39_33 conda-forge h2o 3.26.0.9 pypi_0 pypi h5py 3.7.0 pypi_0 pypi hdf4 4.2.15 h10796ff_3 conda-forge hdf5 1.12.1 nompi_h2750804_100 conda-forge hdijupyterutils 0.20.0 pypi_0 pypi hijri-converter 2.2.4 pyhd8ed1ab_0 conda-forge holidays 0.15 pyhd8ed1ab_0 conda-forge horovod 0.19.1 pypi_0 pypi httplib2 0.21.0 pypi_0 pypi humanfriendly 10.0 pypi_0 pypi hupper 1.10.3 pypi_0 pypi hyperopt 0.2.7 pypi_0 pypi icu 58.2 he6710b0_3 idna 3.3 pyhd3eb1b0_0 imagecodecs 2021.8.26 py38h4cda21f_0 imageio 2.19.3 py38h06a4308_0 imagesize 1.4.1 pypi_0 pypi importlib-metadata 4.12.0 pypi_0 pypi importlib_resources 5.2.0 pyhd3eb1b0_1 imutils 0.5.4 pypi_0 pypi intel-openmp 2021.4.0 h06a4308_3561 ipykernel 6.15.2 py38h06a4308_0 ipython 8.4.0 py38h06a4308_0 ipython_genutils 0.2.0 pyhd3eb1b0_1 ipywidgets 7.6.5 pyhd3eb1b0_1 isodate 0.6.1 pypi_0 pypi itsdangerous 2.1.2 pypi_0 pypi jedi 0.18.1 py38h06a4308_1 jinja2 3.0.3 pyhd3eb1b0_0 joblib 1.1.0 pyhd3eb1b0_0 jpeg 9e h7f8727e_0 json5 0.9.6 pyhd3eb1b0_0 jsonschema 4.4.0 py38h06a4308_0 jupyter 1.0.0 py38h06a4308_8 jupyter-console 6.4.4 pypi_0 pypi jupyter-server-mathjax 0.2.6 pyhc268e32_0 conda-forge jupyter_client 7.3.5 py38h06a4308_0 jupyter_core 4.10.0 py38h06a4308_0 jupyter_server 1.18.1 py38h06a4308_0 jupyterlab 3.4.7 pyhd8ed1ab_0 conda-forge jupyterlab-git 0.39.2 pyhd8ed1ab_0 conda-forge jupyterlab_pygments 0.1.2 py_0 jupyterlab_server 2.12.0 py38h06a4308_0 jupyterlab_widgets 1.0.0 pyhd3eb1b0_1 jupytext 1.14.1 pypi_0 pypi jxrlib 1.1 h7b6447c_2 keras 2.10.0 pypi_0 pypi keras-preprocessing 1.1.2 pypi_0 pypi keras2onnx 1.7.0 pypi_0 pypi kernel-headers_linux-64 2.6.32 he073ed8_15 conda-forge kiwisolver 1.4.2 py38h295c915_0 korean_lunar_calendar 0.2.1 pyh9f0ad1d_0 conda-forge krb5 0.4.0 pypi_0 pypi lame 3.100 h7f98852_1001 conda-forge lcms2 2.12 h3be6417_0 ld_impl_linux-64 2.36.1 hea4e1c9_2 conda-forge lerc 3.0 h295c915_0 libaec 1.0.4 he6710b0_1 libbrotlicommon 1.0.9 h5eee18b_7 libbrotlidec 1.0.9 h5eee18b_7 libbrotlienc 1.0.9 h5eee18b_7 libclang 14.0.6 pypi_0 pypi libcurl 7.84.0 h91b91d3_0 libdeflate 1.8 h7f8727e_5 libedit 3.1.20210910 h7f8727e_0 libev 4.33 h7f8727e_1 libffi 3.3 he6710b0_2 libgcc-devel_linux-64 7.5.0 hda03d7c_20 conda-forge libgcc-ng 11.2.0 h1234567_1 libgfortran-ng 11.2.0 h00389a5_1 libgfortran5 11.2.0 h1234567_1 libgomp 11.2.0 h1234567_1 libiconv 1.17 h166bdaf_0 conda-forge libidn2 2.3.2 h7f8727e_0 libnetcdf 4.8.1 nompi_hb3fd0d9_101 conda-forge libnghttp2 1.46.0 hce63b2e_0 libpng 1.6.37 hbc83047_0 libsodium 1.0.18 h7b6447c_0 libssh2 1.10.0 h8f2d780_0 libstdcxx-devel_linux-64 7.5.0 hb016644_20 conda-forge libstdcxx-ng 11.2.0 h1234567_1 libtiff 4.2.0 h85742a9_0 libunistring 0.9.10 h27cfd23_0 libuuid 1.0.3 h7f8727e_2 libwebp 1.2.2 h55f646e_0 libwebp-base 1.2.2 h7f8727e_0 libxcb 1.15 h7f8727e_0 libxml2 2.9.14 h74e7548_0 libzip 1.8.0 h4de3113_1 conda-forge libzopfli 1.0.3 he6710b0_0 lightgbm 2.3.0 pypi_0 pypi locket 1.0.0 py38h06a4308_0 lunarcalendar 0.0.9 py_0 conda-forge lz4-c 1.9.3 h295c915_1 mako 1.2.2 pypi_0 pypi markdown 3.4.1 pypi_0 pypi markdown-it-py 2.1.0 pypi_0 pypi markupsafe 2.1.1 py38h7f8727e_0 matplotlib 3.2.1 0 matplotlib-base 3.2.1 py38hef1b27d_0 matplotlib-inline 0.1.6 py38h06a4308_0 mdit-py-plugins 0.3.1 pypi_0 pypi mdurl 0.1.2 pypi_0 pypi mistune 0.8.4 py38h7b6447c_1000 mkl 2021.4.0 h06a4308_640 mkl-service 2.4.0 py38h7f8727e_0 mkl_fft 1.3.1 py38hd3c417c_0 mkl_random 1.2.2 py38h51133e4_0 mlflow 1.28.0 pypi_0 pypi mock 4.0.3 pypi_0 pypi mpmath 1.2.1 pypi_0 pypi msgpack 1.0.4 pypi_0 pypi msrest 0.7.1 pypi_0 pypi msrestazure 0.6.4 pypi_0 pypi nbclassic 0.3.5 pyhd3eb1b0_0 nbclient 0.5.13 py38h06a4308_0 nbconvert 6.4.4 py38h06a4308_0 nbdime 3.1.1 pyhd8ed1ab_0 conda-forge nbformat 5.3.0 py38h06a4308_0 ncurses 6.3 h5eee18b_3 nest-asyncio 1.5.5 py38h06a4308_0 netcdf4 1.5.8 nompi_py38h2823cc8_101 conda-forge nettle 3.6 he412f7d_0 conda-forge networkx 2.8.4 py38h06a4308_0 nltk 3.7 pypi_0 pypi nodejs 12.4.0 he1b5a44_0 conda-forge/label/cf202003 nose 1.3.7 pypi_0 pypi notebook 6.4.12 py38h06a4308_0 numexpr 2.8.3 py38h807cd23_0 numpy 1.23.3 pypi_0 pypi oauthlib 3.2.1 pypi_0 pypi onnx 1.12.0 pypi_0 pypi onnxconverter-common 1.12.2 pypi_0 pypi onnxmltools 1.11.1 pypi_0 pypi onnxruntime 1.12.1 pypi_0 pypi opencv-contrib-python 4.6.0.66 pypi_0 pypi opencv-python 4.6.0.66 pypi_0 pypi openh264 2.1.1 h4ff587b_0 openjpeg 2.4.0 h3ad879b_0 openssl 1.1.1q h7f8727e_0 opt-einsum 3.3.0 pypi_0 pypi otter-grader 4.2.0 pypi_0 pypi packaging 21.3 pyhd3eb1b0_0 pandas 1.4.3 py38h6a678d5_0 pandocfilters 1.5.0 pyhd3eb1b0_0 parso 0.8.3 pyhd3eb1b0_0 partd 1.2.0 pyhd3eb1b0_1 pastedeploy 2.1.1 pypi_0 pypi pcre 8.45 h295c915_0 pexpect 4.8.0 pyhd3eb1b0_3 pickleshare 0.7.5 pyhd3eb1b0_1003 pillow 9.2.0 py38hace64e9_1 pip 22.2.2 pypi_0 pypi plaster 1.0 pypi_0 pypi plaster-pastedeploy 0.7 pypi_0 pypi plotly 5.10.0 pypi_0 pypi progressbar33 2.4 pypi_0 pypi prometheus-flask-exporter 0.20.3 pypi_0 pypi prometheus_client 0.14.1 py38h06a4308_0 prompt-toolkit 3.0.20 pyhd3eb1b0_0 prompt_toolkit 3.0.20 hd3eb1b0_0 protobuf 3.19.5 pypi_0 pypi psutil 5.9.0 py38h5eee18b_0 ptyprocess 0.7.0 pyhd3eb1b0_2 pure_eval 0.2.2 pyhd3eb1b0_0 py4j 0.10.9.7 pypi_0 pypi pyasn1 0.4.8 pypi_0 pypi pyasn1-modules 0.2.8 pypi_0 pypi pybryt 0.7.0 pypi_0 pypi pycparser 2.21 pyhd3eb1b0_0 pydantic 1.10.2 pypi_0 pypi pygments 2.13.0 pypi_0 pypi pyjwt 2.4.0 pypi_0 pypi pymeeus 0.5.10 pyhd8ed1ab_0 conda-forge pyopenssl 22.0.0 pyhd3eb1b0_0 pyparsing 3.0.9 py38h06a4308_0 pyqt 5.9.2 py38h05f1152_4 pyramid 2.0 pypi_0 pypi pyrsistent 0.18.0 py38heee7806_0 pysocks 1.7.1 py38h06a4308_0 pyspnego 0.6.0 pypi_0 pypi pystan 2.19.1.1 py38hc5bc63f_2 conda-forge python 3.8.13 h12debd9_0 python-dateutil 2.8.2 pyhd3eb1b0_0 python-fastjsonschema 2.16.2 py38h06a4308_0 python-graphviz 0.20.1 pypi_0 pypi python-on-whales 0.53.0 pypi_0 pypi python_abi 3.8 1_cp38 conda-forge/label/cf202003 pytorch 1.12.1 py3.8_cuda11.3_cudnn8.3.2_0 pytorch pytorch-mutex 1.0 cuda pytorch pytz 2022.1 py38h06a4308_0 pywavelets 1.3.0 py38h7f8727e_0 pyyaml 6.0 py38h7f8727e_1 pyzmq 23.2.0 py38h6a678d5_0 qt 5.9.7 h5867ecd_1 qtconsole 5.3.2 py38h06a4308_0 qtpy 2.2.0 py38h06a4308_0 querystring-parser 1.2.4 pypi_0 pypi rapids 0.0.1 pypi_0 pypi readline 8.1.2 h7f8727e_1 regex 2022.9.13 pypi_0 pypi requests 2.28.1 py38h06a4308_0 requests-kerberos 0.14.0 pypi_0 pypi requests-oauthlib 1.3.1 pypi_0 pypi rsa 4.9 pypi_0 pypi ruamel-yaml 0.17.21 pypi_0 pypi ruamel-yaml-clib 0.2.6 pypi_0 pypi safety 2.1.1 pypi_0 pypi scikit-image 0.19.3 pypi_0 pypi scikit-learn 1.1.1 py38h6a678d5_0 scipy 1.7.3 py38h6c91a56_2 seaborn 0.12.1 pypi_0 pypi send2trash 1.8.0 pyhd3eb1b0_1 setuptools 63.4.1 py38h06a4308_0 sip 4.19.13 py38h295c915_0 six 1.16.0 pyhd3eb1b0_1 skl2onnx 1.12 pypi_0 pypi smart-open 6.2.0 pypi_0 pypi smmap 5.0.0 pypi_0 pypi snappy 1.1.9 h295c915_0 sniffio 1.2.0 py38h06a4308_1 snowballstemmer 2.2.0 pypi_0 pypi soupsieve 2.3.1 pyhd3eb1b0_0 sparkmagic 0.20.0 pypi_0 pypi sphinx 5.3.0 pypi_0 pypi sphinxcontrib-applehelp 1.0.2 pypi_0 pypi sphinxcontrib-devhelp 1.0.2 pypi_0 pypi sphinxcontrib-htmlhelp 2.0.0 pypi_0 pypi sphinxcontrib-jsmath 1.0.1 pypi_0 pypi sphinxcontrib-qthelp 1.0.3 pypi_0 pypi sphinxcontrib-serializinghtml 1.1.5 pypi_0 pypi sqlalchemy 1.4.41 pypi_0 pypi sqlite 3.39.2 h5082296_0 sqlparse 0.4.2 pypi_0 pypi stack_data 0.2.0 pyhd3eb1b0_0 sympy 1.11.1 pypi_0 pypi sysroot_linux-64 2.12 he073ed8_15 conda-forge tabulate 0.8.10 pypi_0 pypi tenacity 8.0.1 pypi_0 pypi tensorboard 2.10.0 pypi_0 pypi tensorboard-data-server 0.6.1 pypi_0 pypi tensorboard-plugin-wit 1.8.1 pypi_0 pypi tensorflow-estimator 2.10.0 pypi_0 pypi tensorflow-gpu 2.10.0 pypi_0 pypi tensorflow-io-gcs-filesystem 0.27.0 pypi_0 pypi termcolor 2.0.1 pypi_0 pypi terminado 0.13.1 py38h06a4308_0 testpath 0.6.0 py38h06a4308_0 tf2onnx 1.12.0 pypi_0 pypi threadpoolctl 2.2.0 pyh0d69192_0 tifffile 2021.7.2 pyhd3eb1b0_2 tk 8.6.12 h1ccaba5_0 toml 0.10.2 pypi_0 pypi tomli 2.0.1 pyhd8ed1ab_0 conda-forge toolz 0.11.2 pyhd3eb1b0_0 torch-tb-profiler 0.4.0 pypi_0 pypi torchaudio 0.12.1 py38_cu113 pytorch torchinfo 1.7.1 pypi_0 pypi torchtext 0.13.1 py38 pytorch torchvision 0.13.1 py38_cu113 pytorch tornado 6.2 py38h5eee18b_0 tqdm 4.64.0 py38h06a4308_0 traitlets 5.1.1 pyhd3eb1b0_0 translationstring 1.4 pypi_0 pypi typer 0.7.0 pypi_0 pypi typing-extensions 4.3.0 py38h06a4308_0 typing_extensions 4.3.0 py38h06a4308_0 uamqp 1.6.0 pypi_0 pypi uritemplate 4.1.1 pypi_0 pypi urllib3 1.26.11 py38h06a4308_0 venusian 3.0.0 pypi_0 pypi wcwidth 0.2.5 pyhd3eb1b0_0 webencodings 0.5.1 py38_1 webob 1.8.7 pypi_0 pypi websocket-client 0.58.0 py38h06a4308_4 werkzeug 2.2.2 pypi_0 pypi wget 1.21.3 h0b77cf5_0 wheel 0.37.1 pyhd3eb1b0_0 widgetsnbextension 3.5.2 py38h06a4308_0 wrapt 1.14.1 pypi_0 pypi xarray 2022.6.0 pyhd8ed1ab_1 conda-forge xarray-einstats 0.3.0 pyhd8ed1ab_0 conda-forge xgboost 1.3.3 pypi_0 pypi xz 5.2.5 h7f8727e_1 yaml 0.2.5 h7b6447c_0 zeromq 4.3.4 h2531618_0 zfp 0.5.5 h295c915_6 zipp 3.8.0 py38h06a4308_0 zlib 1.2.12 h5eee18b_3 zope-deprecation 4.4.0 pypi_0 pypi zope-interface 5.4.0 pypi_0 pypi zstd 1.4.9 haebb681_0 ```
- For the ""pip freeze"" command find the output below:
``` absl-py==1.2.0 adal==1.2.7 alabaster==0.7.12 alembic==1.8.1 anyio @ file:///tmp/build/80754af9/anyio_1644481698350/work/dist argon2-cffi @ file:///opt/conda/conda-bld/argon2-cffi_1645000214183/work argon2-cffi-bindings @ file:///tmp/build/80754af9/argon2-cffi-bindings_1644569684262/work arviz @ file:///home/conda/feedstock_root/build_artifacts/arviz_1657673190308/work asttokens @ file:///opt/conda/conda-bld/asttokens_1646925590279/work astunparse==1.6.3 attrs @ file:///opt/conda/conda-bld/attrs_1642510447205/work autovizwidget==0.20.0 azure-applicationinsights==0.1.1 azure-batch==12.0.0 azure-common==1.1.28 azure-core==1.25.1 azure-cosmosdb-nspkg==2.0.2 azure-cosmosdb-table==1.0.6 azure-datalake-store==0.0.52 azure-eventgrid==4.9.0 azure-keyvault==4.2.0 azure-keyvault-certificates==4.5.1 azure-keyvault-keys==4.6.1 azure-keyvault-secrets==4.5.1 azure-loganalytics==0.1.1 azure-mgmt-advisor==9.0.0 azure-mgmt-applicationinsights==3.1.0 azure-mgmt-batch==16.2.0 azure-mgmt-billing==6.0.0 azure-mgmt-cdn==12.0.0 azure-mgmt-cognitiveservices==13.2.0 azure-mgmt-commerce==6.0.0 azure-mgmt-compute==27.2.0 azure-mgmt-consumption==10.0.0 azure-mgmt-containerinstance==10.0.0 azure-mgmt-containerservice==20.3.0 azure-mgmt-core==1.3.2 azure-mgmt-cosmosdb==8.0.0 azure-mgmt-datafactory==2.8.0 azure-mgmt-datalake-analytics==0.6.0 azure-mgmt-datalake-nspkg==3.0.1 azure-mgmt-datalake-store==0.5.0 azure-mgmt-datamigration==10.0.0 azure-mgmt-devspaces==0.2.0 azure-mgmt-devtestlabs==9.0.0 azure-mgmt-dns==8.0.0 azure-mgmt-eventgrid==10.2.0 azure-mgmt-eventhub==10.1.0 azure-mgmt-hanaonazure==1.0.0 azure-mgmt-iotcentral==9.0.0 azure-mgmt-iothub==2.3.0 azure-mgmt-iothubprovisioningservices==1.1.0 azure-mgmt-loganalytics==12.0.0 azure-mgmt-logic==10.0.0 azure-mgmt-machinelearningcompute==0.4.1 azure-mgmt-managementgroups==1.0.0 azure-mgmt-managementpartner==1.0.0 azure-mgmt-maps==2.0.0 azure-mgmt-marketplaceordering==1.1.0 azure-mgmt-media==10.1.0 azure-mgmt-monitor==4.0.1 azure-mgmt-msi==6.1.0 azure-mgmt-notificationhubs==8.0.0 azure-mgmt-nspkg==3.0.2 azure-mgmt-policyinsights==1.0.0 azure-mgmt-powerbiembedded==2.0.0 azure-mgmt-rdbms==10.1.0 azure-mgmt-recoveryservices==2.1.0 azure-mgmt-recoveryservicesbackup==5.0.0 azure-mgmt-redis==14.0.0 azure-mgmt-relay==1.1.0 azure-mgmt-reservations==2.0.0 azure-mgmt-scheduler==2.0.0 azure-mgmt-search==8.0.0 azure-mgmt-servicebus==8.1.0 azure-mgmt-servicefabric==2.0.0 azure-mgmt-signalr==1.1.0 azure-mgmt-sql==3.0.1 azure-mgmt-subscription==3.1.1 azure-mgmt-trafficmanager==1.0.0 azure-mgmt-web==7.0.0 azure-nspkg==3.0.2 azure-servicebus==7.8.0 azure-servicefabric==8.2.0.0 azure-servicemanagement-legacy==0.20.7 azure-storage-common==2.1.0 azure-storage-file==2.1.0 azure-storage-queue==12.4.0 Babel @ file:///tmp/build/80754af9/babel_1620871417480/work backcall @ file:///home/ktietz/src/ci/backcall_1611930011877/work beautifulsoup4 @ file:///opt/conda/conda-bld/beautifulsoup4_1650462163268/work bleach @ file:///opt/conda/conda-bld/bleach_1641577558959/work Bottleneck @ file:///opt/conda/conda-bld/bottleneck_1657175564434/work brotlipy==0.7.0 cachetools==5.2.0 catboost @ file:///mnt/catboost/catboost/python-package/catboost-0.25.1-cp38-none-manylinux1_x86_64.whl certifi==2022.6.15.2 cffi @ file:///tmp/abs_98z5h56wf8/croots/recipe/cffi_1659598650955/work cftime @ file:///home/conda/feedstock_root/build_artifacts/cftime_1649636864359/work charset-normalizer @ file:///tmp/build/80754af9/charset-normalizer_1630003229654/work click==8.1.3 cloudpickle @ file:///tmp/build/80754af9/cloudpickle_1632508026186/work colorama @ file:///home/conda/feedstock_root/build_artifacts/colorama_1655412516417/work coloredlogs==15.0.1 convertdate @ file:///home/conda/feedstock_root/build_artifacts/convertdate_1642883757836/work cramjam==2.5.0 cryptography @ file:///tmp/build/80754af9/cryptography_1652083738073/work cycler @ file:///tmp/build/80754af9/cycler_1637851556182/work Cython @ file:///opt/conda/conda-bld/cython_1656941947712/work cytoolz==0.11.0 dask==2021.1.0 databricks-cli==0.17.3 debugpy @ file:///tmp/build/80754af9/debugpy_1637091796427/work decorator @ file:///opt/conda/conda-bld/decorator_1643638310831/work defusedxml @ file:///tmp/build/80754af9/defusedxml_1615228127516/work dill==0.3.6 distro==1.7.0 dlib==19.24.0 docker==5.0.3 docutils==0.19 dotnetcore2==3.1.23 dparse==0.6.0 entrypoints @ file:///tmp/build/80754af9/entrypoints_1649926445639/work ephem @ file:///home/conda/feedstock_root/build_artifacts/ephem_1649637192479/work executing @ file:///opt/conda/conda-bld/executing_1646925071911/work fastjsonschema @ file:///opt/conda/conda-bld/python-fastjsonschema_1661371079312/work fastparquet==0.8.3 fbprophet @ file:///home/conda/feedstock_root/build_artifacts/fbprophet_1599365532360/work fica==0.2.2 fire==0.4.0 Flask==2.2.2 flatbuffers==2.0.7 fsspec @ file:///opt/conda/conda-bld/fsspec_1659972197723/work future==0.18.2 gast==0.4.0 gensim==4.2.0 gitdb @ file:///home/conda/feedstock_root/build_artifacts/gitdb_1635085722655/work GitPython @ file:///home/conda/feedstock_root/build_artifacts/gitpython_1645531658201/work google-api-core==2.10.2 google-api-python-client==2.65.0 google-auth==2.11.0 google-auth-httplib2==0.1.0 google-auth-oauthlib==0.4.6 google-pasta==0.2.0 googleapis-common-protos==1.56.4 graphviz==0.20.1 greenlet==1.1.3 grpcio==1.48.1 gspread==5.6.2 gssapi==1.8.1 gunicorn==20.1.0 h2o @ http://h2o-release.s3.amazonaws.com/h2o/rel-yau/9/Python/h2o-3.26.0.9-py2.py3-none-any.whl h5py==3.7.0 hdijupyterutils==0.20.0 hijri-converter @ file:///home/conda/feedstock_root/build_artifacts/hijri-converter_1653348285237/work holidays @ file:///home/conda/feedstock_root/build_artifacts/holidays_1661252738306/work horovod==0.19.1 httplib2==0.21.0 humanfriendly==10.0 hupper==1.10.3 hyperopt==0.2.7 idna @ file:///tmp/build/80754af9/idna_1637925883363/work imagecodecs @ file:///tmp/build/80754af9/imagecodecs_1635529103369/work imageio @ file:///tmp/abs_cd920173-f360-47c5-97b0-bf4d1076d5d4dvic0oys/croots/recipe/imageio_1658785036907/work imagesize==1.4.1 importlib-metadata==4.12.0 importlib-resources @ file:///tmp/build/80754af9/importlib_resources_1625135880749/work imutils==0.5.4 ipykernel @ file:///opt/conda/conda-bld/ipykernel_1662361798230/work ipython @ file:///opt/conda/conda-bld/ipython_1657652213665/work ipython-genutils @ file:///tmp/build/80754af9/ipython_genutils_1606773439826/work ipywidgets @ file:///tmp/build/80754af9/ipywidgets_1634143127070/work isodate==0.6.1 itsdangerous==2.1.2 jedi @ file:///tmp/build/80754af9/jedi_1644315233700/work Jinja2 @ file:///opt/conda/conda-bld/jinja2_1647436528585/work joblib @ file:///tmp/build/80754af9/joblib_1635411271373/work json5 @ file:///tmp/build/80754af9/json5_1624432770122/work jsonschema @ file:///tmp/build/80754af9/jsonschema_1650025949224/work jupyter @ file:///tmp/abs_33h4eoipez/croots/recipe/jupyter_1659349046347/work jupyter-console==6.4.4 jupyter-core @ file:///opt/conda/conda-bld/jupyter_core_1651671229925/work jupyter-server @ file:///tmp/abs_b88b31b8-83b9-476d-a46d-e563c421f38fvsnyi1ur/croots/recipe/jupyter_server_1658754481507/work jupyter-server-mathjax @ file:///home/conda/feedstock_root/build_artifacts/jupyter-server-mathjax_1657838296256/work jupyter_client @ file:///opt/conda/conda-bld/jupyter_client_1662504365333/work jupyterlab @ file:///home/conda/feedstock_root/build_artifacts/jupyterlab_1663077768940/work jupyterlab-git @ file:///home/conda/feedstock_root/build_artifacts/jupyterlab-git_1662487532550/work jupyterlab-pygments @ file:///tmp/build/80754af9/jupyterlab_pygments_1601490720602/work jupyterlab-server @ file:///opt/conda/conda-bld/jupyterlab_server_1650462180599/work jupyterlab-widgets @ file:///tmp/build/80754af9/jupyterlab_widgets_1609884341231/work jupytext==1.14.1 keras==2.10.0 Keras-Preprocessing==1.1.2 keras2onnx==1.7.0 kiwisolver @ file:///opt/conda/conda-bld/kiwisolver_1653292039266/work korean-lunar-calendar @ file:///home/conda/feedstock_root/build_artifacts/korean_lunar_calendar_1589354365811/work krb5==0.4.0 libclang==14.0.6 lightgbm==2.3.0 locket @ file:///opt/conda/conda-bld/locket_1652903118915/work LunarCalendar==0.0.9 Mako==1.2.2 Markdown==3.4.1 markdown-it-py==2.1.0 MarkupSafe==2.1.1 matplotlib @ file:///tmp/build/80754af9/matplotlib-base_1592406092505/work matplotlib-inline @ file:///opt/conda/conda-bld/matplotlib-inline_1662014470464/work mdit-py-plugins==0.3.1 mdurl==0.1.2 mistune==0.8.4 mkl-fft==1.3.1 mkl-random @ file:///tmp/build/80754af9/mkl_random_1626186064646/work mkl-service==2.4.0 mlflow==1.28.0 mock==4.0.3 mpmath==1.2.1 msgpack==1.0.4 msrest==0.7.1 msrestazure==0.6.4 nbclassic @ file:///opt/conda/conda-bld/nbclassic_1644943264176/work nbclient @ file:///tmp/build/80754af9/nbclient_1650308366712/work nbconvert @ file:///opt/conda/conda-bld/nbconvert_1649751911790/work nbdime @ file:///home/conda/feedstock_root/build_artifacts/nbdime_1635269257164/work nbformat @ file:///tmp/build/80754af9/nbformat_1649827057626/work nest-asyncio @ file:///tmp/build/80754af9/nest-asyncio_1649847908682/work netCDF4 @ file:///home/conda/feedstock_root/build_artifacts/netcdf4_1636302993068/work networkx @ file:///opt/conda/conda-bld/networkx_1657784097507/work nltk==3.7 nose==1.3.7 notebook @ file:///tmp/abs_abf6xa6h6f/croots/recipe/notebook_1659083654985/work numexpr @ file:///opt/conda/conda-bld/numexpr_1656940300424/work numpy==1.23.3 oauthlib==3.2.1 onnx==1.12.0 onnxconverter-common==1.12.2 onnxmltools==1.11.1 onnxruntime==1.12.1 opencv-contrib-python==4.6.0.66 opencv-python==4.6.0.66 opt-einsum==3.3.0 otter-grader==4.2.0 packaging @ file:///tmp/build/80754af9/packaging_1637314298585/work pandas==1.4.3 pandocfilters @ file:///opt/conda/conda-bld/pandocfilters_1643405455980/work parso @ file:///opt/conda/conda-bld/parso_1641458642106/work partd @ file:///opt/conda/conda-bld/partd_1647245470509/work PasteDeploy==2.1.1 pexpect @ file:///tmp/build/80754af9/pexpect_1605563209008/work pickleshare @ file:///tmp/build/80754af9/pickleshare_1606932040724/work Pillow==9.2.0 plaster==1.0 plaster-pastedeploy==0.7 plotly==5.10.0 progressbar33==2.4 prometheus-client @ file:///tmp/abs_d3zeliano1/croots/recipe/prometheus_client_1659455100375/work prometheus-flask-exporter==0.20.3 prompt-toolkit @ file:///tmp/build/80754af9/prompt-toolkit_1633440160888/work protobuf==3.19.5 psutil @ file:///opt/conda/conda-bld/psutil_1656431268089/work ptyprocess @ file:///tmp/build/80754af9/ptyprocess_1609355006118/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl pure-eval @ file:///opt/conda/conda-bld/pure_eval_1646925070566/work py4j==0.10.9.7 pyasn1==0.4.8 pyasn1-modules==0.2.8 pybryt==0.7.0 pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work pydantic==1.10.2 Pygments==2.13.0 PyJWT==2.4.0 PyMeeus @ file:///home/conda/feedstock_root/build_artifacts/pymeeus_1615809745702/work pyOpenSSL @ file:///opt/conda/conda-bld/pyopenssl_1643788558760/work pyparsing @ file:///opt/conda/conda-bld/pyparsing_1661452539315/work pyramid==2.0 pyrsistent @ file:///tmp/build/80754af9/pyrsistent_1636110947380/work PySocks @ file:///tmp/build/80754af9/pysocks_1605305779399/work pyspnego==0.6.0 pystan @ file:///home/conda/feedstock_root/build_artifacts/pystan_1598392747715/work python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work python-on-whales==0.53.0 pytz @ file:///opt/conda/conda-bld/pytz_1654762638606/work PyWavelets @ file:///tmp/build/80754af9/pywavelets_1648710120733/work PyYAML==6.0 pyzmq @ file:///opt/conda/conda-bld/pyzmq_1657724186960/work qtconsole @ file:///opt/conda/conda-bld/qtconsole_1662018252641/work QtPy @ file:///opt/conda/conda-bld/qtpy_1662014892439/work querystring-parser==1.2.4 rapids==0.0.1 regex==2022.9.13 requests @ file:///opt/conda/conda-bld/requests_1657734628632/work requests-kerberos==0.14.0 requests-oauthlib==1.3.1 rsa==4.9 ruamel.yaml==0.17.21 ruamel.yaml.clib==0.2.6 safety==2.1.1 scikit-image==0.19.3 scikit-learn @ file:///tmp/abs_d76175bc-917a-47d4-9994-b56265948a6328vmoe2o/croots/recipe/scikit-learn_1658419412415/work scipy @ file:///opt/conda/conda-bld/scipy_1661390393401/work seaborn==0.12.1 Send2Trash @ file:///tmp/build/80754af9/send2trash_1632406701022/work sip==4.19.13 six @ file:///tmp/build/80754af9/six_1644875935023/work skl2onnx==1.12 smart-open==6.2.0 smmap==5.0.0 sniffio @ file:///tmp/build/80754af9/sniffio_1614030475067/work snowballstemmer==2.2.0 soupsieve @ file:///tmp/build/80754af9/soupsieve_1636706018808/work sparkmagic==0.20.0 Sphinx==5.3.0 sphinxcontrib-applehelp==1.0.2 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.0 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 SQLAlchemy==1.4.41 sqlparse==0.4.2 stack-data @ file:///opt/conda/conda-bld/stack_data_1646927590127/work sympy==1.11.1 tabulate==0.8.10 tenacity==8.0.1 tensorboard==2.10.0 tensorboard-data-server==0.6.1 tensorboard-plugin-wit==1.8.1 tensorflow-estimator==2.10.0 tensorflow-gpu==2.10.0 tensorflow-io-gcs-filesystem==0.27.0 termcolor==2.0.1 terminado @ file:///tmp/build/80754af9/terminado_1644322581811/work testpath @ file:///opt/conda/conda-bld/testpath_1655908557405/work tf2onnx==1.12.0 threadpoolctl @ file:///Users/ktietz/demo/mc3/conda-bld/threadpoolctl_1629802263681/work tifffile @ file:///tmp/build/80754af9/tifffile_1627275862826/work toml==0.10.2 tomli @ file:///home/conda/feedstock_root/build_artifacts/tomli_1644342247877/work toolz @ file:///tmp/build/80754af9/toolz_1636545406491/work torch==1.12.1 torch-tb-profiler==0.4.0 torchaudio==0.12.1 torchinfo==1.7.1 torchtext==0.13.1 torchvision==0.13.1 tornado @ file:///opt/conda/conda-bld/tornado_1662061693373/work tqdm @ file:///opt/conda/conda-bld/tqdm_1650891076910/work traitlets @ file:///tmp/build/80754af9/traitlets_1636710298902/work translationstring==1.4 typer==0.7.0 typing_extensions @ file:///tmp/abs_ben9emwtky/croots/recipe/typing_extensions_1659638822008/work uamqp==1.6.0 uritemplate==4.1.1 urllib3 @ file:///tmp/abs_5dhwnz6atv/croots/recipe/urllib3_1659110457909/work venusian==3.0.0 wcwidth @ file:///Users/ktietz/demo/mc3/conda-bld/wcwidth_1629357192024/work webencodings==0.5.1 WebOb==1.8.7 websocket-client @ file:///tmp/build/80754af9/websocket-client_1614804261064/work Werkzeug==2.2.2 widgetsnbextension @ file:///tmp/build/80754af9/widgetsnbextension_1645009353553/work wrapt==1.14.1 xarray @ file:///home/conda/feedstock_root/build_artifacts/xarray_1658844022165/work xarray-einstats @ file:///home/conda/feedstock_root/build_artifacts/xarray-einstats_1655671011237/work xgboost==1.3.3 zipp @ file:///opt/conda/conda-bld/zipp_1652341764480/work zope.deprecation==4.4.0 zope.interface==5.4.0 ```
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1474805252 https://github.com/pydata/xarray/issues/7355#issuecomment-1336439816,https://api.github.com/repos/pydata/xarray/issues/7355,1336439816,IC_kwDOAMm_X85PqHQI,10194086,2022-12-04T15:26:56Z,2022-12-04T15:26:56Z,MEMBER,"Is that the whole output of `xr.show_versions()`? Can you paste the output of `conda list` or `pip freeze`? Thanks! ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1474805252