spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.37k stars 1.62k forks source link

Spyder crashing immediately on opening #21610

Open DigitalRadiohead opened 11 months ago

DigitalRadiohead commented 11 months ago

Issue Report Checklist

Problem Description

Spyder seems to crash if I open it via the start menu. It goes through the initial checks - "initializing, setting up main window, etc".

What steps reproduce the problem?

  1. Trying to start Spyder.

What is the expected output? What do you see instead?

I expect Spyder to open!

Paste Traceback/Error Below (if applicable)


If I open spyder from within conda, I get ...

(base) C:\Users\hammo>spyder

fromIccProfile: failed minimal tag size sanity
C:\Users\hammo\miniconda3\Lib\site-packages\paramiko\transport.py:219:
CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100)
Traceback (most recent call last):
File "C:\Users\hammo\miniconda3\Lib\asyncio\windows_events.py", line
444, in select
self._poll(timeout)
RuntimeError: <_overlapped.Overlapped object at 0x000001B5DFF234B0>
still has pending operation at deallocation, the process may crash
Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100)
Traceback (most recent call last):
File "C:\Users\hammo\miniconda3\Lib\asyncio\windows_events.py", line
444, in select
Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100)
self._poll(timeout)
RuntimeError: <_overlapped.Overlapped object at 0x000001B5DFF23930>
still has pending operation at deallocation, the process may crash
Traceback (most recent call last):
File "C:\Users\hammo\miniconda3\Lib\asyncio\windows_events.py", line
444, in select
self._poll(timeout)
RuntimeError: <_overlapped.Overlapped object at 0x000001B5DFF234B0>
still has pending operation at deallocation, the process may crash
Traceback (most recent call last):
File "C:\Users\hammo\miniconda3\Lib\asyncio\windows_events.py", line
444, in select
self._poll(timeout)
RuntimeError: <_overlapped.Overlapped object at 0x000001B5DFF23930>
still has pending operation at deallocation, the process may crash
Traceback (most recent call last):
File "C:\Users\hammo\miniconda3\Lib\asyncio\windows_events.py", line
444, in select
self._poll(timeout)
RuntimeError: <_overlapped.Overlapped object at 0x000001B5DFF23930>
still has pending operation at deallocation, the process may crash
Traceback (most recent call last):
File "C:\Users\hammo\miniconda3\Lib\asyncio\windows_events.py", line
444, in select
self._poll(timeout)
RuntimeError: <_overlapped.Overlapped object at 0x000001B5DFF234B0>
still has pending operation at deallocation, the process may crash

Nothing to post

Versions

Dependencies

Not sure how to post this as I cannot get to the Help menu and the dependencies (as it crashes before I can get there)
dalthviz commented 11 months ago

Hi @DigitalRadiohead thank you for the feedback! Checking a little bit seems like a similar traceback was reported at #21137. Could it be possible for you to check if the suggestion at https://github.com/spyder-ide/spyder/issues/21137#issuecomment-1638527365 (or in general updating the Python version to the latest available) helps?

Let us know!

DigitalRadiohead commented 11 months ago

I'm afraid not, I still get the following error

fromIccProfile: failed minimal tag size sanity C:\Users\hammo\miniconda3\Lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish, Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100) Traceback (most recent call last): File "C:\Users\hammo\miniconda3\Lib\asyncio\windows_events.py", line 444, in select self._poll(timeout) RuntimeError: <_overlapped.Overlapped object at 0x00000221A77DF030> still has pending operation at deallocation, the process may crash Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100) Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100)

ahjamesxi commented 11 months ago

I am facing the same issue too with the following error

fromIccProfile: failed minimal tag size sanity C:\Users\James\anaconda3\lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish, Traceback (most recent call last): File "C:\Users\James\anaconda3\lib\asyncio\windows_events.py", line 439, in select self._poll(timeout) RuntimeError: <_overlapped.Overlapped object at 0x0000023BB4D14030> still has pending operation at deallocation, the process may crash Traceback (most recent call last): File "C:\Users\James\anaconda3\lib\asyncio\windows_events.py", line 439, in select self._poll(timeout) RuntimeError: <_overlapped.Overlapped object at 0x0000023BB57594B0> still has pending operation at deallocation, the process may crash

ahjamesxi commented 11 months ago

Hi @DigitalRadiohead thank you for the feedback! Checking a little bit seems like a similar traceback was reported at #21137. Could it be possible for you to check if the suggestion at #21137 (comment) (or in general updating the Python version to the latest available) helps?

Let us know!

got this error after installing python 3.11.4

fromIccProfile: failed minimal tag size sanity C:\Users\James\anaconda3\Lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish, Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100) Traceback (most recent call last): File "C:\Users\James\anaconda3\Lib\asyncio\windows_events.py", line 444, in select self._poll(timeout) RuntimeError: <_overlapped.Overlapped object at 0x000001F4C9D7C7B0> still has pending operation at deallocation, the process may crash Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100) Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100) Traceback (most recent call last): File "C:\Users\James\anaconda3\Lib\asyncio\windows_events.py", line 444, in select self._poll(timeout) RuntimeError: <_overlapped.Overlapped object at 0x000001F4C9D7CDB0> still has pending operation at deallocation, the process may crash Traceback (most recent call last): File "C:\Users\James\anaconda3\Lib\asyncio\windows_events.py", line 444, in select self._poll(timeout) RuntimeError: <_overlapped.Overlapped object at 0x000001F4C9D7C7B0> still has pending operation at deallocation, the process may crash Traceback (most recent call last): File "C:\Users\James\anaconda3\Lib\asyncio\windows_events.py", line 444, in select self._poll(timeout) RuntimeError: <_overlapped.Overlapped object at 0x000001F4C9D7D5F0> still has pending operation at deallocation, the process may crash Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100)

dalthviz commented 11 months ago

Thank you for the new info @DigitalRadiohead and @ahjamesxi ! I'm not sure what exactly can be happening but seems like a similar traceback have been reported sometime ago at https://github.com/spyder-ide/spyder/issues/19975#issuecomment-1621900889 :thinking: Just to check, could it be possible for you to create a new conda environment using conda-forge channel packages? To create such a environment you could run from an Anaconda Prompt something like:

conda create -n spyder-cf-311 -c conda-forge python=3.11 spyder

Then you can either activate the new env and launch Spyder from the Anaconda Prompt with something like:

conda activate spyder-cf-311
spyder

Or from the Start menu use the related Spyder shortcut searching something like Spyder (spyder-cf-311):

image

Let us know if running Spyder from a new env helps!

DigitalRadiohead commented 11 months ago

spyder

Thanks!

I've made progress - it doesn't immediately shut down, but I do get an pop up error message that keeps on coming back - every time I close it, it pops up again, and doesn't allow me to code.

By the way, before I did this, when I opened spyder from Anaconda explore 2.5.1, i got the following message

C:\Users\hammo\anaconda3\Lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish, Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100) Traceback (most recent call last): File "C:\Users\hammo\anaconda3\Lib\asyncio\windows_events.py", line 444, in select self._poll(timeout) RuntimeError: still has pending operation at deallocation, the process may crash Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100) Bad address (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100)

ahjamesxi commented 11 months ago

image

Same issue with me too. Seems like spyder is unable to connect to the kernel.

Error message as below:

fromIccProfile: failed minimal tag size sanity Traceback (most recent call last): File "C:\Users\James\anaconda3\envs\spyder-cf-311\Lib\asyncio\windows_events.py", line 444, in select self._poll(timeout) RuntimeError: <_overlapped.Overlapped object at 0x0000016E8CBDED30> still has pending operation at deallocation, the process may crash Traceback (most recent call last): File "C:\Users\James\anaconda3\envs\spyder-cf-311\Lib\asyncio\windows_events.py", line 444, in select self._poll(timeout) RuntimeError: <_overlapped.Overlapped object at 0x0000016E8CBDF7B0> still has pending operation at deallocation, the process may crash

dalthviz commented 11 months ago

Thanks for checking the creation of a new env @DigitalRadiohead and @ahjamesxi ! Checking around I found this SO post: https://stackoverflow.com/a/71355961/15954282

Checking the suggestion there I think Spyder executes those lines in case tornado <=6.0 is detected but maybe this is also needed in other cases 🤔 ?

Could you share the conda list output of the base and spyder-cf-311 envs here please ? I checked creating the env locally and I'm not being able to reproduce the issue there:

``` # packages in environment at C:\Users\dalth\anaconda3\envs\spyder-cf-311: # # Name Version Build Channel alabaster 0.7.13 pyhd8ed1ab_0 conda-forge arrow 1.3.0 pyhd8ed1ab_0 conda-forge astroid 3.0.2 py311h1ea47a8_0 conda-forge asttokens 2.4.1 pyhd8ed1ab_0 conda-forge atomicwrites 1.4.1 pyhd8ed1ab_0 conda-forge attrs 23.1.0 pyh71513ae_1 conda-forge autopep8 2.0.4 pyhd8ed1ab_0 conda-forge babel 2.14.0 pyhd8ed1ab_0 conda-forge bcrypt 4.1.1 py311hc37eb10_0 conda-forge beautifulsoup4 4.12.2 pyha770c72_0 conda-forge binaryornot 0.4.4 py_1 conda-forge black 23.11.0 py311h1ea47a8_0 conda-forge bleach 6.1.0 pyhd8ed1ab_0 conda-forge brotli-python 1.1.0 py311h12c1d0e_1 conda-forge bzip2 1.0.8 hcfcfb64_5 conda-forge ca-certificates 2023.11.17 h56e8100_0 conda-forge certifi 2023.11.17 pyhd8ed1ab_0 conda-forge cffi 1.16.0 py311ha68e1ae_0 conda-forge chardet 5.2.0 py311h1ea47a8_1 conda-forge charset-normalizer 3.3.2 pyhd8ed1ab_0 conda-forge click 8.1.7 win_pyh7428d3b_0 conda-forge cloudpickle 3.0.0 pyhd8ed1ab_0 conda-forge colorama 0.4.6 pyhd8ed1ab_0 conda-forge comm 0.1.4 pyhd8ed1ab_0 conda-forge cookiecutter 2.5.0 pyhca7485f_0 conda-forge cryptography 41.0.7 py311h7cb4080_1 conda-forge debugpy 1.8.0 py311h12c1d0e_1 conda-forge decorator 5.1.1 pyhd8ed1ab_0 conda-forge defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge diff-match-patch 20230430 pyhd8ed1ab_0 conda-forge dill 0.3.7 pyhd8ed1ab_0 conda-forge docstring-to-markdown 0.13 pyhd8ed1ab_0 conda-forge docutils 0.20.1 py311h1ea47a8_3 conda-forge entrypoints 0.4 pyhd8ed1ab_0 conda-forge exceptiongroup 1.2.0 pyhd8ed1ab_0 conda-forge executing 2.0.1 pyhd8ed1ab_0 conda-forge flake8 6.1.0 pyhd8ed1ab_0 conda-forge icu 73.2 h63175ca_0 conda-forge idna 3.6 pyhd8ed1ab_0 conda-forge imagesize 1.4.1 pyhd8ed1ab_0 conda-forge importlib-metadata 7.0.0 pyha770c72_0 conda-forge importlib_metadata 7.0.0 hd8ed1ab_0 conda-forge importlib_resources 6.1.1 pyhd8ed1ab_0 conda-forge inflection 0.5.1 pyh9f0ad1d_0 conda-forge intervaltree 3.1.0 pyhd8ed1ab_1 conda-forge ipykernel 6.26.0 pyha63f2e9_0 conda-forge ipython 8.18.1 pyh7428d3b_3 conda-forge isort 5.13.2 pyhd8ed1ab_0 conda-forge jaraco.classes 3.3.0 pyhd8ed1ab_0 conda-forge jedi 0.19.1 pyhd8ed1ab_0 conda-forge jellyfish 1.0.3 py311hc37eb10_0 conda-forge jinja2 3.1.2 pyhd8ed1ab_1 conda-forge jpeg 9e hcfcfb64_3 conda-forge jsonschema 4.20.0 pyhd8ed1ab_0 conda-forge jsonschema-specifications 2023.11.2 pyhd8ed1ab_0 conda-forge jupyter_client 8.6.0 pyhd8ed1ab_0 conda-forge jupyter_core 5.5.0 py311h1ea47a8_0 conda-forge jupyterlab_pygments 0.3.0 pyhd8ed1ab_0 conda-forge keyring 24.3.0 py311h1ea47a8_0 conda-forge krb5 1.20.1 heb0366b_0 conda-forge libclang 14.0.6 default_hb5a9fac_1 libclang13 14.0.6 default_h8e68704_1 libexpat 2.5.0 h63175ca_1 conda-forge libffi 3.4.2 h8ffe710_5 conda-forge libpng 1.6.39 h19919ed_0 conda-forge libpq 12.15 h906ac69_1 libsodium 1.0.18 h8d14728_1 conda-forge libspatialindex 1.9.3 h39d44d4_4 conda-forge libsqlite 3.44.2 hcfcfb64_0 conda-forge libzlib 1.2.13 hcfcfb64_5 conda-forge markdown-it-py 3.0.0 pyhd8ed1ab_0 conda-forge markupsafe 2.1.3 py311ha68e1ae_1 conda-forge matplotlib-inline 0.1.6 pyhd8ed1ab_0 conda-forge mccabe 0.7.0 pyhd8ed1ab_0 conda-forge mdurl 0.1.0 pyhd8ed1ab_0 conda-forge mistune 3.0.2 pyhd8ed1ab_0 conda-forge more-itertools 10.1.0 pyhd8ed1ab_0 conda-forge mypy_extensions 1.0.0 pyha770c72_0 conda-forge nbclient 0.8.0 pyhd8ed1ab_0 conda-forge nbconvert 7.12.0 pyhd8ed1ab_0 conda-forge nbconvert-core 7.12.0 pyhd8ed1ab_0 conda-forge nbconvert-pandoc 7.12.0 pyhd8ed1ab_0 conda-forge nbformat 5.9.2 pyhd8ed1ab_0 conda-forge nest-asyncio 1.5.8 pyhd8ed1ab_0 conda-forge numpydoc 1.6.0 pyhd8ed1ab_0 conda-forge openssl 3.2.0 hcfcfb64_1 conda-forge packaging 23.2 pyhd8ed1ab_0 conda-forge pandoc 3.1.3 h57928b3_0 conda-forge pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge paramiko 3.3.1 pyhd8ed1ab_0 conda-forge parso 0.8.3 pyhd8ed1ab_0 conda-forge pathspec 0.12.1 pyhd8ed1ab_0 conda-forge pexpect 4.8.0 pyh1a96a4e_2 conda-forge pickleshare 0.7.5 py_1003 conda-forge pip 23.3.1 pyhd8ed1ab_0 conda-forge pkgutil-resolve-name 1.3.10 pyhd8ed1ab_1 conda-forge platformdirs 4.1.0 pyhd8ed1ab_0 conda-forge pluggy 1.3.0 pyhd8ed1ab_0 conda-forge ply 3.11 py_1 conda-forge prompt-toolkit 3.0.42 pyha770c72_0 conda-forge psutil 5.9.5 py311ha68e1ae_1 conda-forge ptyprocess 0.7.0 pyhd3deb0d_0 conda-forge pure_eval 0.2.2 pyhd8ed1ab_0 conda-forge pycodestyle 2.11.1 pyhd8ed1ab_0 conda-forge pycparser 2.21 pyhd8ed1ab_0 conda-forge pydocstyle 6.3.0 pyhd8ed1ab_0 conda-forge pyflakes 3.1.0 pyhd8ed1ab_0 conda-forge pygments 2.17.2 pyhd8ed1ab_0 conda-forge pylint 3.0.3 pyhd8ed1ab_0 conda-forge pylint-venv 3.0.3 pyhd8ed1ab_0 conda-forge pyls-spyder 0.4.0 pyhd8ed1ab_0 conda-forge pynacl 1.5.0 py311hd53affc_3 conda-forge pyqt 5.15.10 py311hd77b12b_0 pyqt5-sip 12.13.0 py311h2bbff1b_0 pyqtwebengine 5.15.10 py311hd77b12b_0 pysocks 1.7.1 pyh0701188_6 conda-forge python 3.11.6 h2628c8c_0_cpython conda-forge python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge python-fastjsonschema 2.19.0 pyhd8ed1ab_0 conda-forge python-lsp-black 1.3.0 pyhd8ed1ab_0 conda-forge python-lsp-jsonrpc 1.1.2 pyhd8ed1ab_0 conda-forge python-lsp-server 1.9.0 pyhd8ed1ab_0 conda-forge python-lsp-server-base 1.9.0 pyhd8ed1ab_0 conda-forge python-slugify 8.0.1 pyhd8ed1ab_2 conda-forge python_abi 3.11 4_cp311 conda-forge pytoolconfig 1.2.5 pyhd8ed1ab_0 conda-forge pytz 2023.3.post1 pyhd8ed1ab_0 conda-forge pywin32 306 py311h12c1d0e_2 conda-forge pywin32-ctypes 0.2.2 py311h1ea47a8_1 conda-forge pyyaml 6.0.1 py311ha68e1ae_1 conda-forge pyzmq 25.1.2 py311h9250fbb_0 conda-forge qdarkstyle 3.2 pyhd8ed1ab_0 conda-forge qstylizer 0.2.2 pyhd8ed1ab_0 conda-forge qt-main 5.15.2 h19c9488_10 qt-webengine 5.15.9 h5bd16bc_7 qtawesome 1.3.0 pyh9208f05_0 conda-forge qtconsole 5.5.1 pyhd8ed1ab_0 conda-forge qtconsole-base 5.5.1 pyha770c72_0 conda-forge qtpy 2.4.1 pyhd8ed1ab_0 conda-forge referencing 0.32.0 pyhd8ed1ab_0 conda-forge requests 2.31.0 pyhd8ed1ab_0 conda-forge rich 13.7.0 pyhd8ed1ab_0 conda-forge rope 1.11.0 pyhd8ed1ab_1 conda-forge rpds-py 0.13.2 py311hc37eb10_0 conda-forge rtree 1.1.0 py311hcacb13a_0 conda-forge setuptools 68.2.2 pyhd8ed1ab_0 conda-forge sip 6.7.12 py311h12c1d0e_0 conda-forge six 1.16.0 pyh6c4a22f_0 conda-forge snowballstemmer 2.2.0 pyhd8ed1ab_0 conda-forge sortedcontainers 2.4.0 pyhd8ed1ab_0 conda-forge soupsieve 2.5 pyhd8ed1ab_1 conda-forge sphinx 7.2.6 pyhd8ed1ab_0 conda-forge sphinxcontrib-applehelp 1.0.7 pyhd8ed1ab_0 conda-forge sphinxcontrib-devhelp 1.0.5 pyhd8ed1ab_0 conda-forge sphinxcontrib-htmlhelp 2.0.4 pyhd8ed1ab_0 conda-forge sphinxcontrib-jsmath 1.0.1 pyhd8ed1ab_0 conda-forge sphinxcontrib-qthelp 1.0.6 pyhd8ed1ab_0 conda-forge sphinxcontrib-serializinghtml 1.1.9 pyhd8ed1ab_0 conda-forge spyder 5.5.0 py311h1ea47a8_3 conda-forge spyder-kernels 2.5.0 win_pyh7428d3b_0 conda-forge sqlite 3.44.2 hcfcfb64_0 conda-forge stack_data 0.6.2 pyhd8ed1ab_0 conda-forge tabulate 0.9.0 pyhd8ed1ab_1 conda-forge text-unidecode 1.3 pyhd8ed1ab_1 conda-forge textdistance 4.5.0 pyhd8ed1ab_0 conda-forge three-merge 0.1.1 pyh9f0ad1d_0 conda-forge tinycss2 1.2.1 pyhd8ed1ab_0 conda-forge tk 8.6.13 h5226925_1 conda-forge tomli 2.0.1 pyhd8ed1ab_0 conda-forge tomlkit 0.12.3 pyha770c72_0 conda-forge tornado 6.3.3 py311ha68e1ae_1 conda-forge traitlets 5.14.0 pyhd8ed1ab_0 conda-forge types-python-dateutil 2.8.19.14 pyhd8ed1ab_0 conda-forge typing-extensions 4.9.0 hd8ed1ab_0 conda-forge typing_extensions 4.9.0 pyha770c72_0 conda-forge tzdata 2023c h71feb2d_0 conda-forge ucrt 10.0.22621.0 h57928b3_0 conda-forge ujson 5.9.0 py311h12c1d0e_0 conda-forge urllib3 2.1.0 pyhd8ed1ab_0 conda-forge vc 14.3 hcf57466_18 conda-forge vc14_runtime 14.38.33130 h82b7239_18 conda-forge vs2015_runtime 14.38.33130 hcb4865c_18 conda-forge watchdog 3.0.0 py311h1ea47a8_1 conda-forge wcwidth 0.2.12 pyhd8ed1ab_0 conda-forge webencodings 0.5.1 pyhd8ed1ab_2 conda-forge whatthepatch 1.0.5 pyhd8ed1ab_0 conda-forge wheel 0.42.0 pyhd8ed1ab_0 conda-forge win_inet_pton 1.1.0 pyhd8ed1ab_6 conda-forge xz 5.2.6 h8d14728_0 conda-forge yaml 0.2.5 h8ffe710_2 conda-forge yapf 0.40.1 pyhd8ed1ab_0 conda-forge zeromq 4.3.5 h63175ca_0 conda-forge zipp 3.17.0 pyhd8ed1ab_0 conda-forge zlib 1.2.13 hcfcfb64_5 conda-forge zstd 1.5.5 h12be248_0 conda-forge ```
ahjamesxi commented 11 months ago

