Hi,
I’m having trouble running FSLeyes. I’ve downloaded it following: [https://spinalcordtoolbox.com/en/stable/user_section/installation.html#install-on-windows-10-with-wsl]
Yet, I still cannot run FSLeyes. Is there any command I can try to check if the installation was successful? Thank you!
clara@DESKTOP-8DII8HA:~/sct$ source ${SCT_DIR}/python/etc/profile.d/conda.sh
clara@DESKTOP-8DII8HA:~/sct$ conda activate venv_sct
(venv_sct) clara@DESKTOP-8DII8HA:~/sct$ fsleyes
fsleyes: command not found
Hi Clara,
Welcome to the forum, and thank you for your question! The conda list
command should help here. Could you please run this as follows:
source ${SCT_DIR}/python/etc/profile.d/conda.sh
conda activate venv_sct
conda list > package-list.txt
This will generate an output file called "package-list.txt"
, which you can then upload in a reply on this forum. (To access your WSL files from Windows, please refer to this guide.)
Alternatively, you could run conda list
without the extra "> package-list.txt"
part, and simply copy and paste the console output to the forum, too – whichever is easiest.
Kind regards,
Joshua
Thanks for the fast reply.
Seems like fsleyes is not in the package list!
package-list.txt (8.8 KB)
In the meanwhile I’ve tried running again the installation and it’s been stuck on the line "Solving environment : " for about 30 minutes.
Here is my terminal output:
(venv_sct) clara@DESKTOP-8DII8HA:~/sct$ source ${SCT_DIR}/python/etc/profile.d/conda.sh
(venv_sct) clara@DESKTOP-8DII8HA:~/sct$ conda activate venv_sct
(venv_sct) clara@DESKTOP-8DII8HA:~/sct$ yes | conda install -c conda-forge fsleyes
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): | WARNING conda.models.version:get_matcher(537): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 2.*, but conda is ignoring the .* and treating it as 2
WARNING conda.models.version:get_matcher(537): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 3.6.*, but conda is ignoring the .* and treating it as 3.6
- WARNING conda.models.version:get_matcher(537): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.*, but conda is ignoring the .* and treating it as 1
done
Solving environment: -
Hello,
This is a bit surprising.
Could you try to do the installation in another env?
To create an env follow: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands.
If the problem persists, we could try to use the standalone version of fsleyes.
To try to replicate the error I just have a question: Which version of wsl and linux distrib are you currently using?
Best regards
Lucas
Hi,
I’m using WSL1 and Ubuntu 18.04. I will try the installation in another env later today and keep you updated.
Thanks for your help!
Hi Clara,
I have one additional suggestion to try, as well: Could you run this command before trying to install fsleyes
?
conda config --set channel_priority strict
(The context for this suggestion comes from this comment in a conda issue discussion.)
Kind regards,
Joshua
Still in the sct env, it now works when I run this line first:
conda config --set channel_priority strict
Here is the output if it can help:
(venv_sct) clara@DESKTOP-8DII8HA:~$ conda config --set channel_priority strict
(venv_sct) clara@DESKTOP-8DII8HA:~$ yes | conda install -c conda-forge fsleyes
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): - WARNING conda.models.version:get_matcher(537): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 3.6.*, but conda is ignoring the .* and treating it as 3.6
WARNING conda.models.version:get_matcher(537): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 2.*, but conda is ignoring the .* and treating it as 2
- WARNING conda.models.version:get_matcher(537): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.*, but conda is ignoring the .* and treating it as 1
done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: done
## Package Plan ##
environment location: /home/clara/sct/python/envs/venv_sct
added / updated specs:
- fsleyes
The following packages will be downloaded:
package | build
---------------------------|-----------------
argon2-cffi-20.1.0 | py36h8f6f2f9_2 47 KB conda-forge
brotlipy-0.7.0 |py36h8f6f2f9_1001 341 KB conda-forge
certifi-2020.12.5 | py36h5fab9bb_1 143 KB conda-forge
cffi-1.14.4 | py36hc120d54_1 225 KB conda-forge
chardet-4.0.0 | py36h5fab9bb_1 219 KB conda-forge
cryptography-3.3.1 | py36h0a59100_1 624 KB conda-forge
dataclasses-0.7 | pyhe4b4509_6 21 KB conda-forge
docutils-0.16 | py36h5fab9bb_3 738 KB conda-forge
fsleyes-0.32.3 | py36_0 28.2 MB conda-forge
glib-2.66.5 | hcd2ae1e_2 431 KB conda-forge
glib-tools-2.66.5 | hcd2ae1e_2 85 KB conda-forge
h5py-3.1.0 |nompi_py36hc1bc4f5_100 1.2 MB conda-forge
idna-2.10 | pyh9f0ad1d_0 52 KB conda-forge
importlib-metadata-3.4.0 | py36h5fab9bb_0 20 KB conda-forge
indexed_gzip-1.4.0 | py36h575eb5e_0 523 KB conda-forge
ipykernel-5.4.2 | py36he448a4c_0 165 KB conda-forge
ipython-7.16.1 | py36he448a4c_2 1.1 MB conda-forge
jedi-0.17.2 | py36h5fab9bb_1 957 KB conda-forge
jupyter_core-4.7.1 | py36h5fab9bb_0 72 KB conda-forge
kiwisolver-1.3.1 | py36h605e78d_1 78 KB conda-forge
ld_impl_linux-64-2.35.1 | hea4e1c9_2 618 KB conda-forge
libblas-3.9.0 | 8_openblas 11 KB conda-forge
libcblas-3.9.0 | 8_openblas 11 KB conda-forge
libedit-3.1.20191231 | he28a2e2_2 121 KB conda-forge
libffi-3.3 | h58526e2_2 51 KB conda-forge
libglib-2.66.5 | h164308a_2 3.0 MB conda-forge
liblapack-3.9.0 | 8_openblas 11 KB conda-forge
markupsafe-1.1.1 | py36h8f6f2f9_3 27 KB conda-forge
matplotlib-base-3.3.4 | py36hd391965_0 6.8 MB conda-forge
mistune-0.8.4 |py36h8f6f2f9_1003 54 KB conda-forge
nbconvert-6.0.7 | py36h5fab9bb_3 533 KB conda-forge
ncurses-6.2 | h58526e2_4 985 KB conda-forge
notebook-6.2.0 | py36h5fab9bb_0 6.2 MB conda-forge
numpy-1.19.5 | py36h2aa4a07_1 5.3 MB conda-forge
packaging-20.9 | pyh44b312d_0 35 KB conda-forge
parso-0.7.1 | pyh9f0ad1d_0 70 KB conda-forge
pathlib2-2.3.5 | py36h5fab9bb_3 35 KB conda-forge
pillow-8.1.0 | py36h4f9996e_1 675 KB conda-forge
pip-21.0.1 | pyhd8ed1ab_0 1.1 MB conda-forge
pycparser-2.20 | pyh9f0ad1d_2 94 KB conda-forge
pyopenssl-20.0.1 | pyhd8ed1ab_0 48 KB conda-forge
pyrsistent-0.17.3 | py36h8f6f2f9_2 89 KB conda-forge
pysocks-1.7.1 | py36h5fab9bb_3 27 KB conda-forge
python-3.6.12 |hffdb5ce_0_cpython 38.4 MB conda-forge
python_abi-3.6 | 1_cp36m 4 KB conda-forge
pyzmq-22.0.1 | py36h81c33ee_0 526 KB conda-forge
readline-8.0 | he28a2e2_2 281 KB conda-forge
requests-2.25.1 | pyhd3deb0d_0 51 KB conda-forge
rtree-0.9.7 | py36hb415506_1 45 KB conda-forge
scipy-1.5.3 | py36h9e8f40b_0 19.1 MB conda-forge
setuptools-49.6.0 | py36h5fab9bb_3 936 KB conda-forge
six-1.15.0 | pyh9f0ad1d_0 14 KB conda-forge
sqlite-3.34.0 | h74cdb3f_0 1.4 MB conda-forge
terminado-0.9.2 | py36h5fab9bb_0 26 KB conda-forge
tk-8.6.10 | h21135ba_1 3.2 MB conda-forge
tornado-6.1 | py36h8f6f2f9_1 643 KB conda-forge
traitlets-4.3.3 | py36h9f0ad1d_1 133 KB conda-forge
trimesh-3.9.3 | pyh44b312d_0 504 KB conda-forge
typing_extensions-3.7.4.3 | py_0 25 KB conda-forge
urllib3-1.26.3 | pyhd8ed1ab_0 99 KB conda-forge
wheel-0.36.2 | pyhd3deb0d_0 31 KB conda-forge
wxpython-4.1.0 | py36h387fc31_4 21.2 MB conda-forge
xz-5.2.5 | h516909a_1 343 KB conda-forge
zlib-1.2.11 | h516909a_1010 106 KB conda-forge
------------------------------------------------------------
Total: 148.0 MB
The following NEW packages will be INSTALLED:
_openmp_mutex conda-forge/linux-64::_openmp_mutex-4.5-1_gnu
alabaster conda-forge/noarch::alabaster-0.7.12-py_0
argon2-cffi conda-forge/linux-64::argon2-cffi-20.1.0-py36h8f6f2f9_2
async_generator conda-forge/noarch::async_generator-1.10-py_0
atk-1.0 conda-forge/linux-64::atk-1.0-2.36.0-h3371d22_4
attrs conda-forge/noarch::attrs-20.3.0-pyhd3deb0d_0
babel conda-forge/noarch::babel-2.9.0-pyhd3deb0d_0
backcall conda-forge/noarch::backcall-0.2.0-pyh9f0ad1d_0
backports conda-forge/noarch::backports-1.0-py_2
backports.functoo~ conda-forge/noarch::backports.functools_lru_cache-1.6.1-py_0
bleach conda-forge/noarch::bleach-3.3.0-pyh44b312d_0
brotlipy conda-forge/linux-64::brotlipy-0.7.0-py36h8f6f2f9_1001
c-ares conda-forge/linux-64::c-ares-1.17.1-h36c2ea0_0
cached-property conda-forge/noarch::cached-property-1.5.1-py_0
cffi conda-forge/linux-64::cffi-1.14.4-py36hc120d54_1
chardet conda-forge/linux-64::chardet-4.0.0-py36h5fab9bb_1
colorama conda-forge/noarch::colorama-0.4.4-pyh9f0ad1d_0
cryptography conda-forge/linux-64::cryptography-3.3.1-py36h0a59100_1
cycler conda-forge/noarch::cycler-0.10.0-py_2
dataclasses conda-forge/noarch::dataclasses-0.7-pyhe4b4509_6
dcm2niix conda-forge/linux-64::dcm2niix-1.0.20181114-h6bb024c_1000
decorator conda-forge/noarch::decorator-4.4.2-py_0
defusedxml conda-forge/noarch::defusedxml-0.6.0-py_0
docutils conda-forge/linux-64::docutils-0.16-py36h5fab9bb_3
entrypoints conda-forge/noarch::entrypoints-0.3-pyhd8ed1ab_1003
freeglut conda-forge/linux-64::freeglut-3.2.1-h9c3ff4c_2
fsleyes conda-forge/linux-64::fsleyes-0.32.3-py36_0
fsleyes-props conda-forge/noarch::fsleyes-props-1.7.0-py_0
fsleyes-widgets conda-forge/noarch::fsleyes-widgets-0.9.0-py_1
fslpy conda-forge/noarch::fslpy-3.5.1-pyh050c7b8_0
gdk-pixbuf conda-forge/linux-64::gdk-pixbuf-2.42.2-h0c95a7a_2
glib-tools conda-forge/linux-64::glib-tools-2.66.5-hcd2ae1e_2
gtk2 conda-forge/linux-64::gtk2-2.24.33-hab0c2f8_0
h5py conda-forge/linux-64::h5py-3.1.0-nompi_py36hc1bc4f5_100
hdf5 conda-forge/linux-64::hdf5-1.10.6-nompi_h6a2412b_1114
idna conda-forge/noarch::idna-2.10-pyh9f0ad1d_0
imagesize conda-forge/noarch::imagesize-1.2.0-py_0
importlib-metadata conda-forge/linux-64::importlib-metadata-3.4.0-py36h5fab9bb_0
importlib_metadata conda-forge/noarch::importlib_metadata-3.4.0-hd8ed1ab_0
indexed_gzip conda-forge/linux-64::indexed_gzip-1.4.0-py36h575eb5e_0
ipykernel conda-forge/linux-64::ipykernel-5.4.2-py36he448a4c_0
ipython conda-forge/linux-64::ipython-7.16.1-py36he448a4c_2
ipython_genutils conda-forge/noarch::ipython_genutils-0.2.0-py_1
isodate conda-forge/noarch::isodate-0.6.0-py_1
jedi conda-forge/linux-64::jedi-0.17.2-py36h5fab9bb_1
jinja2 conda-forge/noarch::jinja2-2.11.3-pyh44b312d_0
jsonschema conda-forge/noarch::jsonschema-3.2.0-py_2
jupyter_client conda-forge/noarch::jupyter_client-6.1.11-pyhd8ed1ab_1
jupyter_core conda-forge/linux-64::jupyter_core-4.7.1-py36h5fab9bb_0
jupyterlab_pygmen~ conda-forge/noarch::jupyterlab_pygments-0.1.2-pyh9f0ad1d_0
kiwisolver conda-forge/linux-64::kiwisolver-1.3.1-py36h605e78d_1
krb5 conda-forge/linux-64::krb5-1.17.2-h926e7f8_0
lcms2 conda-forge/linux-64::lcms2-2.11-hcbb858e_1
libblas conda-forge/linux-64::libblas-3.9.0-8_openblas
libcblas conda-forge/linux-64::libcblas-3.9.0-8_openblas
libcurl conda-forge/linux-64::libcurl-7.71.1-hcdd3856_8
libev conda-forge/linux-64::libev-4.33-h516909a_1
libgfortran-ng conda-forge/linux-64::libgfortran-ng-9.3.0-hff62375_18
libgfortran5 conda-forge/linux-64::libgfortran5-9.3.0-hff62375_18
libglib conda-forge/linux-64::libglib-2.66.5-h164308a_2
libgomp conda-forge/linux-64::libgomp-9.3.0-h2828fa1_18
libiconv conda-forge/linux-64::libiconv-1.16-h516909a_0
liblapack conda-forge/linux-64::liblapack-3.9.0-8_openblas
libnghttp2 conda-forge/linux-64::libnghttp2-1.43.0-h812cca2_0
libopenblas conda-forge/linux-64::libopenblas-0.3.12-pthreads_h4812303_1
libsodium conda-forge/linux-64::libsodium-1.0.18-h36c2ea0_1
libspatialindex conda-forge/linux-64::libspatialindex-1.9.3-he1b5a44_3
libssh2 conda-forge/linux-64::libssh2-1.9.0-hab1572f_5
libtiff conda-forge/linux-64::libtiff-4.2.0-hdc55705_0
libwebp-base conda-forge/linux-64::libwebp-base-1.2.0-h7f98852_0
lz4-c conda-forge/linux-64::lz4-c-1.9.3-h9c3ff4c_0
markupsafe conda-forge/linux-64::markupsafe-1.1.1-py36h8f6f2f9_3
matplotlib-base conda-forge/linux-64::matplotlib-base-3.3.4-py36hd391965_0
mistune conda-forge/linux-64::mistune-0.8.4-py36h8f6f2f9_1003
nbclient conda-forge/noarch::nbclient-0.5.1-py_0
nbconvert conda-forge/linux-64::nbconvert-6.0.7-py36h5fab9bb_3
nbformat conda-forge/noarch::nbformat-5.1.2-pyhd8ed1ab_1
nest-asyncio conda-forge/noarch::nest-asyncio-1.4.3-pyhd8ed1ab_0
nibabel conda-forge/noarch::nibabel-3.2.1-pyhd8ed1ab_0
notebook conda-forge/linux-64::notebook-6.2.0-py36h5fab9bb_0
numpy conda-forge/linux-64::numpy-1.19.5-py36h2aa4a07_1
olefile conda-forge/noarch::olefile-0.46-pyh9f0ad1d_1
packaging conda-forge/noarch::packaging-20.9-pyh44b312d_0
pandoc conda-forge/linux-64::pandoc-2.11.4-h7f98852_0
pandocfilters conda-forge/noarch::pandocfilters-1.4.2-py_1
parso conda-forge/noarch::parso-0.7.1-pyh9f0ad1d_0
pathlib2 conda-forge/linux-64::pathlib2-2.3.5-py36h5fab9bb_3
pexpect conda-forge/noarch::pexpect-4.8.0-pyh9f0ad1d_2
pickleshare conda-forge/noarch::pickleshare-0.7.5-py_1003
pillow conda-forge/linux-64::pillow-8.1.0-py36h4f9996e_1
progressbar2 conda-forge/noarch::progressbar2-3.53.1-pyh9f0ad1d_0
prometheus_client conda-forge/noarch::prometheus_client-0.9.0-pyhd3deb0d_0
prompt-toolkit conda-forge/noarch::prompt-toolkit-3.0.14-pyha770c72_0
pthread-stubs conda-forge/linux-64::pthread-stubs-0.4-h36c2ea0_1001
ptyprocess conda-forge/noarch::ptyprocess-0.7.0-pyhd3deb0d_0
pycparser conda-forge/noarch::pycparser-2.20-pyh9f0ad1d_2
pydicom conda-forge/noarch::pydicom-2.1.2-pyhd3deb0d_0
pygments conda-forge/noarch::pygments-2.7.4-pyhd8ed1ab_0
pyopengl conda-forge/noarch::pyopengl-3.1.5-py_0
pyopenssl conda-forge/noarch::pyopenssl-20.0.1-pyhd8ed1ab_0
pyparsing conda-forge/noarch::pyparsing-2.4.7-pyh9f0ad1d_0
pypubsub conda-forge/noarch::pypubsub-4.0.3-py_0
pyrsistent conda-forge/linux-64::pyrsistent-0.17.3-py36h8f6f2f9_2
pysocks conda-forge/linux-64::pysocks-1.7.1-py36h5fab9bb_3
python-dateutil conda-forge/noarch::python-dateutil-2.8.1-py_0
python-utils conda-forge/noarch::python-utils-2.5.5-pyh44b312d_0
python_abi conda-forge/linux-64::python_abi-3.6-1_cp36m
pytz conda-forge/noarch::pytz-2021.1-pyhd8ed1ab_0
pyzmq conda-forge/linux-64::pyzmq-22.0.1-py36h81c33ee_0
requests conda-forge/noarch::requests-2.25.1-pyhd3deb0d_0
rtree conda-forge/linux-64::rtree-0.9.7-py36hb415506_1
scipy conda-forge/linux-64::scipy-1.5.3-py36h9e8f40b_0
send2trash conda-forge/noarch::send2trash-1.5.0-py_0
snowballstemmer conda-forge/noarch::snowballstemmer-2.1.0-pyhd8ed1ab_0
sphinx conda-forge/noarch::sphinx-3.4.3-pyhd8ed1ab_0
sphinx_rtd_theme conda-forge/noarch::sphinx_rtd_theme-0.5.1-pyhd3deb0d_0
sphinxcontrib-app~ conda-forge/noarch::sphinxcontrib-applehelp-1.0.2-py_0
sphinxcontrib-dev~ conda-forge/noarch::sphinxcontrib-devhelp-1.0.2-py_0
sphinxcontrib-htm~ conda-forge/noarch::sphinxcontrib-htmlhelp-1.0.3-py_0
sphinxcontrib-jsm~ conda-forge/noarch::sphinxcontrib-jsmath-1.0.1-py_0
sphinxcontrib-qth~ conda-forge/noarch::sphinxcontrib-qthelp-1.0.3-py_0
sphinxcontrib-ser~ conda-forge/noarch::sphinxcontrib-serializinghtml-1.1.4-py_0
terminado conda-forge/linux-64::terminado-0.9.2-py36h5fab9bb_0
testpath conda-forge/noarch::testpath-0.4.4-py_0
tornado conda-forge/linux-64::tornado-6.1-py36h8f6f2f9_1
traitlets conda-forge/linux-64::traitlets-4.3.3-py36h9f0ad1d_1
trimesh conda-forge/noarch::trimesh-3.9.3-pyh44b312d_0
typing_extensions conda-forge/noarch::typing_extensions-3.7.4.3-py_0
urllib3 conda-forge/noarch::urllib3-1.26.3-pyhd8ed1ab_0
wcwidth conda-forge/noarch::wcwidth-0.2.5-pyh9f0ad1d_2
webencodings conda-forge/noarch::webencodings-0.5.1-py_1
wxnatpy conda-forge/noarch::wxnatpy-0.3.2-py_0
xnat conda-forge/noarch::xnat-0.3.25-pyh9f0ad1d_0
xorg-fixesproto conda-forge/linux-64::xorg-fixesproto-5.0-h14c3975_1002
xorg-inputproto conda-forge/linux-64::xorg-inputproto-2.3.2-h7f98852_1002
xorg-kbproto conda-forge/linux-64::xorg-kbproto-1.0.7-h7f98852_1002
xorg-libice conda-forge/linux-64::xorg-libice-1.0.10-h516909a_0
xorg-libsm conda-forge/linux-64::xorg-libsm-1.2.3-h84519dc_1000
xorg-libx11 conda-forge/linux-64::xorg-libx11-1.6.12-h516909a_0
xorg-libxau conda-forge/linux-64::xorg-libxau-1.0.9-h7f98852_0
xorg-libxdmcp conda-forge/linux-64::xorg-libxdmcp-1.1.3-h7f98852_0
xorg-libxext conda-forge/linux-64::xorg-libxext-1.3.4-h516909a_0
xorg-libxfixes conda-forge/linux-64::xorg-libxfixes-5.0.3-h516909a_1004
xorg-libxi conda-forge/linux-64::xorg-libxi-1.7.10-h516909a_0
xorg-libxrender conda-forge/linux-64::xorg-libxrender-0.9.10-h516909a_1002
xorg-renderproto conda-forge/linux-64::xorg-renderproto-0.11.1-h14c3975_1002
xorg-xextproto conda-forge/linux-64::xorg-xextproto-7.3.0-h7f98852_1002
xorg-xproto conda-forge/linux-64::xorg-xproto-7.0.31-h7f98852_1007
zeromq conda-forge/linux-64::zeromq-4.3.4-h9c3ff4c_0
zipp conda-forge/noarch::zipp-3.4.0-py_0
zstd conda-forge/linux-64::zstd-1.4.8-ha95c52a_1
The following packages will be UPDATED:
ca-certificates anaconda::ca-certificates-2020.10.14-0 --> conda-forge::ca-certificates-2020.12.5-ha878542_0
cairo pkgs/main::cairo-1.14.12-h8948797_3 --> conda-forge::cairo-1.16.0-h7979940_1007
certifi anaconda::certifi-2020.6.20-py36_0 --> conda-forge::certifi-2020.12.5-py36h5fab9bb_1
fontconfig anaconda::fontconfig-2.13.0-h9420a91_0 --> conda-forge::fontconfig-2.13.1-hba837de_1004
freetype anaconda::freetype-2.10.4-h5ab3b9f_0 --> conda-forge::freetype-2.10.4-h0708190_1
gettext anaconda::gettext-0.19.8.1-h9b4dc7a_1 --> conda-forge::gettext-0.19.8.1-h0b5b191_1005
glib anaconda::glib-2.66.1-h92f7085_0 --> conda-forge::glib-2.66.5-hcd2ae1e_2
gst-plugins-base pkgs/main::gst-plugins-base-1.14.0-h8~ --> conda-forge::gst-plugins-base-1.14.5-h0935bb2_2
gstreamer pkgs/main::gstreamer-1.14.0-h28cd5cc_2 --> conda-forge::gstreamer-1.18.3-h3560a44_0
harfbuzz anaconda::harfbuzz-2.4.0-hca77d97_1 --> conda-forge::harfbuzz-2.7.4-h5cf4720_0
icu anaconda::icu-58.2-he6710b0_3 --> conda-forge::icu-68.1-h58526e2_0
jpeg anaconda::jpeg-9b-habf39ab_1 --> conda-forge::jpeg-9d-h36c2ea0_0
ld_impl_linux-64 pkgs/main::ld_impl_linux-64-2.33.1-h5~ --> conda-forge::ld_impl_linux-64-2.35.1-hea4e1c9_2
libedit pkgs/main::libedit-3.1.20191231-h14c3~ --> conda-forge::libedit-3.1.20191231-he28a2e2_2
libgcc-ng pkgs/main::libgcc-ng-9.1.0-hdf63c60_0 --> conda-forge::libgcc-ng-9.3.0-h2828fa1_18
libglu anaconda::libglu-9.0.0-hf484d3e_1 --> conda-forge::libglu-9.0.0-he1b5a44_1001
libpng anaconda::libpng-1.6.37-hbc83047_0 --> conda-forge::libpng-1.6.37-h21135ba_2
libstdcxx-ng pkgs/main::libstdcxx-ng-9.1.0-hdf63c6~ --> conda-forge::libstdcxx-ng-9.3.0-h6de172a_18
libuuid anaconda::libuuid-1.0.3-h1bed415_2 --> conda-forge::libuuid-2.32.1-h7f98852_1000
ncurses pkgs/main::ncurses-6.2-he6710b0_1 --> conda-forge::ncurses-6.2-h58526e2_4
openssl anaconda::openssl-1.1.1h-h7b6447c_0 --> conda-forge::openssl-1.1.1i-h7f98852_0
pip pkgs/main/linux-64::pip-20.3.3-py36h0~ --> conda-forge/noarch::pip-21.0.1-pyhd8ed1ab_0
sqlite pkgs/main::sqlite-3.33.0-h62c20be_0 --> conda-forge::sqlite-3.34.0-h74cdb3f_0
tk pkgs/main::tk-8.6.10-hbc83047_0 --> conda-forge::tk-8.6.10-h21135ba_1
wxpython pkgs/main::wxpython-4.0.4-py36hc99224~ --> conda-forge::wxpython-4.1.0-py36h387fc31_4
xz pkgs/main::xz-5.2.5-h7b6447c_0 --> conda-forge::xz-5.2.5-h516909a_1
zlib pkgs/main::zlib-1.2.11-h7b6447c_3 --> conda-forge::zlib-1.2.11-h516909a_1010
The following packages will be SUPERSEDED by a higher-priority channel:
_libgcc_mutex pkgs/main::_libgcc_mutex-0.1-main --> conda-forge::_libgcc_mutex-0.1-conda_forge
expat anaconda::expat-2.2.10-he6710b0_2 --> conda-forge::expat-2.2.10-h9c3ff4c_0
fribidi anaconda::fribidi-1.0.10-h7b6447c_0 --> conda-forge::fribidi-1.0.10-h36c2ea0_0
graphite2 anaconda::graphite2-1.3.14-h23475e2_0 --> conda-forge::graphite2-1.3.13-h58526e2_1001
libffi pkgs/main::libffi-3.3-he6710b0_2 --> conda-forge::libffi-3.3-h58526e2_2
libxcb anaconda::libxcb-1.14-h7b6447c_0 --> conda-forge::libxcb-1.13-h7f98852_1003
libxml2 anaconda::libxml2-2.9.10-hb55368b_3 --> conda-forge::libxml2-2.9.10-h72842e0_3
pango anaconda::pango-1.45.3-hd140c19_0 --> conda-forge::pango-1.42.4-h69149e4_5
pcre anaconda::pcre-8.44-he6710b0_0 --> conda-forge::pcre-8.44-he1b5a44_0
pixman anaconda::pixman-0.40.0-h7b6447c_0 --> conda-forge::pixman-0.40.0-h36c2ea0_0
python pkgs/main::python-3.6.12-hcff3b4d_2 --> conda-forge::python-3.6.12-hffdb5ce_0_cpython
readline pkgs/main::readline-8.1-h27cfd23_0 --> conda-forge::readline-8.0-he28a2e2_2
setuptools pkgs/main::setuptools-52.0.0-py36h06a~ --> conda-forge::setuptools-49.6.0-py36h5fab9bb_3
six anaconda::six-1.15.0-py_0 --> conda-forge::six-1.15.0-pyh9f0ad1d_0
wheel pkgs/main::wheel-0.36.2-pyhd3eb1b0_0 --> conda-forge::wheel-0.36.2-pyhd3deb0d_0
Proceed ([y]/n)?
Downloading and Extracting Packages
chardet-4.0.0 | 219 KB | ############################################### | 100%
notebook-6.2.0 | 6.2 MB | ############################################### | 100%
h5py-3.1.0 | 1.2 MB | ############################################### | 100%
pyrsistent-0.17.3 | 89 KB | ############################################### | 100%
rtree-0.9.7 | 45 KB | ############################################### | 100%
libffi-3.3 | 51 KB | ############################################### | 100%
wxpython-4.1.0 | 21.2 MB | ############################################### | 100%
libcblas-3.9.0 | 11 KB | ############################################### | 100%
libblas-3.9.0 | 11 KB | ############################################### | 100%
idna-2.10 | 52 KB | ############################################### | 100%
markupsafe-1.1.1 | 27 KB | ############################################### | 100%
sqlite-3.34.0 | 1.4 MB | ############################################### | 100%
typing_extensions-3. | 25 KB | ############################################### | 100%
indexed_gzip-1.4.0 | 523 KB | ############################################### | 100%
pyopenssl-20.0.1 | 48 KB | ############################################### | 100%
tk-8.6.10 | 3.2 MB | ############################################### | 100%
jedi-0.17.2 | 957 KB | ############################################### | 100%
nbconvert-6.0.7 | 533 KB | ############################################### | 100%
argon2-cffi-20.1.0 | 47 KB | ############################################### | 100%
certifi-2020.12.5 | 143 KB | ############################################### | 100%
urllib3-1.26.3 | 99 KB | ############################################### | 100%
pip-21.0.1 | 1.1 MB | ############################################### | 100%
python-3.6.12 | 38.4 MB | ############################################### | 100%
dataclasses-0.7 | 21 KB | ############################################### | 100%
pyzmq-22.0.1 | 526 KB | ############################################### | 100%
pathlib2-2.3.5 | 35 KB | ############################################### | 100%
glib-2.66.5 | 431 KB | ############################################### | 100%
python_abi-3.6 | 4 KB | ############################################### | 100%
fsleyes-0.32.3 | 28.2 MB | ############################################### | 100%
setuptools-49.6.0 | 936 KB | ############################################### | 100%
wheel-0.36.2 | 31 KB | ############################################### | 100%
readline-8.0 | 281 KB | ############################################### | 100%
parso-0.7.1 | 70 KB | ############################################### | 100%
numpy-1.19.5 | 5.3 MB | ############################################### | 100%
requests-2.25.1 | 51 KB | ############################################### | 100%
trimesh-3.9.3 | 504 KB | ############################################### | 100%
ld_impl_linux-64-2.3 | 618 KB | ############################################### | 100%
liblapack-3.9.0 | 11 KB | ############################################### | 100%
zlib-1.2.11 | 106 KB | ############################################### | 100%
jupyter_core-4.7.1 | 72 KB | ############################################### | 100%
terminado-0.9.2 | 26 KB | ############################################### | 100%
glib-tools-2.66.5 | 85 KB | ############################################### | 100%
pillow-8.1.0 | 675 KB | ############################################### | 100%
xz-5.2.5 | 343 KB | ############################################### | 100%
tornado-6.1 | 643 KB | ############################################### | 100%
matplotlib-base-3.3. | 6.8 MB | ############################################### | 100%
libedit-3.1.20191231 | 121 KB | ############################################### | 100%
traitlets-4.3.3 | 133 KB | ############################################### | 100%
brotlipy-0.7.0 | 341 KB | ############################################### | 100%
cffi-1.14.4 | 225 KB | ############################################### | 100%
pysocks-1.7.1 | 27 KB | ############################################### | 100%
docutils-0.16 | 738 KB | ############################################### | 100%
ipykernel-5.4.2 | 165 KB | ############################################### | 100%
scipy-1.5.3 | 19.1 MB | ############################################### | 100%
six-1.15.0 | 14 KB | ############################################### | 100%
ipython-7.16.1 | 1.1 MB | ############################################### | 100%
packaging-20.9 | 35 KB | ############################################### | 100%
cryptography-3.3.1 | 624 KB | ############################################### | 100%
kiwisolver-1.3.1 | 78 KB | ############################################### | 100%
ncurses-6.2 | 985 KB | ############################################### | 100%
importlib-metadata-3 | 20 KB | ############################################### | 100%
mistune-0.8.4 | 54 KB | ############################################### | 100%
pycparser-2.20 | 94 KB | ############################################### | 100%
libglib-2.66.5 | 3.0 MB | ############################################### | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: -
done