Thanks for checking the creation of a new env @DigitalRadiohead and @ahjamesxi ! Checking around I found this SO post: https://stackoverflow.com/a/71355961/15954282

Checking the suggestion there I think Spyder executes those lines in case tornado <=6.0 is detected but maybe this is also needed in other cases 🤔 ?

Could you share the conda list output of the base and spyder-cf-311 envs here please ? I checked creating the env locally and I'm not being able to reproduce the issue there:

  • conda env details:
> ``` > # packages in environment at C:\Users\dalth\anaconda3\envs\spyder-cf-311: > # > # Name Version Build Channel > alabaster 0.7.13 pyhd8ed1ab_0 conda-forge > arrow 1.3.0 pyhd8ed1ab_0 conda-forge > astroid 3.0.2 py311h1ea47a8_0 conda-forge > asttokens 2.4.1 pyhd8ed1ab_0 conda-forge > atomicwrites 1.4.1 pyhd8ed1ab_0 conda-forge > attrs 23.1.0 pyh71513ae_1 conda-forge > autopep8 2.0.4 pyhd8ed1ab_0 conda-forge > babel 2.14.0 pyhd8ed1ab_0 conda-forge > bcrypt 4.1.1 py311hc37eb10_0 conda-forge > beautifulsoup4 4.12.2 pyha770c72_0 conda-forge > binaryornot 0.4.4 py_1 conda-forge > black 23.11.0 py311h1ea47a8_0 conda-forge > bleach 6.1.0 pyhd8ed1ab_0 conda-forge > brotli-python 1.1.0 py311h12c1d0e_1 conda-forge > bzip2 1.0.8 hcfcfb64_5 conda-forge > ca-certificates 2023.11.17 h56e8100_0 conda-forge > certifi 2023.11.17 pyhd8ed1ab_0 conda-forge > cffi 1.16.0 py311ha68e1ae_0 conda-forge > chardet 5.2.0 py311h1ea47a8_1 conda-forge > charset-normalizer 3.3.2 pyhd8ed1ab_0 conda-forge > click 8.1.7 win_pyh7428d3b_0 conda-forge > cloudpickle 3.0.0 pyhd8ed1ab_0 conda-forge > colorama 0.4.6 pyhd8ed1ab_0 conda-forge > comm 0.1.4 pyhd8ed1ab_0 conda-forge > cookiecutter 2.5.0 pyhca7485f_0 conda-forge > cryptography 41.0.7 py311h7cb4080_1 conda-forge > debugpy 1.8.0 py311h12c1d0e_1 conda-forge > decorator 5.1.1 pyhd8ed1ab_0 conda-forge > defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge > diff-match-patch 20230430 pyhd8ed1ab_0 conda-forge > dill 0.3.7 pyhd8ed1ab_0 conda-forge > docstring-to-markdown 0.13 pyhd8ed1ab_0 conda-forge > docutils 0.20.1 py311h1ea47a8_3 conda-forge > entrypoints 0.4 pyhd8ed1ab_0 conda-forge > exceptiongroup 1.2.0 pyhd8ed1ab_0 conda-forge > executing 2.0.1 pyhd8ed1ab_0 conda-forge > flake8 6.1.0 pyhd8ed1ab_0 conda-forge > icu 73.2 h63175ca_0 conda-forge > idna 3.6 pyhd8ed1ab_0 conda-forge > imagesize 1.4.1 pyhd8ed1ab_0 conda-forge > importlib-metadata 7.0.0 pyha770c72_0 conda-forge > importlib_metadata 7.0.0 hd8ed1ab_0 conda-forge > importlib_resources 6.1.1 pyhd8ed1ab_0 conda-forge > inflection 0.5.1 pyh9f0ad1d_0 conda-forge > intervaltree 3.1.0 pyhd8ed1ab_1 conda-forge > ipykernel 6.26.0 pyha63f2e9_0 conda-forge > ipython 8.18.1 pyh7428d3b_3 conda-forge > isort 5.13.2 pyhd8ed1ab_0 conda-forge > jaraco.classes 3.3.0 pyhd8ed1ab_0 conda-forge > jedi 0.19.1 pyhd8ed1ab_0 conda-forge > jellyfish 1.0.3 py311hc37eb10_0 conda-forge > jinja2 3.1.2 pyhd8ed1ab_1 conda-forge > jpeg 9e hcfcfb64_3 conda-forge > jsonschema 4.20.0 pyhd8ed1ab_0 conda-forge > jsonschema-specifications 2023.11.2 pyhd8ed1ab_0 conda-forge > jupyter_client 8.6.0 pyhd8ed1ab_0 conda-forge > jupyter_core 5.5.0 py311h1ea47a8_0 conda-forge > jupyterlab_pygments 0.3.0 pyhd8ed1ab_0 conda-forge > keyring 24.3.0 py311h1ea47a8_0 conda-forge > krb5 1.20.1 heb0366b_0 conda-forge > libclang 14.0.6 default_hb5a9fac_1 > libclang13 14.0.6 default_h8e68704_1 > libexpat 2.5.0 h63175ca_1 conda-forge > libffi 3.4.2 h8ffe710_5 conda-forge > libpng 1.6.39 h19919ed_0 conda-forge > libpq 12.15 h906ac69_1 > libsodium 1.0.18 h8d14728_1 conda-forge > libspatialindex 1.9.3 h39d44d4_4 conda-forge > libsqlite 3.44.2 hcfcfb64_0 conda-forge > libzlib 1.2.13 hcfcfb64_5 conda-forge > markdown-it-py 3.0.0 pyhd8ed1ab_0 conda-forge > markupsafe 2.1.3 py311ha68e1ae_1 conda-forge > matplotlib-inline 0.1.6 pyhd8ed1ab_0 conda-forge > mccabe 0.7.0 pyhd8ed1ab_0 conda-forge > mdurl 0.1.0 pyhd8ed1ab_0 conda-forge > mistune 3.0.2 pyhd8ed1ab_0 conda-forge > more-itertools 10.1.0 pyhd8ed1ab_0 conda-forge > mypy_extensions 1.0.0 pyha770c72_0 conda-forge > nbclient 0.8.0 pyhd8ed1ab_0 conda-forge > nbconvert 7.12.0 pyhd8ed1ab_0 conda-forge > nbconvert-core 7.12.0 pyhd8ed1ab_0 conda-forge > nbconvert-pandoc 7.12.0 pyhd8ed1ab_0 conda-forge > nbformat 5.9.2 pyhd8ed1ab_0 conda-forge > nest-asyncio 1.5.8 pyhd8ed1ab_0 conda-forge > numpydoc 1.6.0 pyhd8ed1ab_0 conda-forge > openssl 3.2.0 hcfcfb64_1 conda-forge > packaging 23.2 pyhd8ed1ab_0 conda-forge > pandoc 3.1.3 h57928b3_0 conda-forge > pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge > paramiko 3.3.1 pyhd8ed1ab_0 conda-forge > parso 0.8.3 pyhd8ed1ab_0 conda-forge > pathspec 0.12.1 pyhd8ed1ab_0 conda-forge > pexpect 4.8.0 pyh1a96a4e_2 conda-forge > pickleshare 0.7.5 py_1003 conda-forge > pip 23.3.1 pyhd8ed1ab_0 conda-forge > pkgutil-resolve-name 1.3.10 pyhd8ed1ab_1 conda-forge > platformdirs 4.1.0 pyhd8ed1ab_0 conda-forge > pluggy 1.3.0 pyhd8ed1ab_0 conda-forge > ply 3.11 py_1 conda-forge > prompt-toolkit 3.0.42 pyha770c72_0 conda-forge > psutil 5.9.5 py311ha68e1ae_1 conda-forge > ptyprocess 0.7.0 pyhd3deb0d_0 conda-forge > pure_eval 0.2.2 pyhd8ed1ab_0 conda-forge > pycodestyle 2.11.1 pyhd8ed1ab_0 conda-forge > pycparser 2.21 pyhd8ed1ab_0 conda-forge > pydocstyle 6.3.0 pyhd8ed1ab_0 conda-forge > pyflakes 3.1.0 pyhd8ed1ab_0 conda-forge > pygments 2.17.2 pyhd8ed1ab_0 conda-forge > pylint 3.0.3 pyhd8ed1ab_0 conda-forge > pylint-venv 3.0.3 pyhd8ed1ab_0 conda-forge > pyls-spyder 0.4.0 pyhd8ed1ab_0 conda-forge > pynacl 1.5.0 py311hd53affc_3 conda-forge > pyqt 5.15.10 py311hd77b12b_0 > pyqt5-sip 12.13.0 py311h2bbff1b_0 > pyqtwebengine 5.15.10 py311hd77b12b_0 > pysocks 1.7.1 pyh0701188_6 conda-forge > python 3.11.6 h2628c8c_0_cpython conda-forge > python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge > python-fastjsonschema 2.19.0 pyhd8ed1ab_0 conda-forge > python-lsp-black 1.3.0 pyhd8ed1ab_0 conda-forge > python-lsp-jsonrpc 1.1.2 pyhd8ed1ab_0 conda-forge > python-lsp-server 1.9.0 pyhd8ed1ab_0 conda-forge > python-lsp-server-base 1.9.0 pyhd8ed1ab_0 conda-forge > python-slugify 8.0.1 pyhd8ed1ab_2 conda-forge > python_abi 3.11 4_cp311 conda-forge > pytoolconfig 1.2.5 pyhd8ed1ab_0 conda-forge > pytz 2023.3.post1 pyhd8ed1ab_0 conda-forge > pywin32 306 py311h12c1d0e_2 conda-forge > pywin32-ctypes 0.2.2 py311h1ea47a8_1 conda-forge > pyyaml 6.0.1 py311ha68e1ae_1 conda-forge > pyzmq 25.1.2 py311h9250fbb_0 conda-forge > qdarkstyle 3.2 pyhd8ed1ab_0 conda-forge > qstylizer 0.2.2 pyhd8ed1ab_0 conda-forge > qt-main 5.15.2 h19c9488_10 > qt-webengine 5.15.9 h5bd16bc_7 > qtawesome 1.3.0 pyh9208f05_0 conda-forge > qtconsole 5.5.1 pyhd8ed1ab_0 conda-forge > qtconsole-base 5.5.1 pyha770c72_0 conda-forge > qtpy 2.4.1 pyhd8ed1ab_0 conda-forge > referencing 0.32.0 pyhd8ed1ab_0 conda-forge > requests 2.31.0 pyhd8ed1ab_0 conda-forge > rich 13.7.0 pyhd8ed1ab_0 conda-forge > rope 1.11.0 pyhd8ed1ab_1 conda-forge > rpds-py 0.13.2 py311hc37eb10_0 conda-forge > rtree 1.1.0 py311hcacb13a_0 conda-forge > setuptools 68.2.2 pyhd8ed1ab_0 conda-forge > sip 6.7.12 py311h12c1d0e_0 conda-forge > six 1.16.0 pyh6c4a22f_0 conda-forge > snowballstemmer 2.2.0 pyhd8ed1ab_0 conda-forge > sortedcontainers 2.4.0 pyhd8ed1ab_0 conda-forge > soupsieve 2.5 pyhd8ed1ab_1 conda-forge > sphinx 7.2.6 pyhd8ed1ab_0 conda-forge > sphinxcontrib-applehelp 1.0.7 pyhd8ed1ab_0 conda-forge > sphinxcontrib-devhelp 1.0.5 pyhd8ed1ab_0 conda-forge > sphinxcontrib-htmlhelp 2.0.4 pyhd8ed1ab_0 conda-forge > sphinxcontrib-jsmath 1.0.1 pyhd8ed1ab_0 conda-forge > sphinxcontrib-qthelp 1.0.6 pyhd8ed1ab_0 conda-forge > sphinxcontrib-serializinghtml 1.1.9 pyhd8ed1ab_0 conda-forge > spyder 5.5.0 py311h1ea47a8_3 conda-forge > spyder-kernels 2.5.0 win_pyh7428d3b_0 conda-forge > sqlite 3.44.2 hcfcfb64_0 conda-forge > stack_data 0.6.2 pyhd8ed1ab_0 conda-forge > tabulate 0.9.0 pyhd8ed1ab_1 conda-forge > text-unidecode 1.3 pyhd8ed1ab_1 conda-forge > textdistance 4.5.0 pyhd8ed1ab_0 conda-forge > three-merge 0.1.1 pyh9f0ad1d_0 conda-forge > tinycss2 1.2.1 pyhd8ed1ab_0 conda-forge > tk 8.6.13 h5226925_1 conda-forge > tomli 2.0.1 pyhd8ed1ab_0 conda-forge > tomlkit 0.12.3 pyha770c72_0 conda-forge > tornado 6.3.3 py311ha68e1ae_1 conda-forge > traitlets 5.14.0 pyhd8ed1ab_0 conda-forge > types-python-dateutil 2.8.19.14 pyhd8ed1ab_0 conda-forge > typing-extensions 4.9.0 hd8ed1ab_0 conda-forge > typing_extensions 4.9.0 pyha770c72_0 conda-forge > tzdata 2023c h71feb2d_0 conda-forge > ucrt 10.0.22621.0 h57928b3_0 conda-forge > ujson 5.9.0 py311h12c1d0e_0 conda-forge > urllib3 2.1.0 pyhd8ed1ab_0 conda-forge > vc 14.3 hcf57466_18 conda-forge > vc14_runtime 14.38.33130 h82b7239_18 conda-forge > vs2015_runtime 14.38.33130 hcb4865c_18 conda-forge > watchdog 3.0.0 py311h1ea47a8_1 conda-forge > wcwidth 0.2.12 pyhd8ed1ab_0 conda-forge > webencodings 0.5.1 pyhd8ed1ab_2 conda-forge > whatthepatch 1.0.5 pyhd8ed1ab_0 conda-forge > wheel 0.42.0 pyhd8ed1ab_0 conda-forge > win_inet_pton 1.1.0 pyhd8ed1ab_6 conda-forge > xz 5.2.6 h8d14728_0 conda-forge > yaml 0.2.5 h8ffe710_2 conda-forge > yapf 0.40.1 pyhd8ed1ab_0 conda-forge > zeromq 4.3.5 h63175ca_0 conda-forge > zipp 3.17.0 pyhd8ed1ab_0 conda-forge > zlib 1.2.13 hcfcfb64_5 conda-forge > zstd 1.5.5 h12be248_0 conda-forge > ```

List in base-

``` # packages in environment at C:\Users\James\anaconda3: # # Name Version Build Channel abseil-cpp 20211102.0 hd77b12b_0 aiohttp 3.9.0 py311h2bbff1b_0 aiosignal 1.2.0 pyhd3eb1b0_0 alabaster 0.7.12 pyhd3eb1b0_0 anaconda-anon-usage 0.4.3 py311hfc23b7f_100 anaconda-catalogs 0.2.0 py311haa95532_0 anaconda-client 1.12.2 py311haa95532_0 anaconda-cloud-auth 0.1.4 py311haa95532_0 anaconda-navigator 2.5.1 py311haa95532_0 anaconda-project 0.11.1 py311haa95532_0 anyio 3.5.0 py311haa95532_0 appdirs 1.4.4 pyhd3eb1b0_0 archspec 0.2.1 pyhd3eb1b0_0 argon2-cffi 21.3.0 pyhd3eb1b0_0 argon2-cffi-bindings 21.2.0 py311h2bbff1b_0 arrow 1.2.3 py311haa95532_1 arrow-cpp 11.0.0 ha81ea56_2 astroid 2.14.2 py311haa95532_0 asttokens 2.0.5 pyhd3eb1b0_0 async-lru 2.0.4 py311haa95532_0 async-timeout 4.0.2 py311haa95532_0 atomicwrites 1.4.0 py_0 attrs 23.1.0 py311haa95532_0 autopep8 1.6.0 pyhd3eb1b0_1 aws-c-common 0.6.8 h2bbff1b_1 aws-c-event-stream 0.1.6 hd77b12b_6 aws-checksums 0.1.11 h2bbff1b_2 aws-sdk-cpp 1.8.185 hd77b12b_1 babel 2.11.0 py311haa95532_0 backcall 0.2.0 pyhd3eb1b0_0 backports 1.1 pyhd3eb1b0_0 backports.functools_lru_cache 1.6.4 pyhd3eb1b0_0 backports.tempfile 1.0 pyhd3eb1b0_1 backports.weakref 1.0.post1 py_1 bcrypt 3.2.0 py311h2bbff1b_1 beautifulsoup4 4.12.2 py311haa95532_0 binaryornot 0.4.4 pyhd3eb1b0_1 black 23.11.0 py311haa95532_0 blas 1.0 mkl bleach 4.1.0 pyhd3eb1b0_0 bokeh 3.3.0 py311h746a85d_0 boltons 23.0.0 py311haa95532_0 boost-cpp 1.82.0 h59b6b97_2 bottleneck 1.3.5 py311h5bb9823_0 branca 0.7.0 pypi_0 pypi brotli-python 1.0.9 py311hd77b12b_7 bzip2 1.0.8 he774522_0 c-ares 1.19.1 h2bbff1b_0 ca-certificates 2023.08.22 haa95532_0 certifi 2023.11.17 py311haa95532_0 cffi 1.16.0 py311h2bbff1b_0 chardet 4.0.0 py311haa95532_1003 charset-normalizer 2.0.4 pyhd3eb1b0_0 click 8.1.7 py311haa95532_0 cloudpickle 2.2.1 py311haa95532_0 clyent 1.2.1 pypi_0 pypi colorama 0.4.6 py311haa95532_0 comm 0.1.2 py311haa95532_0 conda 23.11.0 py311haa95532_0 conda-build 3.27.0 py311haa95532_0 conda-content-trust 0.2.0 py311haa95532_0 conda-index 0.3.0 py311haa95532_0 conda-libmamba-solver 23.12.0 py311haa95532_0 conda-pack 0.6.0 pyhd3eb1b0_0 conda-package-handling 2.2.0 py311haa95532_0 conda-package-streaming 0.9.0 py311haa95532_0 conda-repo-cli 1.0.75 py311haa95532_0 conda-token 0.4.0 pyhd3eb1b0_0 conda-verify 3.4.2 py_1 console_shortcut 0.1.1 4 contourpy 1.2.0 py311h59b6b97_0 cookiecutter 2.5.0 py311haa95532_0 cryptography 41.0.7 py311h89fc84f_0 cytoolz 0.12.2 py311h2bbff1b_0 dask 2023.11.0 py311haa95532_0 dask-core 2023.11.0 py311haa95532_0 debugpy 1.6.7 py311hd77b12b_0 decorator 5.1.1 pyhd3eb1b0_0 defusedxml 0.7.1 pyhd3eb1b0_0 diff-match-patch 20200713 pyhd3eb1b0_0 dill 0.3.7 py311haa95532_0 distributed 2023.11.0 py311haa95532_0 distro 1.8.0 py311haa95532_0 docstring-to-markdown 0.11 py311haa95532_0 docutils 0.18.1 py311haa95532_3 entrypoints 0.4 py311haa95532_0 exceptiongroup 1.0.4 py311haa95532_0 executing 0.8.3 pyhd3eb1b0_0 filelock 3.13.1 py311haa95532_0 flake8 6.0.0 py311haa95532_0 fmt 9.1.0 h6d14046_0 folium 0.15.1 pypi_0 pypi freetype 2.12.1 ha860e81_0 frozenlist 1.4.0 py311h2bbff1b_0 fsspec 2023.10.0 py311haa95532_0 future 0.18.3 py311haa95532_0 gflags 2.2.2 ha925a31_0 giflib 5.2.1 h8cc25b3_3 glog 0.5.0 hd77b12b_0 grpc-cpp 1.48.2 hfe90ff0_1 gurobipy 11.0.0 pypi_0 pypi heapdict 1.0.1 pyhd3eb1b0_0 icu 73.1 h6c2663c_0 idna 3.4 py311haa95532_0 imagesize 1.4.1 py311haa95532_0 importlib-metadata 6.0.0 py311haa95532_0 importlib_metadata 6.0.0 hd3eb1b0_0 inflection 0.5.1 py311haa95532_0 intake 0.6.8 py311haa95532_0 intel-openmp 2023.1.0 h59b6b97_46320 intervaltree 3.1.0 pyhd3eb1b0_0 ipykernel 6.25.0 py311h746a85d_0 ipython 8.15.0 py311haa95532_0 ipython_genutils 0.2.0 pyhd3eb1b0_1 isort 5.9.3 pyhd3eb1b0_0 jaraco.classes 3.2.1 pyhd3eb1b0_0 jedi 0.18.1 py311haa95532_1 jellyfish 1.0.1 py311h36a85e1_0 jinja2 3.1.2 py311haa95532_0 jpeg 9e h2bbff1b_1 json5 0.9.6 pyhd3eb1b0_0 jsonpatch 1.32 pyhd3eb1b0_0 jsonpointer 2.1 pyhd3eb1b0_0 jsonschema 4.19.2 py311haa95532_0 jsonschema-specifications 2023.7.1 py311haa95532_0 jupyter-lsp 2.2.0 py311haa95532_0 jupyter_client 8.6.0 py311haa95532_0 jupyter_core 5.5.0 py311haa95532_0 jupyter_events 0.8.0 py311haa95532_0 jupyter_server 2.10.0 py311haa95532_0 jupyter_server_terminals 0.4.4 py311haa95532_1 jupyterlab 4.0.8 py311haa95532_0 jupyterlab_pygments 0.1.2 py_0 jupyterlab_server 2.25.1 py311haa95532_0 keyring 23.13.1 py311haa95532_0 krb5 1.20.1 h5b6d351_0 lazy-object-proxy 1.6.0 py311h2bbff1b_0 lerc 3.0 hd77b12b_0 libarchive 3.6.2 hb62f4d4_2 libboost 1.82.0 h3399ecb_2 libbrotlicommon 1.0.9 h2bbff1b_7 libbrotlidec 1.0.9 h2bbff1b_7 libbrotlienc 1.0.9 h2bbff1b_7 libclang 14.0.6 default_hb5a9fac_1 libclang13 14.0.6 default_h8e68704_1 libcurl 8.4.0 h86230a5_1 libdeflate 1.17 h2bbff1b_1 libevent 2.1.12 h56d1f94_1 libffi 3.4.4 hd77b12b_0 libiconv 1.16 h2bbff1b_2 liblief 0.12.3 hd77b12b_0 libmamba 1.5.3 hcd6fe79_0 libmambapy 1.5.3 py311h77c03ed_0 libpng 1.6.39 h8cc25b3_0 libpq 12.15 h906ac69_1 libprotobuf 3.20.3 h23ce68f_0 libsodium 1.0.18 h62dcd97_0 libsolv 0.7.24 h23ce68f_0 libspatialindex 1.9.3 h6c2663c_0 libssh2 1.10.0 he2ea4bf_2 libthrift 0.15.0 h4364b78_2 libtiff 4.5.1 hd77b12b_0 libwebp 1.3.2 hbc33d0d_0 libwebp-base 1.3.2 h2bbff1b_0 libxml2 2.10.4 h0ad7f3c_1 locket 1.0.0 py311haa95532_0 lz4 4.3.2 py311h2bbff1b_0 lz4-c 1.9.4 h2bbff1b_0 m2-msys2-runtime 2.5.0.17080.65c939c 3 m2-patch 2.7.5 2 markdown-it-py 2.2.0 py311haa95532_1 markupsafe 2.1.1 py311h2bbff1b_0 matplotlib-inline 0.1.6 py311haa95532_0 mccabe 0.7.0 pyhd3eb1b0_0 mdurl 0.1.0 py311haa95532_0 menuinst 1.4.19 py311h59b6b97_1 mistune 2.0.4 py311haa95532_0 mkl 2023.1.0 h6b88ed4_46358 mkl-service 2.4.0 py311h2bbff1b_1 mkl_fft 1.3.8 py311h2bbff1b_0 mkl_random 1.2.4 py311h59b6b97_0 more-itertools 10.1.0 py311haa95532_0 msgpack-python 1.0.3 py311h59b6b97_0 msys2-conda-epoch 20160418 1 multidict 6.0.4 py311h2bbff1b_0 mypy_extensions 1.0.0 py311haa95532_0 navigator-updater 0.4.0 py311haa95532_1 nbclient 0.8.0 py311haa95532_0 nbconvert 7.10.0 py311haa95532_0 nbformat 5.9.2 py311haa95532_0 nest-asyncio 1.5.6 py311haa95532_0 notebook 7.0.6 py311haa95532_0 notebook-shim 0.2.3 py311haa95532_0 numexpr 2.8.7 py311h1fcbade_0 numpy 1.26.2 py311hdab7c0b_0 numpy-base 1.26.2 py311hd01c5d8_0 numpydoc 1.5.0 py311haa95532_0 openjpeg 2.4.0 h4fc8c34_0 openssl 3.0.12 h2bbff1b_0 orc 1.7.4 h623e30f_1 overrides 7.4.0 py311haa95532_0 packaging 23.1 py311haa95532_0 pandas 2.1.4 py311hf62ec03_0 pandocfilters 1.5.0 pyhd3eb1b0_0 paramiko 2.8.1 pyhd3eb1b0_0 parso 0.8.3 pyhd3eb1b0_0 partd 1.4.1 py311haa95532_0 pathlib 1.0.1 pyhd3eb1b0_1 pathspec 0.10.3 py311haa95532_0 pcre2 10.42 h0ff8eda_0 pexpect 4.8.0 pyhd3eb1b0_3 pickleshare 0.7.5 pyhd3eb1b0_1003 pillow 10.0.1 py311h045eedc_0 pip 23.3.1 py311haa95532_0 pkce 1.0.3 py311haa95532_0 pkginfo 1.9.6 py311haa95532_0 platformdirs 3.10.0 py311haa95532_0 pluggy 1.0.0 py311haa95532_1 ply 3.11 py311haa95532_0 powershell_shortcut 0.0.1 3 prometheus_client 0.14.1 py311haa95532_0 prompt-toolkit 3.0.36 py311haa95532_0 psutil 5.9.0 py311h2bbff1b_0 ptyprocess 0.7.0 pyhd3eb1b0_2 pure_eval 0.2.2 pyhd3eb1b0_0 py-lief 0.12.3 py311hd77b12b_0 pyarrow 11.0.0 py311h8a3a540_1 pybind11-abi 4 hd3eb1b0_1 pycodestyle 2.10.0 py311haa95532_0 pycosat 0.6.6 py311h2bbff1b_0 pycparser 2.21 pyhd3eb1b0_0 pydantic 1.10.12 py311h2bbff1b_1 pydocstyle 6.3.0 py311haa95532_0 pyflakes 3.0.1 py311haa95532_0 pygments 2.15.1 py311haa95532_1 pyjwt 2.4.0 py311haa95532_0 pylint 2.16.2 py311haa95532_0 pylint-venv 2.3.0 py311haa95532_0 pyls-spyder 0.4.0 pyhd3eb1b0_0 pynacl 1.5.0 py311h8cc25b3_0 pyopenssl 23.2.0 py311haa95532_0 pyqt 5.15.10 py311hd77b12b_0 pyqt5-sip 12.13.0 py311h2bbff1b_0 pyqtwebengine 5.15.10 py311hd77b12b_0 pysocks 1.7.1 py311haa95532_0 python 3.11.4 he1021f5_0 python-dateutil 2.8.2 pyhd3eb1b0_0 python-dotenv 0.21.0 py311haa95532_0 python-fastjsonschema 2.16.2 py311haa95532_0 python-json-logger 2.0.7 py311haa95532_0 python-libarchive-c 2.9 pyhd3eb1b0_1 python-lmdb 1.4.1 py311hd77b12b_0 python-lsp-black 1.3.0 pypi_0 pypi python-lsp-jsonrpc 1.0.0 pyhd3eb1b0_0 python-lsp-server 1.7.2 py311haa95532_0 python-slugify 5.0.2 pyhd3eb1b0_0 python-snappy 0.6.1 py311hd77b12b_0 python-tzdata 2023.3 pyhd3eb1b0_0 python_abi 3.11 2_cp311 conda-forge pytoolconfig 1.2.6 py311haa95532_0 pytz 2023.3.post1 py311haa95532_0 pywin32 305 py311h2bbff1b_0 pywin32-ctypes 0.2.0 py311haa95532_1000 pywinpty 2.0.10 py311h5da7b33_0 pyyaml 6.0.1 py311h2bbff1b_0 pyzmq 25.1.0 py311hd77b12b_0 qdarkstyle 3.0.2 pyhd3eb1b0_0 qstylizer 0.2.2 py311haa95532_0 qt-main 5.15.2 h19c9488_10 qt-webengine 5.15.9 h5bd16bc_7 qtawesome 1.2.2 py311haa95532_0 qtconsole 5.4.2 py311haa95532_0 qtpy 2.4.1 py311haa95532_0 re2 2022.04.01 hd77b12b_0 referencing 0.30.2 py311haa95532_0 reproc 14.2.4 hd77b12b_1 reproc-cpp 14.2.4 hd77b12b_1 requests 2.31.0 py311haa95532_0 requests-mock 1.11.0 pyhd8ed1ab_0 conda-forge requests-toolbelt 1.0.0 py311haa95532_0 rfc3339-validator 0.1.4 py311haa95532_0 rfc3986-validator 0.1.1 py311haa95532_0 rich 13.3.5 py311haa95532_0 rope 1.7.0 py311haa95532_0 rpds-py 0.10.6 py311h062c2fa_0 rtree 1.0.1 py311h2eaa2aa_0 ruamel.yaml 0.17.21 py311h2bbff1b_0 ruamel.yaml.clib 0.2.7 py311h2bbff1b_0 ruamel_yaml 0.17.21 py311h2bbff1b_0 semver 2.13.0 pyhd3eb1b0_0 send2trash 1.8.2 py311haa95532_0 setuptools 68.2.2 py311haa95532_0 sip 6.7.12 py311hd77b12b_0 six 1.16.0 pyhd3eb1b0_1 snappy 1.1.9 h6c2663c_0 sniffio 1.2.0 py311haa95532_1 snowballstemmer 2.2.0 pyhd3eb1b0_0 sortedcontainers 2.4.0 pyhd3eb1b0_0 soupsieve 2.5 py311haa95532_0 sphinx 5.0.2 py311haa95532_0 sphinxcontrib-applehelp 1.0.2 pyhd3eb1b0_0 sphinxcontrib-devhelp 1.0.2 pyhd3eb1b0_0 sphinxcontrib-htmlhelp 2.0.0 pyhd3eb1b0_0 sphinxcontrib-jsmath 1.0.1 pyhd3eb1b0_0 sphinxcontrib-qthelp 1.0.3 pyhd3eb1b0_0 sphinxcontrib-serializinghtml 1.1.5 pyhd3eb1b0_0 spyder 5.4.3 py311haa95532_1 spyder-kernels 2.4.4 py311haa95532_0 sqlite 3.41.2 h2bbff1b_0 stack_data 0.2.0 pyhd3eb1b0_0 tbb 2021.8.0 h59b6b97_0 tblib 1.7.0 pyhd3eb1b0_0 terminado 0.17.1 py311haa95532_0 text-unidecode 1.3 pyhd3eb1b0_0 textdistance 4.2.1 pyhd3eb1b0_0 three-merge 0.1.1 pyhd3eb1b0_0 tinycss2 1.2.1 py311haa95532_0 tk 8.6.12 h2bbff1b_0 toml 0.10.2 pyhd3eb1b0_0 tomli 2.0.1 py311haa95532_0 tomlkit 0.11.1 py311haa95532_0 toolz 0.12.0 py311haa95532_0 tornado 6.3.3 py311h2bbff1b_0 tqdm 4.65.0 py311h746a85d_0 traitlets 5.7.1 py311haa95532_0 truststore 0.8.0 py311haa95532_0 typing-extensions 4.7.1 py311haa95532_0 typing_extensions 4.7.1 py311haa95532_0 tzdata 2023c h04d1e81_0 ucrt 10.0.20348.0 haa95532_0 ujson 5.4.0 py311hd77b12b_0 unidecode 1.2.0 pyhd3eb1b0_0 urllib3 1.26.18 py311haa95532_0 utf8proc 2.6.1 h2bbff1b_0 vc 14.2 h21ff451_1 vc14_runtime 14.36.32532 hdcecf7f_17 conda-forge vs2015_runtime 14.36.32532 h05e6639_17 conda-forge watchdog 2.1.6 py311haa95532_0 wcwidth 0.2.5 pyhd3eb1b0_0 webencodings 0.5.1 py311haa95532_1 websocket-client 0.58.0 py311haa95532_4 whatthepatch 1.0.2 py311haa95532_0 wheel 0.41.2 py311haa95532_0 win_inet_pton 1.1.0 py311haa95532_0 winpty 0.4.3 4 wrapt 1.14.1 py311h2bbff1b_0 xyzservices 2022.9.0 py311haa95532_1 xz 5.4.5 h8cc25b3_0 yaml 0.2.5 he774522_0 yaml-cpp 0.8.0 hd77b12b_0 yapf 0.31.0 pyhd3eb1b0_0 yarl 1.9.3 py311h2bbff1b_0 zeromq 4.3.4 hd77b12b_0 zict 3.0.0 py311haa95532_0 zipp 3.11.0 py311haa95532_0 zlib 1.2.13 h8cc25b3_0 zstandard 0.19.0 py311h2bbff1b_0 zstd 1.5.5 hd43e919_0 List in spyder cf-311- # packages in environment at C:\Users\James\anaconda3\envs\spyder-cf-311: # # Name Version Build Channel alabaster 0.7.13 pyhd8ed1ab_0 conda-forge arrow 1.3.0 pyhd8ed1ab_0 conda-forge astroid 3.0.2 py311h1ea47a8_0 conda-forge asttokens 2.4.1 pyhd8ed1ab_0 conda-forge atomicwrites 1.4.1 pyhd8ed1ab_0 conda-forge attrs 23.1.0 pyh71513ae_1 conda-forge autopep8 2.0.4 pyhd8ed1ab_0 conda-forge babel 2.14.0 pyhd8ed1ab_0 conda-forge bcrypt 4.1.1 py311hc37eb10_0 conda-forge beautifulsoup4 4.12.2 pyha770c72_0 conda-forge binaryornot 0.4.4 py_1 conda-forge black 23.11.0 py311h1ea47a8_0 conda-forge bleach 6.1.0 pyhd8ed1ab_0 conda-forge brotli-python 1.1.0 py311h12c1d0e_1 conda-forge bzip2 1.0.8 hcfcfb64_5 conda-forge ca-certificates 2023.11.17 h56e8100_0 conda-forge certifi 2023.11.17 pyhd8ed1ab_0 conda-forge cffi 1.16.0 py311ha68e1ae_0 conda-forge chardet 5.2.0 py311h1ea47a8_1 conda-forge charset-normalizer 3.3.2 pyhd8ed1ab_0 conda-forge click 8.1.7 win_pyh7428d3b_0 conda-forge cloudpickle 3.0.0 pyhd8ed1ab_0 conda-forge colorama 0.4.6 pyhd8ed1ab_0 conda-forge comm 0.1.4 pyhd8ed1ab_0 conda-forge cookiecutter 2.5.0 pyhca7485f_0 conda-forge cryptography 41.0.7 py311h7cb4080_1 conda-forge debugpy 1.8.0 py311h12c1d0e_1 conda-forge decorator 5.1.1 pyhd8ed1ab_0 conda-forge defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge diff-match-patch 20230430 pyhd8ed1ab_0 conda-forge dill 0.3.7 pyhd8ed1ab_0 conda-forge docstring-to-markdown 0.13 pyhd8ed1ab_0 conda-forge docutils 0.20.1 py311h1ea47a8_3 conda-forge entrypoints 0.4 pyhd8ed1ab_0 conda-forge exceptiongroup 1.2.0 pyhd8ed1ab_0 conda-forge executing 2.0.1 pyhd8ed1ab_0 conda-forge flake8 6.1.0 pyhd8ed1ab_0 conda-forge gettext 0.21.1 h5728263_0 conda-forge glib 2.78.3 h12be248_0 conda-forge glib-tools 2.78.3 h12be248_0 conda-forge gst-plugins-base 1.22.7 h001b923_1 conda-forge gstreamer 1.22.7 hb4038d2_1 conda-forge icu 73.2 h63175ca_0 conda-forge idna 3.6 pyhd8ed1ab_0 conda-forge imagesize 1.4.1 pyhd8ed1ab_0 conda-forge importlib-metadata 7.0.0 pyha770c72_0 conda-forge importlib_metadata 7.0.0 hd8ed1ab_0 conda-forge importlib_resources 6.1.1 pyhd8ed1ab_0 conda-forge inflection 0.5.1 pyh9f0ad1d_0 conda-forge intervaltree 3.1.0 pyhd8ed1ab_1 conda-forge ipykernel 6.26.0 pyha63f2e9_0 conda-forge ipython 8.18.1 pyh7428d3b_3 conda-forge isort 5.13.2 pyhd8ed1ab_0 conda-forge jaraco.classes 3.3.0 pyhd8ed1ab_0 conda-forge jedi 0.19.1 pyhd8ed1ab_0 conda-forge jellyfish 1.0.3 py311hc37eb10_0 conda-forge jinja2 3.1.2 pyhd8ed1ab_1 conda-forge jsonschema 4.20.0 pyhd8ed1ab_0 conda-forge jsonschema-specifications 2023.11.2 pyhd8ed1ab_0 conda-forge jupyter_client 8.6.0 pyhd8ed1ab_0 conda-forge jupyter_core 5.5.0 py311h1ea47a8_0 conda-forge jupyterlab_pygments 0.3.0 pyhd8ed1ab_0 conda-forge keyring 24.3.0 py311h1ea47a8_0 conda-forge krb5 1.21.2 heb0366b_0 conda-forge libclang 15.0.7 default_hde6756a_4 conda-forge libclang13 15.0.7 default_h85b4d89_4 conda-forge libexpat 2.5.0 h63175ca_1 conda-forge libffi 3.4.2 h8ffe710_5 conda-forge libglib 2.78.3 h16e383f_0 conda-forge libiconv 1.17 hcfcfb64_1 conda-forge libjpeg-turbo 3.0.0 hcfcfb64_1 conda-forge libogg 1.3.4 h8ffe710_1 conda-forge libpng 1.6.39 h19919ed_0 conda-forge libsodium 1.0.18 h8d14728_1 conda-forge libspatialindex 1.9.3 h39d44d4_4 conda-forge libsqlite 3.44.2 hcfcfb64_0 conda-forge libvorbis 1.3.7 h0e60522_0 conda-forge libwebp 1.3.2 hcfcfb64_1 conda-forge libwebp-base 1.3.2 hcfcfb64_0 conda-forge libxml2 2.12.3 hc3477c8_0 conda-forge libzlib 1.2.13 hcfcfb64_5 conda-forge markdown-it-py 3.0.0 pyhd8ed1ab_0 conda-forge markupsafe 2.1.3 py311ha68e1ae_1 conda-forge matplotlib-inline 0.1.6 pyhd8ed1ab_0 conda-forge mccabe 0.7.0 pyhd8ed1ab_0 conda-forge mdurl 0.1.0 pyhd8ed1ab_0 conda-forge mistune 3.0.2 pyhd8ed1ab_0 conda-forge more-itertools 10.1.0 pyhd8ed1ab_0 conda-forge mypy_extensions 1.0.0 pyha770c72_0 conda-forge nbclient 0.8.0 pyhd8ed1ab_0 conda-forge nbconvert 7.12.0 pyhd8ed1ab_0 conda-forge nbconvert-core 7.12.0 pyhd8ed1ab_0 conda-forge nbconvert-pandoc 7.12.0 pyhd8ed1ab_0 conda-forge nbformat 5.9.2 pyhd8ed1ab_0 conda-forge nest-asyncio 1.5.8 pyhd8ed1ab_0 conda-forge numpydoc 1.6.0 pyhd8ed1ab_0 conda-forge openssl 3.2.0 hcfcfb64_1 conda-forge packaging 23.2 pyhd8ed1ab_0 conda-forge pandoc 3.1.3 h57928b3_0 conda-forge pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge paramiko 3.3.1 pyhd8ed1ab_0 conda-forge parso 0.8.3 pyhd8ed1ab_0 conda-forge pathspec 0.12.1 pyhd8ed1ab_0 conda-forge pcre2 10.42 h17e33f8_0 conda-forge pexpect 4.8.0 pyh1a96a4e_2 conda-forge pickleshare 0.7.5 py_1003 conda-forge pip 23.3.1 pyhd8ed1ab_0 conda-forge pkgutil-resolve-name 1.3.10 pyhd8ed1ab_1 conda-forge platformdirs 4.1.0 pyhd8ed1ab_0 conda-forge pluggy 1.3.0 pyhd8ed1ab_0 conda-forge ply 3.11 py_1 conda-forge prompt-toolkit 3.0.42 pyha770c72_0 conda-forge psutil 5.9.5 py311ha68e1ae_1 conda-forge ptyprocess 0.7.0 pyhd3deb0d_0 conda-forge pure_eval 0.2.2 pyhd8ed1ab_0 conda-forge pycodestyle 2.11.1 pyhd8ed1ab_0 conda-forge pycparser 2.21 pyhd8ed1ab_0 conda-forge pydocstyle 6.3.0 pyhd8ed1ab_0 conda-forge pyflakes 3.1.0 pyhd8ed1ab_0 conda-forge pygments 2.17.2 pyhd8ed1ab_0 conda-forge pylint 3.0.3 pyhd8ed1ab_0 conda-forge pylint-venv 3.0.3 pyhd8ed1ab_0 conda-forge pyls-spyder 0.4.0 pyhd8ed1ab_0 conda-forge pynacl 1.5.0 py311hd53affc_3 conda-forge pyqt 5.15.9 py311h125bc19_5 conda-forge pyqt5-sip 12.12.2 py311h12c1d0e_5 conda-forge pyqtwebengine 5.15.9 py311h5a77453_5 conda-forge pysocks 1.7.1 pyh0701188_6 conda-forge python 3.11.6 h2628c8c_0_cpython conda-forge python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge python-fastjsonschema 2.19.0 pyhd8ed1ab_0 conda-forge python-lsp-black 1.3.0 pyhd8ed1ab_0 conda-forge python-lsp-jsonrpc 1.1.2 pyhd8ed1ab_0 conda-forge python-lsp-server 1.9.0 pyhd8ed1ab_0 conda-forge python-lsp-server-base 1.9.0 pyhd8ed1ab_0 conda-forge python-slugify 8.0.1 pyhd8ed1ab_2 conda-forge python_abi 3.11 4_cp311 conda-forge pytoolconfig 1.2.5 pyhd8ed1ab_0 conda-forge pytz 2023.3.post1 pyhd8ed1ab_0 conda-forge pywin32 306 py311h12c1d0e_2 conda-forge pywin32-ctypes 0.2.2 py311h1ea47a8_1 conda-forge pyyaml 6.0.1 py311ha68e1ae_1 conda-forge pyzmq 25.1.2 py311h9250fbb_0 conda-forge qdarkstyle 3.2 pyhd8ed1ab_0 conda-forge qstylizer 0.2.2 pyhd8ed1ab_0 conda-forge qt-main 5.15.8 h9e85ed6_18 conda-forge qt-webengine 5.15.8 h4bf5c4e_4 conda-forge qtawesome 1.3.0 pyh9208f05_0 conda-forge qtconsole 5.5.1 pyhd8ed1ab_0 conda-forge qtconsole-base 5.5.1 pyha770c72_0 conda-forge qtpy 2.4.1 pyhd8ed1ab_0 conda-forge referencing 0.32.0 pyhd8ed1ab_0 conda-forge requests 2.31.0 pyhd8ed1ab_0 conda-forge rich 13.7.0 pyhd8ed1ab_0 conda-forge rope 1.11.0 pyhd8ed1ab_1 conda-forge rpds-py 0.13.2 py311hc37eb10_0 conda-forge rtree 1.1.0 py311hcacb13a_0 conda-forge setuptools 68.2.2 pyhd8ed1ab_0 conda-forge sip 6.7.12 py311h12c1d0e_0 conda-forge six 1.16.0 pyh6c4a22f_0 conda-forge snowballstemmer 2.2.0 pyhd8ed1ab_0 conda-forge sortedcontainers 2.4.0 pyhd8ed1ab_0 conda-forge soupsieve 2.5 pyhd8ed1ab_1 conda-forge sphinx 7.2.6 pyhd8ed1ab_0 conda-forge sphinxcontrib-applehelp 1.0.7 pyhd8ed1ab_0 conda-forge sphinxcontrib-devhelp 1.0.5 pyhd8ed1ab_0 conda-forge sphinxcontrib-htmlhelp 2.0.4 pyhd8ed1ab_0 conda-forge sphinxcontrib-jsmath 1.0.1 pyhd8ed1ab_0 conda-forge sphinxcontrib-qthelp 1.0.6 pyhd8ed1ab_0 conda-forge sphinxcontrib-serializinghtml 1.1.9 pyhd8ed1ab_0 conda-forge spyder 5.5.0 py311h1ea47a8_3 conda-forge spyder-kernels 2.5.0 win_pyh7428d3b_0 conda-forge stack_data 0.6.2 pyhd8ed1ab_0 conda-forge tabulate 0.9.0 pyhd8ed1ab_1 conda-forge text-unidecode 1.3 pyhd8ed1ab_1 conda-forge textdistance 4.5.0 pyhd8ed1ab_0 conda-forge three-merge 0.1.1 pyh9f0ad1d_0 conda-forge tinycss2 1.2.1 pyhd8ed1ab_0 conda-forge tk 8.6.13 h5226925_1 conda-forge toml 0.10.2 pyhd8ed1ab_0 conda-forge tomli 2.0.1 pyhd8ed1ab_0 conda-forge tomlkit 0.12.3 pyha770c72_0 conda-forge tornado 6.3.3 py311ha68e1ae_1 conda-forge traitlets 5.14.0 pyhd8ed1ab_0 conda-forge types-python-dateutil 2.8.19.14 pyhd8ed1ab_0 conda-forge typing-extensions 4.9.0 hd8ed1ab_0 conda-forge typing_extensions 4.9.0 pyha770c72_0 conda-forge tzdata 2023c h71feb2d_0 conda-forge ucrt 10.0.22621.0 h57928b3_0 conda-forge ujson 5.9.0 py311h12c1d0e_0 conda-forge urllib3 2.1.0 pyhd8ed1ab_0 conda-forge vc 14.3 hcf57466_18 conda-forge vc14_runtime 14.38.33130 h82b7239_18 conda-forge vs2015_runtime 14.38.33130 hcb4865c_18 conda-forge watchdog 3.0.0 py311h1ea47a8_1 conda-forge wcwidth 0.2.12 pyhd8ed1ab_0 conda-forge webencodings 0.5.1 pyhd8ed1ab_2 conda-forge whatthepatch 1.0.5 pyhd8ed1ab_0 conda-forge wheel 0.42.0 pyhd8ed1ab_0 conda-forge win_inet_pton 1.1.0 pyhd8ed1ab_6 conda-forge xz 5.2.6 h8d14728_0 conda-forge yaml 0.2.5 h8ffe710_2 conda-forge yapf 0.40.1 pyhd8ed1ab_0 conda-forge zeromq 4.3.5 h63175ca_0 conda-forge zipp 3.17.0 pyhd8ed1ab_0 conda-forge zstd 1.5.5 h12be248_0 conda-forge ```
DigitalRadiohead commented 11 months ago

Thanks, and sorry for my delay in replying - the weekend was a bit busy getting ready for christmas.

Packages in the base

``` (base) C:\Users\hammo>conda list # packages in environment at C:\Users\hammo\anaconda3: # # Name Version Build Channel _anaconda_depends 2023.09 py311_mkl_1 abseil-cpp 20211102.0 hd77b12b_0 aiobotocore 2.5.0 py311haa95532_0 aiofiles 22.1.0 py311haa95532_0 aiohttp 3.8.5 py311h2bbff1b_0 aioitertools 0.7.1 pyhd3eb1b0_0 aiosignal 1.2.0 pyhd3eb1b0_0 aiosqlite 0.18.0 py311haa95532_0 alabaster 0.7.12 pyhd3eb1b0_0 anaconda-anon-usage 0.4.2 py311hfc23b7f_0 anaconda-catalogs 0.2.0 py311haa95532_0 anaconda-client 1.12.1 py311haa95532_0 anaconda-cloud-auth 0.1.3 py311haa95532_0 anaconda-navigator 2.5.1 py311haa95532_0 anaconda-project 0.11.1 py311haa95532_0 anyio 3.5.0 py311haa95532_0 aom 3.6.0 hd77b12b_0 appdirs 1.4.4 pyhd3eb1b0_0 argon2-cffi 21.3.0 pyhd3eb1b0_0 argon2-cffi-bindings 21.2.0 py311h2bbff1b_0 arrow 1.2.3 py311haa95532_1 arrow-cpp 11.0.0 ha81ea56_2 astroid 2.14.2 py311haa95532_0 astropy 5.1 py311h5bb9823_0 asttokens 2.0.5 pyhd3eb1b0_0 async-timeout 4.0.2 py311haa95532_0 atomicwrites 1.4.0 py_0 attrs 22.1.0 py311haa95532_0 automat 20.2.0 py_0 autopep8 1.6.0 pyhd3eb1b0_1 aws-c-common 0.6.8 h2bbff1b_1 aws-c-event-stream 0.1.6 hd77b12b_6 aws-checksums 0.1.11 h2bbff1b_2 aws-sdk-cpp 1.8.185 hd77b12b_1 babel 2.11.0 py311haa95532_0 backcall 0.2.0 pyhd3eb1b0_0 backports 1.1 pyhd3eb1b0_0 backports.functools_lru_cache 1.6.4 pyhd3eb1b0_0 backports.tempfile 1.0 pyhd3eb1b0_1 backports.weakref 1.0.post1 py_1 bcrypt 3.2.0 py311h2bbff1b_1 beautifulsoup4 4.12.2 py311haa95532_0 binaryornot 0.4.4 pyhd3eb1b0_1 black 23.3.0 py311haa95532_0 blas 1.0 mkl bleach 4.1.0 pyhd3eb1b0_0 blosc 1.21.3 h6c2663c_0 bokeh 3.2.1 py311h746a85d_0 boltons 23.0.0 py311haa95532_0 boost-cpp 1.82.0 h59b6b97_1 botocore 1.29.76 py311haa95532_0 bottleneck 1.3.5 py311h5bb9823_0 brotli 1.0.9 h2bbff1b_7 brotli-bin 1.0.9 h2bbff1b_7 brotlipy 0.7.0 py311h2bbff1b_1002 bzip2 1.0.8 he774522_0 c-ares 1.19.1 h2bbff1b_0 c-blosc2 2.8.0 hd77b12b_0 ca-certificates 2023.08.22 haa95532_0 certifi 2023.11.17 py311haa95532_0 cffi 1.15.1 py311h2bbff1b_3 cfitsio 3.470 h2bbff1b_7 chardet 4.0.0 py311haa95532_1003 charls 2.2.0 h6c2663c_0 charset-normalizer 2.0.4 pyhd3eb1b0_0 click 8.0.4 py311haa95532_0 cloudpickle 2.2.1 py311haa95532_0 clyent 1.2.2 py311haa95532_1 colorama 0.4.6 py311haa95532_0 colorcet 3.0.1 py311haa95532_0 comm 0.1.2 py311haa95532_0 conda 23.7.4 py311haa95532_0 conda-build 3.26.1 py311haa95532_0 conda-content-trust 0.2.0 py311haa95532_0 conda-index 0.3.0 py311haa95532_0 conda-libmamba-solver 23.7.0 py311haa95532_0 conda-pack 0.6.0 pyhd3eb1b0_0 conda-package-handling 2.2.0 py311haa95532_0 conda-package-streaming 0.9.0 py311haa95532_0 conda-repo-cli 1.0.75 py311haa95532_0 conda-token 0.4.0 pyhd3eb1b0_0 conda-verify 3.4.2 py_1 console_shortcut 0.1.1 4 constantly 15.1.0 py311haa95532_0 contourpy 1.0.5 py311h59b6b97_0 cookiecutter 1.7.3 pyhd3eb1b0_0 cryptography 41.0.3 py311h89fc84f_0 cssselect 1.1.0 pyhd3eb1b0_0 curl 8.1.1 h2bbff1b_0 cycler 0.11.0 pyhd3eb1b0_0 cytoolz 0.12.0 py311h2bbff1b_0 daal4py 2023.1.1 py311h30df693_0 dal 2023.1.1 h59b6b97_48681 dask 2023.6.0 py311haa95532_0 dask-core 2023.6.0 py311haa95532_0 datasets 2.12.0 py311haa95532_0 datashader 0.15.2 py311haa95532_0 datashape 0.5.4 py311haa95532_1 dav1d 1.2.1 h2bbff1b_0 debugpy 1.6.7 py311hd77b12b_0 decorator 5.1.1 pyhd3eb1b0_0 defusedxml 0.7.1 pyhd3eb1b0_0 diff-match-patch 20200713 pyhd3eb1b0_0 dill 0.3.6 py311haa95532_0 distributed 2023.6.0 py311haa95532_0 docstring-to-markdown 0.11 py311haa95532_0 docutils 0.18.1 py311haa95532_3 entrypoints 0.4 py311haa95532_0 et_xmlfile 1.1.0 py311haa95532_0 executing 0.8.3 pyhd3eb1b0_0 filelock 3.9.0 py311haa95532_0 flake8 6.0.0 py311haa95532_0 flask 2.2.2 py311haa95532_0 fmt 9.1.0 h6d14046_0 fonttools 4.25.0 pyhd3eb1b0_0 freetype 2.12.1 ha860e81_0 frozenlist 1.3.3 py311h2bbff1b_0 fsspec 2023.4.0 py311haa95532_0 future 0.18.3 py311haa95532_0 gensim 4.3.0 py311heda8569_0 gflags 2.2.2 ha925a31_0 giflib 5.2.1 h8cc25b3_3 glib 2.69.1 h5dc1a3c_2 glob2 0.7 pyhd3eb1b0_0 glog 0.5.0 hd77b12b_0 greenlet 2.0.1 py311hd77b12b_0 grpc-cpp 1.48.2 hfe90ff0_1 h5py 3.9.0 py311h4e0e482_0 hdf5 1.12.1 h51c971a_3 heapdict 1.0.1 pyhd3eb1b0_0 holoviews 1.17.1 py311haa95532_0 huggingface_hub 0.15.1 py311haa95532_0 hvplot 0.8.4 py311haa95532_0 hyperlink 21.0.0 pyhd3eb1b0_0 icc_rt 2022.1.0 h6049295_2 icu 58.2 ha925a31_3 idna 3.4 py311haa95532_0 imagecodecs 2023.1.23 py311he6ff3c7_0 imageio 2.26.0 py311haa95532_0 imagesize 1.4.1 py311haa95532_0 imbalanced-learn 0.10.1 py311haa95532_1 importlib-metadata 6.0.0 py311haa95532_0 importlib_metadata 6.0.0 hd3eb1b0_0 incremental 21.3.0 pyhd3eb1b0_0 inflection 0.5.1 py311haa95532_0 iniconfig 1.1.1 pyhd3eb1b0_0 intake 0.6.8 py311haa95532_0 intel-openmp 2023.1.0 h59b6b97_46319 intervaltree 3.1.0 pyhd3eb1b0_0 ipykernel 6.25.0 py311h746a85d_0 ipython 8.15.0 py311haa95532_0 ipython_genutils 0.2.0 pyhd3eb1b0_1 ipywidgets 8.0.4 py311haa95532_0 isort 5.9.3 pyhd3eb1b0_0 itemadapter 0.3.0 pyhd3eb1b0_0 itemloaders 1.0.4 pyhd3eb1b0_1 itsdangerous 2.0.1 pyhd3eb1b0_0 jaraco.classes 3.2.1 pyhd3eb1b0_0 jedi 0.18.1 py311haa95532_1 jellyfish 1.0.1 py311h36a85e1_0 jinja2 3.1.2 py311haa95532_0 jinja2-time 0.2.0 pyhd3eb1b0_3 jmespath 0.10.0 pyhd3eb1b0_0 joblib 1.2.0 py311haa95532_0 jpeg 9e h2bbff1b_1 jq 1.6 haa95532_1 json5 0.9.6 pyhd3eb1b0_0 jsonpatch 1.32 pyhd3eb1b0_0 jsonpointer 2.1 pyhd3eb1b0_0 jsonschema 4.17.3 py311haa95532_0 jupyter 1.0.0 py311haa95532_8 jupyter_client 7.4.9 py311haa95532_0 jupyter_console 6.6.3 py311haa95532_0 jupyter_core 5.3.0 py311haa95532_0 jupyter_events 0.6.3 py311haa95532_0 jupyter_server 1.23.4 py311haa95532_0 jupyter_server_fileid 0.9.0 py311haa95532_0 jupyter_server_ydoc 0.8.0 py311haa95532_1 jupyter_ydoc 0.2.4 py311haa95532_0 jupyterlab 3.6.3 py311haa95532_0 jupyterlab_pygments 0.1.2 py_0 jupyterlab_server 2.22.0 py311haa95532_0 jupyterlab_widgets 3.0.5 py311haa95532_0 kaleido-core 0.2.1 h2bbff1b_0 keyring 23.13.1 py311haa95532_0 kiwisolver 1.4.4 py311hd77b12b_0 krb5 1.20.1 h5b6d351_0 lazy-object-proxy 1.6.0 py311h2bbff1b_0 lazy_loader 0.2 py311haa95532_0 lcms2 2.12 h83e58a3_0 lerc 3.0 hd77b12b_0 libaec 1.0.4 h33f27b4_1 libarchive 3.6.2 hb62f4d4_2 libavif 0.11.1 h2bbff1b_0 libboost 1.82.0 hae598e9_1 libbrotlicommon 1.0.9 h2bbff1b_7 libbrotlidec 1.0.9 h2bbff1b_7 libbrotlienc 1.0.9 h2bbff1b_7 libclang 14.0.6 default_hb5a9fac_1 libclang13 14.0.6 default_h8e68704_1 libcurl 8.1.1 h86230a5_0 libdeflate 1.17 h2bbff1b_0 libevent 2.1.12 h56d1f94_1 libffi 3.4.4 hd77b12b_0 libiconv 1.16 h2bbff1b_2 liblief 0.12.3 hd77b12b_0 libmamba 1.5.1 hcd6fe79_0 libmambapy 1.5.1 py311h77c03ed_0 libpng 1.6.39 h8cc25b3_0 libpq 12.15 h906ac69_1 libprotobuf 3.20.3 h23ce68f_0 libsodium 1.0.18 h62dcd97_0 libsolv 0.7.24 h23ce68f_0 libspatialindex 1.9.3 h6c2663c_0 libssh2 1.10.0 he2ea4bf_2 libthrift 0.15.0 h4364b78_2 libtiff 4.5.1 hd77b12b_0 libwebp 1.3.2 hbc33d0d_0 libwebp-base 1.3.2 h2bbff1b_0 libxml2 2.10.4 h0ad7f3c_1 libxslt 1.1.37 h2bbff1b_1 libzopfli 1.0.3 ha925a31_0 linkify-it-py 2.0.0 py311haa95532_0 llvmlite 0.40.0 py311hf2fb9eb_0 locket 1.0.0 py311haa95532_0 lxml 4.9.3 py311h09808a7_0 lz4 4.3.2 py311h2bbff1b_0 lz4-c 1.9.4 h2bbff1b_0 lzo 2.10 he774522_2 m2-msys2-runtime 2.5.0.17080.65c939c 3 m2-patch 2.7.5 2 m2w64-libwinpthread-git 5.0.0.4634.697f757 2 markdown 3.4.1 py311haa95532_0 markdown-it-py 2.2.0 py311haa95532_1 markupsafe 2.1.1 py311h2bbff1b_0 mathjax 2.7.5 haa95532_0 matplotlib 3.7.2 py311haa95532_0 matplotlib-base 3.7.2 py311hf62ec03_0 matplotlib-inline 0.1.6 py311haa95532_0 mccabe 0.7.0 pyhd3eb1b0_0 mdit-py-plugins 0.3.0 py311haa95532_0 mdurl 0.1.0 py311haa95532_0 menuinst 1.4.19 py311h59b6b97_1 mistune 0.8.4 py311h2bbff1b_1000 mkl 2023.1.0 h6b88ed4_46357 mkl-service 2.4.0 py311h2bbff1b_1 mkl_fft 1.3.8 py311h2bbff1b_0 mkl_random 1.2.4 py311h59b6b97_0 more-itertools 8.12.0 pyhd3eb1b0_0 mpmath 1.3.0 py311haa95532_0 msgpack-python 1.0.3 py311h59b6b97_0 msys2-conda-epoch 20160418 1 multidict 6.0.2 py311h2bbff1b_0 multipledispatch 0.6.0 py311haa95532_0 multiprocess 0.70.14 py311haa95532_0 munkres 1.1.4 py_0 mypy_extensions 1.0.0 py311haa95532_0 navigator-updater 0.4.0 py311haa95532_1 nbclassic 0.5.5 py311haa95532_0 nbclient 0.5.13 py311haa95532_0 nbconvert 6.5.4 py311haa95532_0 nbformat 5.9.2 py311haa95532_0 nest-asyncio 1.5.6 py311haa95532_0 networkx 3.1 py311haa95532_0 nltk 3.8.1 py311haa95532_0 notebook 6.5.4 py311haa95532_1 notebook-shim 0.2.2 py311haa95532_0 numba 0.57.1 py311hf62ec03_0 numexpr 2.8.4 py311h1fcbade_1 numpy 1.24.3 py311hdab7c0b_1 numpy-base 1.24.3 py311hd01c5d8_1 numpydoc 1.5.0 py311haa95532_0 openjpeg 2.4.0 h4fc8c34_0 openpyxl 3.0.10 py311h2bbff1b_0 openssl 3.0.12 h2bbff1b_0 orc 1.7.4 h623e30f_1 packaging 23.1 py311haa95532_0 pandas 2.0.3 py311hf62ec03_0 pandocfilters 1.5.0 pyhd3eb1b0_0 panel 1.2.3 py311haa95532_0 param 1.13.0 py311haa95532_0 paramiko 2.8.1 pyhd3eb1b0_0 parsel 1.6.0 py311haa95532_0 parso 0.8.3 pyhd3eb1b0_0 partd 1.4.0 py311haa95532_0 pathlib 1.0.1 pyhd3eb1b0_1 pathspec 0.10.3 py311haa95532_0 patsy 0.5.3 py311haa95532_0 pcre 8.45 hd77b12b_0 pcre2 10.42 h0ff8eda_0 pep8 1.7.1 py311haa95532_1 pexpect 4.8.0 pyhd3eb1b0_3 pickleshare 0.7.5 pyhd3eb1b0_1003 pillow 10.0.1 py311h045eedc_0 pip 23.2.1 py311haa95532_0 pkce 1.0.3 py311haa95532_0 pkginfo 1.9.6 py311haa95532_0 platformdirs 3.10.0 py311haa95532_0 plotly 5.9.0 py311haa95532_0 pluggy 1.0.0 py311haa95532_1 ply 3.11 py311haa95532_0 powershell_shortcut 0.0.1 3 poyo 0.5.0 pyhd3eb1b0_0 prometheus_client 0.14.1 py311haa95532_0 prompt-toolkit 3.0.36 py311haa95532_0 prompt_toolkit 3.0.36 hd3eb1b0_0 protego 0.1.16 py_0 psutil 5.9.0 py311h2bbff1b_0 ptyprocess 0.7.0 pyhd3eb1b0_2 pure_eval 0.2.2 pyhd3eb1b0_0 py-cpuinfo 8.0.0 pyhd3eb1b0_1 py-lief 0.12.3 py311hd77b12b_0 pyarrow 11.0.0 py311h8a3a540_1 pyasn1 0.4.8 pyhd3eb1b0_0 pyasn1-modules 0.2.8 py_0 pybind11-abi 4 hd3eb1b0_1 pycodestyle 2.10.0 py311haa95532_0 pycosat 0.6.4 py311h2bbff1b_0 pycparser 2.21 pyhd3eb1b0_0 pyct 0.5.0 py311haa95532_0 pycurl 7.45.2 py311he2ea4bf_1 pydantic 1.10.8 py311h2bbff1b_0 pydispatcher 2.0.5 py311haa95532_2 pydocstyle 6.3.0 py311haa95532_0 pyerfa 2.0.0 py311h2bbff1b_0 pyflakes 3.0.1 py311haa95532_0 pygments 2.15.1 py311haa95532_1 pyjwt 2.4.0 py311haa95532_0 pylint 2.16.2 py311haa95532_0 pylint-venv 2.3.0 py311haa95532_0 pyls-spyder 0.4.0 pyhd3eb1b0_0 pynacl 1.5.0 py311h8cc25b3_0 pyodbc 4.0.34 py311hd77b12b_0 pyopenssl 23.2.0 py311haa95532_0 pyparsing 3.0.9 py311haa95532_0 pyqt 5.15.7 py311hd77b12b_0 pyqt5-sip 12.11.0 py311hd77b12b_0 pyqtwebengine 5.15.7 py311hd77b12b_0 pyrsistent 0.18.0 py311h2bbff1b_0 pysocks 1.7.1 py311haa95532_0 pytables 3.8.0 py311h4671533_3 pytest 7.4.0 py311haa95532_0 python 3.11.5 he1021f5_0 python-dateutil 2.8.2 pyhd3eb1b0_0 python-dotenv 0.21.0 py311haa95532_0 python-fastjsonschema 2.16.2 py311haa95532_0 python-json-logger 2.0.7 py311haa95532_0 python-kaleido 0.2.1 py311haa95532_0 python-libarchive-c 2.9 pyhd3eb1b0_1 python-lmdb 1.4.1 py311hd77b12b_0 python-lsp-black 1.2.1 py311haa95532_0 python-lsp-jsonrpc 1.0.0 pyhd3eb1b0_0 python-lsp-server 1.7.2 py311haa95532_0 python-slugify 5.0.2 pyhd3eb1b0_0 python-snappy 0.6.1 py311hd77b12b_0 python-tzdata 2023.3 pyhd3eb1b0_0 python-xxhash 2.0.2 py311h2bbff1b_1 pytoolconfig 1.2.5 py311haa95532_1 pytz 2023.3.post1 py311haa95532_0 pyviz_comms 2.3.0 py311haa95532_0 pywavelets 1.4.1 py311h2bbff1b_0 pywin32 305 py311h2bbff1b_0 pywin32-ctypes 0.2.0 py311haa95532_1000 pywinpty 2.0.10 py311h5da7b33_0 pyyaml 6.0 py311h2bbff1b_1 pyzmq 23.2.0 py311hd77b12b_0 qdarkstyle 3.0.2 pyhd3eb1b0_0 qstylizer 0.2.2 py311haa95532_0 qt-main 5.15.2 h879a1e9_9 qt-webengine 5.15.9 h5bd16bc_7 qtawesome 1.2.2 py311haa95532_0 qtconsole 5.4.2 py311haa95532_0 qtpy 2.2.0 py311haa95532_0 qtwebkit 5.212 h2bbfb41_5 queuelib 1.5.0 py311haa95532_0 re2 2022.04.01 hd77b12b_0 regex 2022.7.9 py311h2bbff1b_0 reproc 14.2.4 hd77b12b_1 reproc-cpp 14.2.4 hd77b12b_1 requests 2.31.0 py311haa95532_0 requests-file 1.5.1 pyhd3eb1b0_0 requests-toolbelt 1.0.0 py311haa95532_0 responses 0.13.3 pyhd3eb1b0_0 rfc3339-validator 0.1.4 py311haa95532_0 rfc3986-validator 0.1.1 py311haa95532_0 rope 1.7.0 py311haa95532_0 rtree 1.0.1 py311h2eaa2aa_0 ruamel.yaml 0.17.21 py311h2bbff1b_0 ruamel_yaml 0.17.21 py311h2bbff1b_0 s3fs 2023.4.0 py311haa95532_0 safetensors 0.3.2 py311h062c2fa_0 scikit-image 0.20.0 py311h3513d60_0 scikit-learn 1.3.0 py311hf62ec03_0 scikit-learn-intelex 2023.1.1 py311haa95532_0 scipy 1.11.1 py311hc1ccb85_0 scrapy 2.8.0 py311haa95532_0 seaborn 0.12.2 py311haa95532_0 send2trash 1.8.0 pyhd3eb1b0_1 service_identity 18.1.0 pyhd3eb1b0_1 setuptools 68.0.0 py311haa95532_0 sip 6.6.2 py311hd77b12b_0 six 1.16.0 pyhd3eb1b0_1 smart_open 5.2.1 py311haa95532_0 snappy 1.1.9 h6c2663c_0 sniffio 1.2.0 py311haa95532_1 snowballstemmer 2.2.0 pyhd3eb1b0_0 sortedcontainers 2.4.0 pyhd3eb1b0_0 soupsieve 2.4 py311haa95532_0 sphinx 5.0.2 py311haa95532_0 sphinxcontrib-applehelp 1.0.2 pyhd3eb1b0_0 sphinxcontrib-devhelp 1.0.2 pyhd3eb1b0_0 sphinxcontrib-htmlhelp 2.0.0 pyhd3eb1b0_0 sphinxcontrib-jsmath 1.0.1 pyhd3eb1b0_0 sphinxcontrib-qthelp 1.0.3 pyhd3eb1b0_0 sphinxcontrib-serializinghtml 1.1.5 pyhd3eb1b0_0 spyder 5.4.3 py311haa95532_1 spyder-kernels 2.4.4 py311haa95532_0 sqlalchemy 1.4.39 py311h2bbff1b_0 sqlite 3.41.2 h2bbff1b_0 stack_data 0.2.0 pyhd3eb1b0_0 statsmodels 0.14.0 py311hd7041d2_0 sympy 1.11.1 py311haa95532_0 tabulate 0.8.10 py311haa95532_0 tbb 2021.8.0 h59b6b97_0 tbb4py 2021.8.0 py311h59b6b97_0 tblib 1.7.0 pyhd3eb1b0_0 tenacity 8.2.2 py311haa95532_0 terminado 0.17.1 py311haa95532_0 text-unidecode 1.3 pyhd3eb1b0_0 textdistance 4.2.1 pyhd3eb1b0_0 threadpoolctl 2.2.0 pyh0d69192_0 three-merge 0.1.1 pyhd3eb1b0_0 tifffile 2023.4.12 py311haa95532_0 tinycss2 1.2.1 py311haa95532_0 tk 8.6.12 h2bbff1b_0 tldextract 3.2.0 pyhd3eb1b0_0 tokenizers 0.13.2 py311h49fca51_1 toml 0.10.2 pyhd3eb1b0_0 tomlkit 0.11.1 py311haa95532_0 toolz 0.12.0 py311haa95532_0 tornado 6.3.2 py311h2bbff1b_0 tqdm 4.65.0 py311h746a85d_0 traitlets 5.7.1 py311haa95532_0 transformers 4.32.1 py311haa95532_0 twisted 22.10.0 py311h2bbff1b_0 twisted-iocpsupport 1.0.2 py311h2bbff1b_0 typing-extensions 4.7.1 py311haa95532_0 typing_extensions 4.7.1 py311haa95532_0 tzdata 2023c h04d1e81_0 uc-micro-py 1.0.1 py311haa95532_0 ujson 5.4.0 py311hd77b12b_0 unidecode 1.2.0 pyhd3eb1b0_0 urllib3 1.26.16 py311haa95532_0 utf8proc 2.6.1 h2bbff1b_0 vc 14.2 h21ff451_1 vs2015_runtime 14.27.29016 h5e58377_2 w3lib 1.21.0 pyhd3eb1b0_0 watchdog 2.1.6 py311haa95532_0 wcwidth 0.2.5 pyhd3eb1b0_0 webencodings 0.5.1 py311haa95532_1 websocket-client 0.58.0 py311haa95532_4 werkzeug 2.2.3 py311haa95532_0 whatthepatch 1.0.2 py311haa95532_0 wheel 0.38.4 py311haa95532_0 widgetsnbextension 4.0.5 py311haa95532_0 win_inet_pton 1.1.0 py311haa95532_0 winpty 0.4.3 4 wrapt 1.14.1 py311h2bbff1b_0 xarray 2023.6.0 py311haa95532_0 xlwings 0.29.1 py311haa95532_0 xxhash 0.8.0 h2bbff1b_3 xyzservices 2022.9.0 py311haa95532_1 xz 5.4.2 h8cc25b3_0 y-py 0.5.9 py311hb6bf4ef_0 yaml 0.2.5 he774522_0 yaml-cpp 0.7.0 hd77b12b_1 yapf 0.31.0 pyhd3eb1b0_0 yarl 1.8.1 py311h2bbff1b_0 ypy-websocket 0.8.2 py311haa95532_0 zeromq 4.3.4 hd77b12b_0 zfp 1.0.0 hd77b12b_0 zict 2.2.0 py311haa95532_0 zipp 3.11.0 py311haa95532_0 zlib 1.2.13 h8cc25b3_0 zlib-ng 2.0.7 h2bbff1b_0 zope 1.0 py311haa95532_1 zope.interface 5.4.0 py311h2bbff1b_0 zstandard 0.19.0 py311h2bbff1b_0 zstd 1.5.5 hd43e919_0 ```

Packages in the new environment

``` (spyder-cf-311) C:\Users\hammo>conda list # packages in environment at C:\Users\hammo\anaconda3\envs\spyder-cf-311: # # Name Version Build Channel alabaster 0.7.13 pyhd8ed1ab_0 conda-forge arrow 1.3.0 pyhd8ed1ab_0 conda-forge astroid 3.0.2 py311h1ea47a8_0 conda-forge asttokens 2.4.1 pyhd8ed1ab_0 conda-forge atomicwrites 1.4.1 pyhd8ed1ab_0 conda-forge attrs 23.1.0 pyh71513ae_1 conda-forge autopep8 2.0.4 pyhd8ed1ab_0 conda-forge babel 2.14.0 pyhd8ed1ab_0 conda-forge bcrypt 4.1.1 py311hc37eb10_0 conda-forge beautifulsoup4 4.12.2 pyha770c72_0 conda-forge binaryornot 0.4.4 py_1 conda-forge black 23.11.0 py311h1ea47a8_0 conda-forge bleach 6.1.0 pyhd8ed1ab_0 conda-forge brotli-python 1.1.0 py311h12c1d0e_1 conda-forge bzip2 1.0.8 hcfcfb64_5 conda-forge ca-certificates 2023.11.17 h56e8100_0 conda-forge certifi 2023.11.17 pyhd8ed1ab_0 conda-forge cffi 1.16.0 py311ha68e1ae_0 conda-forge chardet 5.2.0 py311h1ea47a8_1 conda-forge charset-normalizer 3.3.2 pyhd8ed1ab_0 conda-forge click 8.1.7 win_pyh7428d3b_0 conda-forge cloudpickle 3.0.0 pyhd8ed1ab_0 conda-forge colorama 0.4.6 pyhd8ed1ab_0 conda-forge comm 0.1.4 pyhd8ed1ab_0 conda-forge cookiecutter 2.5.0 pyhca7485f_0 conda-forge cryptography 41.0.7 py311h7cb4080_1 conda-forge debugpy 1.8.0 py311h12c1d0e_1 conda-forge decorator 5.1.1 pyhd8ed1ab_0 conda-forge defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge diff-match-patch 20230430 pyhd8ed1ab_0 conda-forge dill 0.3.7 pyhd8ed1ab_0 conda-forge docstring-to-markdown 0.13 pyhd8ed1ab_0 conda-forge docutils 0.20.1 py311h1ea47a8_3 conda-forge entrypoints 0.4 pyhd8ed1ab_0 conda-forge exceptiongroup 1.2.0 pyhd8ed1ab_0 conda-forge executing 2.0.1 pyhd8ed1ab_0 conda-forge flake8 6.1.0 pyhd8ed1ab_0 conda-forge icu 73.2 h63175ca_0 conda-forge idna 3.6 pyhd8ed1ab_0 conda-forge imagesize 1.4.1 pyhd8ed1ab_0 conda-forge importlib-metadata 7.0.0 pyha770c72_0 conda-forge importlib_metadata 7.0.0 hd8ed1ab_0 conda-forge importlib_resources 6.1.1 pyhd8ed1ab_0 conda-forge inflection 0.5.1 pyh9f0ad1d_0 conda-forge intervaltree 3.1.0 pyhd8ed1ab_1 conda-forge ipykernel 6.26.0 pyha63f2e9_0 conda-forge ipython 8.18.1 pyh7428d3b_3 conda-forge isort 5.13.2 pyhd8ed1ab_0 conda-forge jaraco.classes 3.3.0 pyhd8ed1ab_0 conda-forge jedi 0.19.1 pyhd8ed1ab_0 conda-forge jellyfish 1.0.3 py311hc37eb10_0 conda-forge jinja2 3.1.2 pyhd8ed1ab_1 conda-forge jpeg 9e hcfcfb64_3 conda-forge jsonschema 4.20.0 pyhd8ed1ab_0 conda-forge jsonschema-specifications 2023.11.2 pyhd8ed1ab_0 conda-forge jupyter_client 8.6.0 pyhd8ed1ab_0 conda-forge jupyter_core 5.5.0 py311h1ea47a8_0 conda-forge jupyterlab_pygments 0.3.0 pyhd8ed1ab_0 conda-forge keyring 24.3.0 py311h1ea47a8_0 conda-forge krb5 1.20.1 heb0366b_0 conda-forge libclang 14.0.6 default_hb5a9fac_1 libclang13 14.0.6 default_h8e68704_1 libexpat 2.5.0 h63175ca_1 conda-forge libffi 3.4.2 h8ffe710_5 conda-forge libpng 1.6.39 h19919ed_0 conda-forge libpq 12.15 h906ac69_1 libsodium 1.0.18 h8d14728_1 conda-forge libspatialindex 1.9.3 h39d44d4_4 conda-forge libsqlite 3.44.2 hcfcfb64_0 conda-forge libzlib 1.2.13 hcfcfb64_5 conda-forge markdown-it-py 3.0.0 pyhd8ed1ab_0 conda-forge markupsafe 2.1.3 py311ha68e1ae_1 conda-forge matplotlib-inline 0.1.6 pyhd8ed1ab_0 conda-forge mccabe 0.7.0 pyhd8ed1ab_0 conda-forge mdurl 0.1.0 pyhd8ed1ab_0 conda-forge mistune 3.0.2 pyhd8ed1ab_0 conda-forge more-itertools 10.1.0 pyhd8ed1ab_0 conda-forge mypy_extensions 1.0.0 pyha770c72_0 conda-forge nbclient 0.8.0 pyhd8ed1ab_0 conda-forge nbconvert 7.12.0 pyhd8ed1ab_0 conda-forge nbconvert-core 7.12.0 pyhd8ed1ab_0 conda-forge nbconvert-pandoc 7.12.0 pyhd8ed1ab_0 conda-forge nbformat 5.9.2 pyhd8ed1ab_0 conda-forge nest-asyncio 1.5.8 pyhd8ed1ab_0 conda-forge numpydoc 1.6.0 pyhd8ed1ab_0 conda-forge openssl 3.2.0 hcfcfb64_1 conda-forge packaging 23.2 pyhd8ed1ab_0 conda-forge pandoc 3.1.3 h57928b3_0 conda-forge pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge paramiko 3.3.1 pyhd8ed1ab_0 conda-forge parso 0.8.3 pyhd8ed1ab_0 conda-forge pathspec 0.12.1 pyhd8ed1ab_0 conda-forge pexpect 4.8.0 pyh1a96a4e_2 conda-forge pickleshare 0.7.5 py_1003 conda-forge pip 23.3.1 pyhd8ed1ab_0 conda-forge pkgutil-resolve-name 1.3.10 pyhd8ed1ab_1 conda-forge platformdirs 4.1.0 pyhd8ed1ab_0 conda-forge pluggy 1.3.0 pyhd8ed1ab_0 conda-forge ply 3.11 py_1 conda-forge prompt-toolkit 3.0.42 pyha770c72_0 conda-forge psutil 5.9.5 py311ha68e1ae_1 conda-forge ptyprocess 0.7.0 pyhd3deb0d_0 conda-forge pure_eval 0.2.2 pyhd8ed1ab_0 conda-forge pycodestyle 2.11.1 pyhd8ed1ab_0 conda-forge pycparser 2.21 pyhd8ed1ab_0 conda-forge pydocstyle 6.3.0 pyhd8ed1ab_0 conda-forge pyflakes 3.1.0 pyhd8ed1ab_0 conda-forge pygments 2.17.2 pyhd8ed1ab_0 conda-forge pylint 3.0.3 pyhd8ed1ab_0 conda-forge pylint-venv 3.0.3 pyhd8ed1ab_0 conda-forge pyls-spyder 0.4.0 pyhd8ed1ab_0 conda-forge pynacl 1.5.0 py311hd53affc_3 conda-forge pyqt 5.15.10 py311hd77b12b_0 pyqt5-sip 12.13.0 py311h2bbff1b_0 pyqtwebengine 5.15.10 py311hd77b12b_0 pysocks 1.7.1 pyh0701188_6 conda-forge python 3.11.6 h2628c8c_0_cpython conda-forge python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge python-fastjsonschema 2.19.0 pyhd8ed1ab_0 conda-forge python-lsp-black 1.3.0 pyhd8ed1ab_0 conda-forge python-lsp-jsonrpc 1.1.2 pyhd8ed1ab_0 conda-forge python-lsp-server 1.9.0 pyhd8ed1ab_0 conda-forge python-lsp-server-base 1.9.0 pyhd8ed1ab_0 conda-forge python-slugify 8.0.1 pyhd8ed1ab_2 conda-forge python_abi 3.11 4_cp311 conda-forge pytoolconfig 1.2.5 pyhd8ed1ab_0 conda-forge pytz 2023.3.post1 pyhd8ed1ab_0 conda-forge pywin32 306 py311h12c1d0e_2 conda-forge pywin32-ctypes 0.2.2 py311h1ea47a8_1 conda-forge pyyaml 6.0.1 py311ha68e1ae_1 conda-forge pyzmq 25.1.2 py311h9250fbb_0 conda-forge qdarkstyle 3.2 pyhd8ed1ab_0 conda-forge qstylizer 0.2.2 pyhd8ed1ab_0 conda-forge qt-main 5.15.2 h19c9488_10 qt-webengine 5.15.9 h5bd16bc_7 qtawesome 1.3.0 pyh9208f05_0 conda-forge qtconsole 5.5.1 pyhd8ed1ab_0 conda-forge qtconsole-base 5.5.1 pyha770c72_0 conda-forge qtpy 2.4.1 pyhd8ed1ab_0 conda-forge referencing 0.32.0 pyhd8ed1ab_0 conda-forge requests 2.31.0 pyhd8ed1ab_0 conda-forge rich 13.7.0 pyhd8ed1ab_0 conda-forge rope 1.11.0 pyhd8ed1ab_1 conda-forge rpds-py 0.13.2 py311hc37eb10_0 conda-forge rtree 1.1.0 py311hcacb13a_0 conda-forge setuptools 68.2.2 pyhd8ed1ab_0 conda-forge sip 6.7.12 py311h12c1d0e_0 conda-forge six 1.16.0 pyh6c4a22f_0 conda-forge snowballstemmer 2.2.0 pyhd8ed1ab_0 conda-forge sortedcontainers 2.4.0 pyhd8ed1ab_0 conda-forge soupsieve 2.5 pyhd8ed1ab_1 conda-forge sphinx 7.2.6 pyhd8ed1ab_0 conda-forge sphinxcontrib-applehelp 1.0.7 pyhd8ed1ab_0 conda-forge sphinxcontrib-devhelp 1.0.5 pyhd8ed1ab_0 conda-forge sphinxcontrib-htmlhelp 2.0.4 pyhd8ed1ab_0 conda-forge sphinxcontrib-jsmath 1.0.1 pyhd8ed1ab_0 conda-forge sphinxcontrib-qthelp 1.0.6 pyhd8ed1ab_0 conda-forge sphinxcontrib-serializinghtml 1.1.9 pyhd8ed1ab_0 conda-forge spyder 5.5.0 py311h1ea47a8_3 conda-forge spyder-kernels 2.5.0 win_pyh7428d3b_0 conda-forge sqlite 3.44.2 hcfcfb64_0 conda-forge stack_data 0.6.2 pyhd8ed1ab_0 conda-forge tabulate 0.9.0 pyhd8ed1ab_1 conda-forge text-unidecode 1.3 pyhd8ed1ab_1 conda-forge textdistance 4.5.0 pyhd8ed1ab_0 conda-forge three-merge 0.1.1 pyh9f0ad1d_0 conda-forge tinycss2 1.2.1 pyhd8ed1ab_0 conda-forge tk 8.6.13 h5226925_1 conda-forge tomli 2.0.1 pyhd8ed1ab_0 conda-forge tomlkit 0.12.3 pyha770c72_0 conda-forge tornado 6.3.3 py311ha68e1ae_1 conda-forge traitlets 5.14.0 pyhd8ed1ab_0 conda-forge types-python-dateutil 2.8.19.14 pyhd8ed1ab_0 conda-forge typing-extensions 4.9.0 hd8ed1ab_0 conda-forge typing_extensions 4.9.0 pyha770c72_0 conda-forge tzdata 2023c h71feb2d_0 conda-forge ucrt 10.0.22621.0 h57928b3_0 conda-forge ujson 5.9.0 py311h12c1d0e_0 conda-forge urllib3 2.1.0 pyhd8ed1ab_0 conda-forge vc 14.3 hcf57466_18 conda-forge vc14_runtime 14.38.33130 h82b7239_18 conda-forge vs2015_runtime 14.38.33130 hcb4865c_18 conda-forge watchdog 3.0.0 py311h1ea47a8_1 conda-forge wcwidth 0.2.12 pyhd8ed1ab_0 conda-forge webencodings 0.5.1 pyhd8ed1ab_2 conda-forge whatthepatch 1.0.5 pyhd8ed1ab_0 conda-forge wheel 0.42.0 pyhd8ed1ab_0 conda-forge win_inet_pton 1.1.0 pyhd8ed1ab_6 conda-forge xz 5.2.6 h8d14728_0 conda-forge yaml 0.2.5 h8ffe710_2 conda-forge yapf 0.40.1 pyhd8ed1ab_0 conda-forge zeromq 4.3.5 h63175ca_0 conda-forge zipp 3.17.0 pyhd8ed1ab_0 conda-forge zlib 1.2.13 hcfcfb64_5 conda-forge zstd 1.5.5 h12be248_0 conda-forge ```
raphaelquast commented 11 months ago

Hey, I just ran into the same issue (in my case I don't get any error message, just a "python stopped working" popup)

While trying to find out what's going on, I did a lot of checks... maybe some of my findings help:

My first try was the following:

❌ spyder crashes immediately on startup (I also tried v5.5.0, v5.4.5 and v5.3.3 but no change)


Then I did a sanity-check and ran


Then I tried the other way around...


As a final check, I tried the "manual" way:

Now I was starting to get confused but things are at least working so I thought I'll give it one last try


Not sure how, but maybe it helps in some way to find what's going on. Maybe some cache is not properly cleared and causes this?

dalthviz commented 11 months ago

Thank you for the envs info @DigitalRadiohead and @ahjamesxi and thank you for doing some testing over this too @raphaelquast ! Definetly I think this is some sort of packages versions combination which triggers the crash 🤔

What do you think @ccordoba12 ?

ahjamesxi commented 11 months ago

I tried to import the env from my university which is using spyder 5.2.2 and received the error below on my anaconda

LibMambaUnsatisfiableError: Encountered problems while solving:

ccordoba12 commented 11 months ago

I don't undestand what's happening, but my guess (as @dalthviz one) is that two or more packages are causing problems and not allowing Spyder work properly. But it's difficult to tell which ones.

@dalthviz, are you to reproduce this problem when creating a Python 3.11 env on Windows from defaults and conda-forge?

dalthviz commented 11 months ago

@dalthviz, are you to reproduce this problem when creating a Python 3.11 env on Windows from defaults and conda-forge?

As mentioned at https://github.com/spyder-ide/spyder/issues/21610#issuecomment-1858512965 I tried creating an env with conda-forge packages and I was unable to reproduce this 🤔 Checked with defaults and I was able to launch Spyder without issue. Checked running the following:

conda create -n spyder-df-311 python=3.11 spyder

However, I got a stange message before the install could proceed (although maybe is due to some change I did in the pass to my base env Spyder install while testing something 🤔):

SafetyError: The package for spyder located at C:\Users\dalth\anaconda3\pkgs\spyder-5.4.3-py311haa95532_1
appears to be corrupted. The path 'Lib/site-packages/spyder/plugins/ipythonconsole/utils/kernelspec.py'
has an incorrect size.
  reported size: 7808 bytes
  actual size: 7848 bytes

ClobberError: This transaction has incompatible packages due to a shared path.
  packages: defaults/win-64::spyder-5.4.3-py311haa95532_1, defaults/win-64::spyder-5.4.3-py311haa95532_1
  path: 'menu/spyder_shortcut.json'

Just in case, the conda list output of the created env:

``` # packages in environment at C:\Users\dalth\anaconda3\envs\spyder-df-311: # # Name Version Build Channel alabaster 0.7.12 pyhd3eb1b0_0 arrow 1.2.3 py311haa95532_1 astroid 2.14.2 py311haa95532_0 asttokens 2.0.5 pyhd3eb1b0_0 atomicwrites 1.4.0 py_0 attrs 23.1.0 py311haa95532_0 autopep8 1.6.0 pyhd3eb1b0_1 babel 2.11.0 py311haa95532_0 backcall 0.2.0 pyhd3eb1b0_0 bcrypt 3.2.0 py311h2bbff1b_1 beautifulsoup4 4.12.2 py311haa95532_0 binaryornot 0.4.4 pyhd3eb1b0_1 black 23.11.0 py311haa95532_0 bleach 4.1.0 pyhd3eb1b0_0 brotli-python 1.0.9 py311hd77b12b_7 bzip2 1.0.8 he774522_0 ca-certificates 2023.12.12 haa95532_0 certifi 2023.11.17 py311haa95532_0 cffi 1.16.0 py311h2bbff1b_0 chardet 4.0.0 py311haa95532_1003 charset-normalizer 2.0.4 pyhd3eb1b0_0 click 8.1.7 py311haa95532_0 cloudpickle 2.2.1 py311haa95532_0 colorama 0.4.6 py311haa95532_0 comm 0.1.2 py311haa95532_0 cookiecutter 2.5.0 py311haa95532_0 cryptography 41.0.7 py311h89fc84f_0 debugpy 1.6.7 py311hd77b12b_0 decorator 5.1.1 pyhd3eb1b0_0 defusedxml 0.7.1 pyhd3eb1b0_0 diff-match-patch 20200713 pyhd3eb1b0_0 dill 0.3.7 py311haa95532_0 docstring-to-markdown 0.11 py311haa95532_0 docutils 0.18.1 py311haa95532_3 executing 0.8.3 pyhd3eb1b0_0 flake8 6.0.0 py311haa95532_0 icu 73.1 h6c2663c_0 idna 3.4 py311haa95532_0 imagesize 1.4.1 py311haa95532_0 importlib-metadata 6.0.0 py311haa95532_0 importlib_metadata 6.0.0 hd3eb1b0_0 inflection 0.5.1 py311haa95532_0 intervaltree 3.1.0 pyhd3eb1b0_0 ipykernel 6.25.0 py311h746a85d_0 ipython 8.15.0 py311haa95532_0 ipython_genutils 0.2.0 pyhd3eb1b0_1 isort 5.9.3 pyhd3eb1b0_0 jaraco.classes 3.2.1 pyhd3eb1b0_0 jedi 0.18.1 py311haa95532_1 jellyfish 1.0.1 py311h36a85e1_0 jinja2 3.1.2 py311haa95532_0 jpeg 9e h2bbff1b_1 jsonschema 4.19.2 py311haa95532_0 jsonschema-specifications 2023.7.1 py311haa95532_0 jupyter_client 8.6.0 py311haa95532_0 jupyter_core 5.5.0 py311haa95532_0 jupyterlab_pygments 0.2.2 py311haa95532_0 keyring 23.13.1 py311haa95532_0 krb5 1.20.1 h5b6d351_0 lazy-object-proxy 1.6.0 py311h2bbff1b_0 libclang 14.0.6 default_hb5a9fac_1 libclang13 14.0.6 default_h8e68704_1 libffi 3.4.4 hd77b12b_0 libpng 1.6.39 h8cc25b3_0 libpq 12.15 h906ac69_1 libsodium 1.0.18 h62dcd97_0 libspatialindex 1.9.3 h6c2663c_0 lz4-c 1.9.4 h2bbff1b_0 markdown-it-py 2.2.0 py311haa95532_1 markupsafe 2.1.1 py311h2bbff1b_0 matplotlib-inline 0.1.6 py311haa95532_0 mccabe 0.7.0 pyhd3eb1b0_0 mdurl 0.1.0 py311haa95532_0 mistune 2.0.4 py311haa95532_0 more-itertools 10.1.0 py311haa95532_0 mypy_extensions 1.0.0 py311haa95532_0 nbclient 0.8.0 py311haa95532_0 nbconvert 7.10.0 py311haa95532_0 nbformat 5.9.2 py311haa95532_0 nest-asyncio 1.5.6 py311haa95532_0 numpydoc 1.5.0 py311haa95532_0 openssl 3.0.12 h2bbff1b_0 packaging 23.1 py311haa95532_0 pandocfilters 1.5.0 pyhd3eb1b0_0 paramiko 2.8.1 pyhd3eb1b0_0 parso 0.8.3 pyhd3eb1b0_0 pathspec 0.10.3 py311haa95532_0 pexpect 4.8.0 pyhd3eb1b0_3 pickleshare 0.7.5 pyhd3eb1b0_1003 pip 23.3.1 py311haa95532_0 platformdirs 3.10.0 py311haa95532_0 pluggy 1.0.0 py311haa95532_1 ply 3.11 py311haa95532_0 prompt-toolkit 3.0.36 py311haa95532_0 psutil 5.9.0 py311h2bbff1b_0 ptyprocess 0.7.0 pyhd3eb1b0_2 pure_eval 0.2.2 pyhd3eb1b0_0 pycodestyle 2.10.0 py311haa95532_0 pycparser 2.21 pyhd3eb1b0_0 pydocstyle 6.3.0 py311haa95532_0 pyflakes 3.0.1 py311haa95532_0 pygments 2.15.1 py311haa95532_1 pylint 2.16.2 py311haa95532_0 pylint-venv 2.3.0 py311haa95532_0 pyls-spyder 0.4.0 pyhd3eb1b0_0 pynacl 1.5.0 py311h8cc25b3_0 pyopenssl 23.2.0 py311haa95532_0 pyqt 5.15.10 py311hd77b12b_0 pyqt5-sip 12.13.0 py311h2bbff1b_0 pyqtwebengine 5.15.10 py311hd77b12b_0 pysocks 1.7.1 py311haa95532_0 python 3.11.5 he1021f5_0 python-dateutil 2.8.2 pyhd3eb1b0_0 python-fastjsonschema 2.16.2 py311haa95532_0 python-lsp-black 1.2.1 py311haa95532_0 python-lsp-jsonrpc 1.0.0 pyhd3eb1b0_0 python-lsp-server 1.7.2 py311haa95532_0 python-slugify 5.0.2 pyhd3eb1b0_0 pytoolconfig 1.2.6 py311haa95532_0 pytz 2023.3.post1 py311haa95532_0 pywin32 305 py311h2bbff1b_0 pywin32-ctypes 0.2.0 py311haa95532_1000 pyyaml 6.0.1 py311h2bbff1b_0 pyzmq 25.1.0 py311hd77b12b_0 qdarkstyle 3.0.2 pyhd3eb1b0_0 qstylizer 0.2.2 py311haa95532_0 qt-main 5.15.2 h19c9488_10 qt-webengine 5.15.9 h5bd16bc_7 qtawesome 1.2.2 py311haa95532_0 qtconsole 5.4.2 py311haa95532_0 qtpy 2.4.1 py311haa95532_0 referencing 0.30.2 py311haa95532_0 requests 2.31.0 py311haa95532_0 rich 13.3.5 py311haa95532_0 rope 1.7.0 py311haa95532_0 rpds-py 0.10.6 py311h062c2fa_0 rtree 1.0.1 py311h2eaa2aa_0 setuptools 68.2.2 py311haa95532_0 sip 6.7.12 py311hd77b12b_0 six 1.16.0 pyhd3eb1b0_1 snowballstemmer 2.2.0 pyhd3eb1b0_0 sortedcontainers 2.4.0 pyhd3eb1b0_0 soupsieve 2.5 py311haa95532_0 sphinx 5.0.2 py311haa95532_0 sphinxcontrib-applehelp 1.0.2 pyhd3eb1b0_0 sphinxcontrib-devhelp 1.0.2 pyhd3eb1b0_0 sphinxcontrib-htmlhelp 2.0.0 pyhd3eb1b0_0 sphinxcontrib-jsmath 1.0.1 pyhd3eb1b0_0 sphinxcontrib-qthelp 1.0.3 pyhd3eb1b0_0 sphinxcontrib-serializinghtml 1.1.5 pyhd3eb1b0_0 spyder 5.4.3 py311haa95532_1 spyder-kernels 2.4.4 py311haa95532_0 sqlite 3.41.2 h2bbff1b_0 stack_data 0.2.0 pyhd3eb1b0_0 text-unidecode 1.3 pyhd3eb1b0_0 textdistance 4.2.1 pyhd3eb1b0_0 three-merge 0.1.1 pyhd3eb1b0_0 tinycss2 1.2.1 py311haa95532_0 tk 8.6.12 h2bbff1b_0 toml 0.10.2 pyhd3eb1b0_0 tomlkit 0.11.1 py311haa95532_0 tornado 6.3.3 py311h2bbff1b_0 traitlets 5.7.1 py311haa95532_0 tzdata 2023c h04d1e81_0 ujson 5.4.0 py311hd77b12b_0 unidecode 1.2.0 pyhd3eb1b0_0 urllib3 1.26.18 py311haa95532_0 vc 14.2 h21ff451_1 vs2015_runtime 14.27.29016 h5e58377_2 watchdog 2.1.6 py311haa95532_0 wcwidth 0.2.5 pyhd3eb1b0_0 webencodings 0.5.1 py311haa95532_1 whatthepatch 1.0.2 py311haa95532_0 wheel 0.41.2 py311haa95532_0 win_inet_pton 1.1.0 py311haa95532_0 wrapt 1.14.1 py311h2bbff1b_0 xz 5.4.5 h8cc25b3_0 yaml 0.2.5 he774522_0 yapf 0.31.0 pyhd3eb1b0_0 zeromq 4.3.4 hd77b12b_0 zipp 3.11.0 py311haa95532_0 zlib 1.2.13 h8cc25b3_0 zstd 1.5.5 hd43e919_0 ```
DigitalRadiohead commented 11 months ago

@dalthviz I hope you had a good Christmas and happy new year. Is there some bug here with spyder, or is there something happening locally on my computer (and those of a few others)?

dalthviz commented 10 months ago

@dalthviz I hope you had a good Christmas and happy new year. Is there some bug here with spyder, or is there something happening locally on my computer (and those of a few others)?

@DigitalRadiohead belated Happy Holidays! From my testing seems like it could be caused due to some package inconsistency/version incompatibility so I would say that the issue seems like is not related with Spyder but maybe the constraints of a dependency or even a dependency of a dependency which at the end causes problems :/

Maybe clearing the conda package cache and trying to create again a new conda env could help : https://docs.conda.io/projects/conda/en/latest/commands/clean.html#conda-clean However, this option could leave other environments unusable if I'm understanding the docs correctly 🤔

dreamlot commented 10 months ago

Some new developments: My Spyder was working fine 5 hours ago. Then after I restarted my computer tonight it started having the problem of popping windows.

GhostDog98 commented 8 months ago

Having the same issue myself... Not even launching on my prior working env. Running spyder --safe-mode To install i ran:

conda clean --all
conda create -c conda-forge -n spyder-env spyder numpy scipy pandas matplotlib sympy cython
conda activate spyder-env
spyder

htop shows the process starting, but it seems to hang with ~0.4% cpu consumption, 1-2% ram consumption, and zero disk I/O after the following messages:

^C(spyder-env) [ghostdog@ghostdog envs]spyder
fromIccProfile: failed minimal tag size sanity                                                                                                                                                                                                
/home/ghostdog/.local/lib/python3.11/site-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (2.2.1) or chardet (4.0.0)/charset_normalizer (2.0.12) doesn't match a supported version!                                     
  warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "                                                                                                                                             
This plugin does not support propagateSizeHints()                                                                                                                                                                                             
This plugin does not support propagateSizeHints()                                                                                                                                                                                             
This plugin does not support propagateSizeHints()                                                                                                                                                                                             
This plugin does not support propagateSizeHints()
This plugin does not support raise()

After which, i need to CTRL+C to get back into my terminal. conda list for spyder-env: envlist.txt conda --env: conda 24.1.2 And for good measure, the sha256sum of my spyder executable is fc42f139556a013faeca5b3977373cb5e9f99c38f84a003bd72c207712bc54f5

Running spyder with the verbose flag gives me the following log file: spyderlog.log

GhostDog98 commented 8 months ago

Okay interesting development... After rebooting twice and updating twice, it has fixed itself. Same env as in my prior post, but now it just launches. It still brings up:

fromIccProfile: failed minimal tag size sanity
/home/ghostdog/.local/lib/python3.11/site-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (2.2.1) or chardet (4.0.0)/charset_normalizer (2.0.12) doesn't match a supported version!
  warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "

New log file attached: spyderlog.log Recent pacman logs: pacmanlog.log

Let me know if theres any additional information i can provide to help.

ccordoba12 commented 8 months ago

@GhostDog98, you need to remove this directory:

/home/ghostdog/.local/lib/python3.11

to avoid mixing Pip and conda packages, given that you're using a conda env to run Spyder.