-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
I'm following up on issue#5888. My problem has nothing to do with a Mac.
Description
I am experience the same issue, namely, I get the following error message when trying to import a package on jupyter:
Traceback (most recent call last):
File "C:\Users\Administrator\PycharmProjects\qudi_quest\logic\jupyterkernel\qzmqkernel.py", line 621, in run_ast_nodes
code = compiler(mod, cell_name, "exec")
File "C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\lib\codeop.py", line 143, in call
codeob = compile(source, filename, symbol, self.flags, True)
TypeError: required field "type_ignores" missing from Module
Reproduce
It is important to note that I experience this only on one of the two kernels in the notebook. The first kernel is the conda environment and is called in jupyter "Python 3". The second is a jupyter environment that was created by qudi and was working fine in python 3.6 (same computer). This "qudi" environment becomes active only after I start the "qudi" program.
- Run the qudi environment
- Run Jupyter Notebook (either from the console or from the Win10 menu)
- Open any notebook or create a new notebook
- Try to run "import package", where here "package" stands for any arbitrary package, e.g., sys or os.
Expected behavior
I expected the packages to be imported. Instead they weren't and I got that error message above.
Context
- Operating System and version: Win 10
- Browser and version: Chrome 138
- Jupyter Notebook version:
IPython : 8.18.1
ipykernel : 6.30.0
ipywidgets : 8.1.7
jupyter_client : 8.6.3
jupyter_core : 5.8.1
jupyter_server : 2.16.0
jupyterlab : 4.4.4
nbclient : 0.10.2
nbconvert : 7.16.6
nbformat : 5.10.4
notebook : 7.4.4
qtconsole : 5.6.1
traitlets : 5.14.3
jup
Troubleshoot Output
$PATH: C:\Users\Administrator\Anaconda3\envs\qudi_opxplus C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\Library\mingw-w64\bin C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\Library\usr\bin C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\Library\bin C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\Scripts C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\bin C:\Users\Administrator\Anaconda3\condabin C:\ProgramData\Oracle\Java\javapath C:\Windows\system32 C:\Windows C:\Windows\System32\Wbem C:\Windows\System32\WindowsPowerShell\v1.0 C:\Program Files\MATLAB\R2020a\runtime\win64 C:\Program Files\MATLAB\R2020a\bin C:\texlive\2018\bin\win32 C:\Program Files (x86)\Microsoft VS Code\bin C:\Program Files (x86)\LyX 2.3\Perl\bin C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin C:\Program Files\IVI Foundation\VISA\Win64\Bin C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin C:\Program Files\Git\cmd C:\Program Files (x86)\National Instruments\Shared\LabVIEW CLI C:\Program Files (x86)\Sennheiser\SenncomSDK C:\Program Files\FLIR Systems\Spinnaker\bin64\vs2015 C:\Program Files\FLIR Systems\Spinnaker\bin\vs2015 C:\Program Files\dotnet C:\Program Files\PuTTY C:\Users\Administrator\Anaconda3 C:\Users\Administrator\Anaconda3\Library\mingw-w64\bin C:\Users\Administrator\Anaconda3\Library\usr\bin C:\Users\Administrator\Anaconda3\Library\bin C:\Users\Administrator\Anaconda3\Scripts C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps C:\Program Files\JetBrains\PyCharm Community Edition 2018.3.5\bin . C:\Users\Administrator\AppData\Local\Programs\MiKTeX\miktex\bin\x64 C:\Program Files\Swabian Instruments\Time Tagger\driver\python sys.path: C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\Scripts C:\Program Files\Swabian Instruments\Time Tagger\driver\python C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\python39.zip C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\DLLs C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\lib C:\Users\Administrator\Anaconda3\envs\qudi_opxplus C:\Users\Administrator\AppData\Roaming\Python\Python39\site-packages C:\Users\Administrator\AppData\Roaming\Python\Python39\site-packages\win32 C:\Users\Administrator\AppData\Roaming\Python\Python39\site-packages\win32\lib C:\Users\Administrator\AppData\Roaming\Python\Python39\site-packages\Pythonwin C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\lib\site-packages C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\lib\site-packages\win32 C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\lib\site-packages\win32\lib C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\lib\site-packages\Pythonwin sys.executable: C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\python.exe sys.version: 3.9.21 (main, Dec 11 2024, 16:35:24) [MSC v.1929 64 bit (AMD64)] platform.platform(): Windows-10-10.0.14393-SP0 where jupyter: C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\Scripts\jupyter.exe C:\Users\Administrator\Anaconda3\Scripts\jupyter.exe pip list: Package Version ------------------------- -------------- anyio 4.9.0 argon2-cffi 25.1.0 argon2-cffi-bindings 21.2.0 arrow 1.3.0 asteval 1.0.6 asttokens 3.0.0 async-lru 2.0.5 asyncio 3.4.3 attrs 25.3.0 babel 2.17.0 backcall 0.2.0 beautifulsoup4 4.13.4 betterproto 2.0.0b7 bitarray 3.5.1 bitstring 4.3.1 bleach 6.2.0 brotlicffi 1.0.9.2 certifi 2025.7.14 cffi 1.17.1 charset-normalizer 3.4.2 click 8.1.8 colorama 0.4.6 comm 0.2.2 contourpy 1.3.0 cycler 0.12.1 datadog-api-client 2.40.0 debugpy 1.8.15 decorator 5.2.1 defusedxml 0.7.1 dependency-injector 4.48.1 deprecation 2.1.0 dill 0.4.0 exceptiongroup 1.3.0 executing 2.2.0 fastjsonschema 2.21.1 fonttools 4.58.0 fqdn 1.5.1 fysom 2.1.6 gitdb 4.0.12 GitPython 3.1.44 grpcio 1.73.1 grpclib 0.4.8 h11 0.16.0 h2 4.2.0 hpack 4.1.0 html5lib 1.1 httpcore 1.0.9 httpx 0.28.1 hyperframe 6.1.0 idna 3.10 importlib_metadata 8.7.0 importlib_resources 6.5.2 intel-cmplr-lib-ur 2025.1.1 intel-openmp 2025.1.1 ipykernel 6.30.0 ipython 8.18.1 ipywidgets 8.1.7 iso8601 2.1.0 isoduration 20.11.0 jedi 0.19.2 Jinja2 3.1.6 json5 0.12.0 jsonpointer 3.0.0 jsonschema 4.25.0 jsonschema-specifications 2025.4.1 jupyter_client 8.6.3 jupyter-console 6.6.3 jupyter_core 5.8.1 jupyter-events 0.12.0 jupyter-lsp 2.2.6 jupyter_server 2.16.0 jupyter_server_terminals 0.5.3 jupyterlab 4.4.4 jupyterlab_pygments 0.3.0 jupyterlab_server 2.27.3 jupyterlab_widgets 3.0.15 kiwisolver 1.4.7 lakeshore 1.8.1 lark 1.2.2 lmfit 1.0.1 lxml 5.3.0 MarkupSafe 3.0.2 marshmallow 3.26.1 marshmallow-polyfield 5.11 matplotlib 3.9.4 matplotlib-inline 0.1.7 mistune 3.1.3 mkl 2025.1.0 mkl_fft 1.3.11 mkl_random 1.2.8 mkl-service 2.4.0 multidict 6.6.3 nbclient 0.10.2 nbconvert 7.16.6 nbformat 5.10.4 nest-asyncio 1.6.0 notebook 7.4.4 notebook_shim 0.2.4 numpy 1.23.4 overrides 7.7.0 packaging 25.0 pandas 2.2.3 pandocfilters 1.5.1 parso 0.8.4 pickleshare 0.7.5 pillow 11.2.1 pip 25.1 platformdirs 4.3.8 plotly 5.24.1 plumbum 1.9.0 prometheus_client 0.22.1 prompt_toolkit 3.0.51 protobuf 3.20.3 psutil 7.0.0 pure_eval 0.2.3 pycparser 2.22 PyDAQmx 1.4.7 Pygments 2.19.2 pyparsing 3.2.3 PyQt5 5.15.9 pyqt5-plugins 5.15.9.2.3 PyQt5-Qt5 5.15.2 PyQt5_sip 12.17.0 pyqt5-tools 5.15.9.3.3 pyqtgraph 0.13.7 pyserial 3.5 PySide2 5.15.2.1 PySocks 1.7.1 python-dateutil 2.9.0.post0 python-dotenv 1.1.0 python-json-logger 3.3.0 pytz 2025.2 PyVISA 1.10.1 pywin32 311 pywinpty 2.0.15 PyYAML 6.0.2 pyzmq 27.0.0 qm-octave 2.1.3 qm-qua 1.2.2 qt5-applications 5.15.2.2.3 qt5-tools 5.15.2.1.3 qtconsole 5.6.1 QtPy 2.4.3 referencing 0.36.2 requests 2.32.4 rfc3339-validator 0.1.4 rfc3986-validator 0.1.1 rfc3987-syntax 1.1.0 rpds-py 0.26.0 rpyc 5.3.1 ruamel.yaml 0.16.10 ruamel.yaml.clib 0.2.0 scipy 1.13.1 Send2Trash 1.8.3 setuptools 80.9.0 shiboken2 5.15.2.1 six 1.17.0 smmap 5.0.2 sniffio 1.3.1 soupsieve 2.7 stack-data 0.6.3 tbb 2022.1.0 tcmlib 1.3.0 tenacity 9.1.2 terminado 0.18.1 tinycss2 1.4.0 tinydb 4.8.2 tomli 2.2.1 tornado 6.5.1 tqdm 4.67.1 traitlets 5.14.3 types-python-dateutil 2.9.0.20250708 typing_extensions 4.14.1 tzdata 2025.2 umf 0.10.0 uncertainties 3.2.3 uri-template 1.3.0 urllib3 2.5.0 wakepy 0.10.2.post1 wcwidth 0.2.13 webcolors 24.11.1 webencodings 0.5.1 websocket-client 1.8.0 Werkzeug 3.1.3 wheel 0.45.1 widgetsnbextension 4.0.14 win-inet-pton 1.1.0 windfreak 0.3.0 zipp 3.23.0 conda list: # packages in environment at C:\Users\Administrator\Anaconda3\envs\qudi_opxplus: # # Name Version Build Channel anyio 4.9.0 pypi_0 pypi argon2-cffi 23.1.0 pypi_0 pypi argon2-cffi-bindings 21.2.0 py39h827c3e9_1 arrow 1.3.0 pypi_0 pypi asteval 1.0.6 pypi_0 pypi asttokens 3.0.0 py39haa95532_0 async-lru 2.0.5 pypi_0 pypi asyncio 3.4.3 pypi_0 pypi attrs 25.3.0 pypi_0 pypi babel 2.17.0 pypi_0 pypi backcall 0.2.0 pyhd3eb1b0_0 beautifulsoup4 4.13.4 py39haa95532_0 betterproto 2.0.0b7 pypi_0 pypi bitarray 3.5.1 pypi_0 pypi bitstring 4.3.1 pypi_0 pypi blas 1.0 mkl bleach 6.2.0 py39haa95532_0 brotlicffi 1.0.9.2 py39h5da7b33_1 bzip2 1.0.8 h2bbff1b_6 ca-certificates 2025.2.25 haa95532_0 certifi 2025.4.26 pypi_0 pypi cffi 1.17.1 py39h827c3e9_1 charset-normalizer 3.4.2 pypi_0 pypi click 8.1.8 pypi_0 pypi colorama 0.4.6 py39haa95532_0 comm 0.2.2 pypi_0 pypi contourpy 1.3.0 pypi_0 pypi cycler 0.12.1 pypi_0 pypi datadog-api-client 2.40.0 pypi_0 pypi debugpy 1.8.14 pypi_0 pypi decorator 5.2.1 pypi_0 pypi defusedxml 0.7.1 pyhd3eb1b0_0 dependency-injector 4.48.1 pypi_0 pypi deprecation 2.1.0 pypi_0 pypi dill 0.4.0 pypi_0 pypi exceptiongroup 1.3.0 pypi_0 pypi executing 2.2.0 pypi_0 pypi fastjsonschema 2.21.1 pypi_0 pypi fonttools 4.58.0 pypi_0 pypi fqdn 1.5.1 pypi_0 pypi freeglut 3.4.0 hd77b12b_0 fysom 2.1.6 pypi_0 pypi gitdb 4.0.12 pypi_0 pypi gitpython 3.1.44 pypi_0 pypi grpcio 1.73.1 pypi_0 pypi grpclib 0.4.8 pypi_0 pypi h11 0.16.0 py39haa95532_0 h2 4.2.0 pypi_0 pypi hpack 4.1.0 pypi_0 pypi html5lib 1.1 pypi_0 pypi httpcore 1.0.9 py39haa95532_0 httpx 0.28.1 py39haa95532_0 hyperframe 6.1.0 pypi_0 pypi icu 73.1 h6c2663c_0 idna 3.10 pypi_0 pypi importlib-metadata 8.7.0 pypi_0 pypi importlib-resources 6.5.2 pypi_0 pypi importlib_metadata 8.5.0 hd3eb1b0_0 intel-cmplr-lib-ur 2025.1.1 pypi_0 pypi intel-openmp 2025.1.1 pypi_0 pypi ipykernel 6.29.5 py39haa95532_1 ipython 7.23.1 pypi_0 pypi ipywidgets 8.1.7 pypi_0 pypi iso8601 2.1.0 pypi_0 pypi isoduration 20.11.0 pypi_0 pypi jedi 0.17.2 pypi_0 pypi jinja2 3.1.6 py39haa95532_0 jpeg 9e h827c3e9_3 json5 0.12.0 pypi_0 pypi jsonpointer 3.0.0 pypi_0 pypi jsonschema 4.23.0 pypi_0 pypi jsonschema-specifications 2025.4.1 pypi_0 pypi jupyter-console 6.6.3 pypi_0 pypi jupyter-core 5.7.2 pypi_0 pypi jupyter-lsp 2.2.5 py39haa95532_0 jupyter_client 8.6.3 py39haa95532_0 jupyter_core 5.8.1 py39haa95532_0 jupyter_events 0.12.0 py39haa95532_0 jupyter_server 2.16.0 py39haa95532_0 jupyter_server_terminals 0.5.3 py39haa95532_0 jupyterlab 4.4.5 pypi_0 pypi jupyterlab-widgets 3.0.15 pypi_0 pypi jupyterlab_pygments 0.3.0 py39haa95532_0 jupyterlab_server 2.27.3 py39haa95532_0 kiwisolver 1.4.7 pypi_0 pypi krb5 1.20.1 h5b6d351_0 lakeshore 1.8.1 pypi_0 pypi lerc 4.0.0 h5da7b33_0 libdeflate 1.22 h5bf469e_0 libiconv 1.16 h2bbff1b_3 libpng 1.6.39 h8cc25b3_0 libpq 17.4 h70ee33d_0 libsodium 1.0.18 h62dcd97_0 libtiff 4.7.0 h404307b_0 libwebp-base 1.3.2 h3d04722_1 libxml2 2.13.8 h866ff63_0 libxslt 1.1.41 h0739af5_0 lmfit 1.0.1 pypi_0 pypi lxml 5.3.0 py39h395c83e_1 lz4-c 1.9.4 h2bbff1b_1 markupsafe 3.0.2 py39h827c3e9_0 marshmallow 3.26.1 pypi_0 pypi marshmallow-polyfield 5.11 pypi_0 pypi matplotlib 3.9.4 pypi_0 pypi matplotlib-inline 0.1.7 pypi_0 pypi minizip 4.0.3 hb68bac4_0 mistune 3.1.3 pypi_0 pypi mkl 2025.1.0 pypi_0 pypi mkl-service 2.4.0 py39h827c3e9_2 mkl_fft 1.3.11 py39h827c3e9_0 mkl_random 1.2.8 py39hc64d2fc_0 multidict 6.6.3 pypi_0 pypi nbclient 0.10.2 py39haa95532_0 nbconvert-core 7.16.6 py39haa95532_0 nbformat 5.10.4 py39haa95532_0 nest-asyncio 1.6.0 py39haa95532_0 notebook 7.4.4 py39haa95532_0 notebook-shim 0.2.4 py39haa95532_0 numpy 1.23.4 pypi_0 pypi numpy-base 1.23.5 py39h46c4fa8_1 openssl 3.0.16 h3f729d1_0 overrides 7.7.0 pypi_0 pypi packaging 24.2 py39haa95532_0 pandas 2.2.3 pypi_0 pypi pandocfilters 1.5.1 pypi_0 pypi parso 0.7.1 pypi_0 pypi pickleshare 0.7.5 pyhd3eb1b0_1003 pillow 11.2.1 pypi_0 pypi pip 25.1 pyhc872135_2 platformdirs 4.3.8 pypi_0 pypi plotly 5.24.1 pypi_0 pypi plumbum 1.9.0 pypi_0 pypi prometheus-client 0.22.0 pypi_0 pypi prometheus_client 0.21.1 py39haa95532_0 prompt-toolkit 3.0.51 pypi_0 pypi protobuf 3.20.3 pypi_0 pypi psutil 7.0.0 pypi_0 pypi pure-eval 0.2.3 pypi_0 pypi pure_eval 0.2.2 pyhd3eb1b0_0 pycparser 2.22 pypi_0 pypi pydaqmx 1.4.7 pypi_0 pypi pygments 2.19.1 py39haa95532_0 pyparsing 3.2.3 pypi_0 pypi pyqt5 5.15.9 pypi_0 pypi pyqt5-plugins 5.15.9.2.3 pypi_0 pypi pyqt5-qt5 5.15.2 pypi_0 pypi pyqt5-sip 12.17.0 pypi_0 pypi pyqt5-tools 5.15.9.3.3 pypi_0 pypi pyqtgraph 0.13.7 pypi_0 pypi pyserial 3.5 pypi_0 pypi pyside2 5.15.2.1 pypi_0 pypi pysocks 1.7.1 py39haa95532_0 python 3.9.21 h8205438_1 python-dateutil 2.9.0post0 py39haa95532_2 python-dotenv 1.1.0 pypi_0 pypi python-fastjsonschema 2.20.0 py39haa95532_0 python-json-logger 3.3.0 pypi_0 pypi pytz 2025.2 pypi_0 pypi pyvisa 1.10.1 pypi_0 pypi pywin32 310 pypi_0 pypi pywinpty 2.0.15 py39h72d21ff_0 pyyaml 6.0.2 py39h827c3e9_0 pyzmq 26.4.0 pypi_0 pypi qm-octave 2.1.3 pypi_0 pypi qm-qua 1.2.2 pypi_0 pypi qt 6.7.3 haa95532_0 qt-main 6.7.3 haa95532_0 qt5-applications 5.15.2.2.3 pypi_0 pypi qt5-tools 5.15.2.1.3 pypi_0 pypi qt5compat 6.7.3 hda331cc_0 qtbase 6.7.3 h0804d20_0 qtconsole 5.6.1 pypi_0 pypi qtdeclarative 6.7.3 h5da7b33_0 qtimageformats 6.7.3 h765896b_1 qtpy 2.4.3 pypi_0 pypi qtshadertools 6.7.3 h5da7b33_0 qtsvg 6.7.3 hf2fb9eb_0 qttools 6.7.3 h0de5f00_0 qttranslations 6.7.3 h5da7b33_0 qtwebchannel 6.7.3 h5da7b33_0 qtwebengine 6.7.3 hc184ec4_0 qtwebsockets 6.7.3 h5da7b33_0 referencing 0.36.2 pypi_0 pypi requests 2.32.3 pypi_0 pypi rfc3339-validator 0.1.4 py39haa95532_0 rfc3986-validator 0.1.1 py39haa95532_0 rpds-py 0.25.1 pypi_0 pypi rpyc 5.3.1 pypi_0 pypi ruamel-yaml 0.16.10 pypi_0 pypi ruamel-yaml-clib 0.2.0 pypi_0 pypi scipy 1.13.1 pypi_0 pypi send2trash 1.8.3 pypi_0 pypi setuptools 78.1.1 py39haa95532_0 shiboken2 5.15.2.1 pypi_0 pypi six 1.17.0 py39haa95532_0 smmap 5.0.2 pypi_0 pypi sniffio 1.3.1 pypi_0 pypi soupsieve 2.7 pypi_0 pypi sqlite 3.45.3 h2bbff1b_0 stack-data 0.6.3 pypi_0 pypi stack_data 0.2.0 pyhd3eb1b0_0 tbb 2022.1.0 pypi_0 pypi tcmlib 1.3.0 pypi_0 pypi tenacity 9.1.2 pypi_0 pypi terminado 0.18.1 pypi_0 pypi tinycss2 1.4.0 py39haa95532_0 tinydb 4.8.2 pypi_0 pypi tomli 2.2.1 pypi_0 pypi tornado 6.5 pypi_0 pypi tqdm 4.67.1 pypi_0 pypi traitlets 5.14.3 py39haa95532_0 types-python-dateutil 2.9.0.20250516 pypi_0 pypi typing-extensions 4.13.2 pypi_0 pypi typing_extensions 4.12.2 py39haa95532_0 tzdata 2025.2 pypi_0 pypi umf 0.10.0 pypi_0 pypi uncertainties 3.2.3 pypi_0 pypi uri-template 1.3.0 pypi_0 pypi urllib3 2.4.0 pypi_0 pypi vc 14.42 haa95532_5 vs2015_runtime 14.42.34433 hbfb602d_5 wakepy 0.10.2.post1 pypi_0 pypi wcwidth 0.2.13 py39haa95532_0 webcolors 24.11.1 pypi_0 pypi webencodings 0.5.1 pypi_0 pypi websocket-client 1.8.0 py39haa95532_0 werkzeug 3.1.3 pypi_0 pypi wheel 0.45.1 py39haa95532_0 widgetsnbextension 4.0.14 pypi_0 pypi win_inet_pton 1.1.0 py39haa95532_0 windfreak 0.3.0 pypi_0 pypi winpty 0.4.3 4 xz 5.6.4 h4754444_1 yaml 0.2.5 he774522_0 zeromq 4.3.5 hd77b12b_0 zipp 3.21.0 py39haa95532_0 zlib 1.2.13 h8cc25b3_1 zstd 1.5.6 h8880b57_0 conda env: name: qudi_opxplus channels: - defaults dependencies: - argon2-cffi-bindings=21.2.0=py39h827c3e9_1 - asttokens=3.0.0=py39haa95532_0 - backcall=0.2.0=pyhd3eb1b0_0 - beautifulsoup4=4.13.4=py39haa95532_0 - blas=1.0=mkl - bleach=6.2.0=py39haa95532_0 - brotlicffi=1.0.9.2=py39h5da7b33_1 - bzip2=1.0.8=h2bbff1b_6 - ca-certificates=2025.2.25=haa95532_0 - cffi=1.17.1=py39h827c3e9_1 - colorama=0.4.6=py39haa95532_0 - defusedxml=0.7.1=pyhd3eb1b0_0 - freeglut=3.4.0=hd77b12b_0 - h11=0.16.0=py39haa95532_0 - httpcore=1.0.9=py39haa95532_0 - httpx=0.28.1=py39haa95532_0 - icu=73.1=h6c2663c_0 - importlib_metadata=8.5.0=hd3eb1b0_0 - ipykernel=6.29.5=py39haa95532_1 - jinja2=3.1.6=py39haa95532_0 - jpeg=9e=h827c3e9_3 - jupyter-lsp=2.2.5=py39haa95532_0 - jupyter_client=8.6.3=py39haa95532_0 - jupyter_core=5.8.1=py39haa95532_0 - jupyter_events=0.12.0=py39haa95532_0 - jupyter_server=2.16.0=py39haa95532_0 - jupyter_server_terminals=0.5.3=py39haa95532_0 - jupyterlab_pygments=0.3.0=py39haa95532_0 - jupyterlab_server=2.27.3=py39haa95532_0 - krb5=1.20.1=h5b6d351_0 - lerc=4.0.0=h5da7b33_0 - libdeflate=1.22=h5bf469e_0 - libiconv=1.16=h2bbff1b_3 - libpng=1.6.39=h8cc25b3_0 - libpq=17.4=h70ee33d_0 - libsodium=1.0.18=h62dcd97_0 - libtiff=4.7.0=h404307b_0 - libwebp-base=1.3.2=h3d04722_1 - libxml2=2.13.8=h866ff63_0 - libxslt=1.1.41=h0739af5_0 - lxml=5.3.0=py39h395c83e_1 - lz4-c=1.9.4=h2bbff1b_1 - markupsafe=3.0.2=py39h827c3e9_0 - minizip=4.0.3=hb68bac4_0 - mkl-service=2.4.0=py39h827c3e9_2 - mkl_fft=1.3.11=py39h827c3e9_0 - mkl_random=1.2.8=py39hc64d2fc_0 - nbclient=0.10.2=py39haa95532_0 - nbconvert-core=7.16.6=py39haa95532_0 - nbformat=5.10.4=py39haa95532_0 - nest-asyncio=1.6.0=py39haa95532_0 - notebook=7.4.4=py39haa95532_0 - notebook-shim=0.2.4=py39haa95532_0 - numpy-base=1.23.5=py39h46c4fa8_1 - openssl=3.0.16=h3f729d1_0 - packaging=24.2=py39haa95532_0 - pickleshare=0.7.5=pyhd3eb1b0_1003 - pip=25.1=pyhc872135_2 - prometheus_client=0.21.1=py39haa95532_0 - pure_eval=0.2.2=pyhd3eb1b0_0 - pygments=2.19.1=py39haa95532_0 - pysocks=1.7.1=py39haa95532_0 - python=3.9.21=h8205438_1 - python-dateutil=2.9.0post0=py39haa95532_2 - python-fastjsonschema=2.20.0=py39haa95532_0 - pywinpty=2.0.15=py39h72d21ff_0 - pyyaml=6.0.2=py39h827c3e9_0 - qt=6.7.3=haa95532_0 - qt-main=6.7.3=haa95532_0 - qt5compat=6.7.3=hda331cc_0 - qtbase=6.7.3=h0804d20_0 - qtdeclarative=6.7.3=h5da7b33_0 - qtimageformats=6.7.3=h765896b_1 - qtshadertools=6.7.3=h5da7b33_0 - qtsvg=6.7.3=hf2fb9eb_0 - qttools=6.7.3=h0de5f00_0 - qttranslations=6.7.3=h5da7b33_0 - qtwebchannel=6.7.3=h5da7b33_0 - qtwebengine=6.7.3=hc184ec4_0 - qtwebsockets=6.7.3=h5da7b33_0 - rfc3339-validator=0.1.4=py39haa95532_0 - rfc3986-validator=0.1.1=py39haa95532_0 - setuptools=78.1.1=py39haa95532_0 - six=1.17.0=py39haa95532_0 - sqlite=3.45.3=h2bbff1b_0 - stack_data=0.2.0=pyhd3eb1b0_0 - tinycss2=1.4.0=py39haa95532_0 - traitlets=5.14.3=py39haa95532_0 - typing_extensions=4.12.2=py39haa95532_0 - vc=14.42=haa95532_5 - vs2015_runtime=14.42.34433=hbfb602d_5 - wcwidth=0.2.13=py39haa95532_0 - websocket-client=1.8.0=py39haa95532_0 - wheel=0.45.1=py39haa95532_0 - win_inet_pton=1.1.0=py39haa95532_0 - winpty=0.4.3=4 - xz=5.6.4=h4754444_1 - yaml=0.2.5=he774522_0 - zeromq=4.3.5=hd77b12b_0 - zipp=3.21.0=py39haa95532_0 - zlib=1.2.13=h8cc25b3_1 - zstd=1.5.6=h8880b57_0 - pip: - anyio==4.9.0 - argon2-cffi==23.1.0 - arrow==1.3.0 - asteval==1.0.6 - async-lru==2.0.5 - asyncio==3.4.3 - attrs==25.3.0 - babel==2.17.0 - betterproto==2.0.0b7 - bitarray==3.5.1 - bitstring==4.3.1 - certifi==2025.4.26 - charset-normalizer==3.4.2 - click==8.1.8 - comm==0.2.2 - contourpy==1.3.0 - cycler==0.12.1 - datadog-api-client==2.40.0 - debugpy==1.8.14 - decorator==5.2.1 - dependency-injector==4.48.1 - deprecation==2.1.0 - dill==0.4.0 - exceptiongroup==1.3.0 - executing==2.2.0 - fastjsonschema==2.21.1 - fonttools==4.58.0 - fqdn==1.5.1 - fysom==2.1.6 - gitdb==4.0.12 - gitpython==3.1.44 - grpcio==1.73.1 - grpclib==0.4.8 - h2==4.2.0 - hpack==4.1.0 - html5lib==1.1 - hyperframe==6.1.0 - idna==3.10 - importlib-metadata==8.7.0 - importlib-resources==6.5.2 - intel-cmplr-lib-ur==2025.1.1 - intel-openmp==2025.1.1 - ipython==7.23.1 - ipywidgets==8.1.7 - iso8601==2.1.0 - isoduration==20.11.0 - jedi==0.17.2 - json5==0.12.0 - jsonpointer==3.0.0 - jsonschema==4.23.0 - jsonschema-specifications==2025.4.1 - jupyter-console==6.6.3 - jupyter-core==5.7.2 - jupyterlab==4.4.5 - jupyterlab-widgets==3.0.15 - kiwisolver==1.4.7 - lakeshore==1.8.1 - lmfit==1.0.1 - marshmallow==3.26.1 - marshmallow-polyfield==5.11 - matplotlib==3.9.4 - matplotlib-inline==0.1.7 - mistune==3.1.3 - mkl==2025.1.0 - multidict==6.6.3 - numpy==1.23.4 - overrides==7.7.0 - pandas==2.2.3 - pandocfilters==1.5.1 - parso==0.7.1 - pillow==11.2.1 - platformdirs==4.3.8 - plotly==5.24.1 - plumbum==1.9.0 - prometheus-client==0.22.0 - prompt-toolkit==3.0.51 - protobuf==3.20.3 - psutil==7.0.0 - pure-eval==0.2.3 - pycparser==2.22 - pydaqmx==1.4.7 - pyparsing==3.2.3 - pyqt5==5.15.9 - pyqt5-plugins==5.15.9.2.3 - pyqt5-qt5==5.15.2 - pyqt5-sip==12.17.0 - pyqt5-tools==5.15.9.3.3 - pyqtgraph==0.13.7 - pyserial==3.5 - pyside2==5.15.2.1 - python-dotenv==1.1.0 - python-json-logger==3.3.0 - pytz==2025.2 - pyvisa==1.10.1 - pywin32==310 - pyzmq==26.4.0 - qm-octave==2.1.3 - qm-qua==1.2.2 - qt5-applications==5.15.2.2.3 - qt5-tools==5.15.2.1.3 - qtconsole==5.6.1 - qtpy==2.4.3 - referencing==0.36.2 - requests==2.32.3 - rpds-py==0.25.1 - rpyc==5.3.1 - ruamel-yaml==0.16.10 - ruamel-yaml-clib==0.2.0 - scipy==1.13.1 - send2trash==1.8.3 - shiboken2==5.15.2.1 - smmap==5.0.2 - sniffio==1.3.1 - soupsieve==2.7 - stack-data==0.6.3 - tbb==2022.1.0 - tcmlib==1.3.0 - tenacity==9.1.2 - terminado==0.18.1 - tinydb==4.8.2 - tomli==2.2.1 - tornado==6.5 - tqdm==4.67.1 - types-python-dateutil==2.9.0.20250516 - typing-extensions==4.13.2 - tzdata==2025.2 - umf==0.10.0 - uncertainties==3.2.3 - uri-template==1.3.0 - urllib3==2.4.0 - wakepy==0.10.2.post1 - webcolors==24.11.1 - webencodings==0.5.1 - werkzeug==3.1.3 - widgetsnbextension==4.0.14 - windfreak==0.3.0 prefix: C:\Users\Administrator\Anaconda3\envs\qudi_opxplus
Command Line Output
fig files [D 2025-07-24 15:48:41.665 ServerApp] Looking for jupyter_config in C:\Users\Administrator\AppData\Roaming\Python\etc\jupyter [D 2025-07-24 15:48:41.666 ServerApp] Looking for jupyter_config in C:\Users\Administrator\.jupyter [D 2025-07-24 15:48:41.667 ServerApp] Looking for jupyter_config in C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\etc\jupyter [D 2025-07-24 15:48:41.670 ServerApp] Looking for jupyter_server_config in C:\Users\Administrator\AppData\Roaming\Python\etc\jupyter [D 2025-07-24 15:48:41.670 ServerApp] Looking for jupyter_server_config in C:\Users\Administrator\.jupyter [D 2025-07-24 15:48:41.671 ServerApp] Looking for jupyter_server_config in C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\etc\jupyter [D 2025-07-24 15:48:41.685 ServerApp] Paths used for configuration of jupyter_server_config: C:\Users\Administrator\AppData\Roaming\Python\etc\jupyter\jupyter_server_config.d\jupyter-lsp-jupyter-server.json C:\Users\Administrator\AppData\Roaming\Python\etc\jupyter\jupyter_server_config.d\jupyter_server_terminals.json C:\Users\Administrator\AppData\Roaming\Python\etc\jupyter\jupyter_server_config.d\notebook_shim.json C:\Users\Administrator\AppData\Roaming\Python\etc\jupyter\jupyter_server_config.json [D 2025-07-24 15:48:41.689 ServerApp] Paths used for configuration of jupyter_server_config: C:\Users\Administrator\.jupyter\jupyter_server_config.json [D 2025-07-24 15:48:41.690 ServerApp] Paths used for configuration of jupyter_server_config: C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\etc\jupyter\jupyter_server_config.d\jupyter-lsp-jupyter-server.json C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\etc\jupyter\jupyter_server_config.d\jupyter_server_terminals.json C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\etc\jupyter\jupyter_server_config.d\jupyterlab.json C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\etc\jupyter\jupyter_server_config.d\notebook.json C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\etc\jupyter\jupyter_server_config.d\notebook_shim.json C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\etc\jupyter\jupyter_server_config.json [D 2025-07-24 15:48:41.708 ServerApp] Extension package notebook took 0.0000s to import [D 2025-07-24 15:48:41.782 ServerApp] Extension package jupyter_lsp took 0.0731s to import [D 2025-07-24 15:48:41.837 ServerApp] Extension package jupyter_server_terminals took 0.0533s to import [D 2025-07-24 15:48:41.837 ServerApp] Extension package jupyterlab took 0.0001s to import [D 2025-07-24 15:48:42.086 ServerApp] Paths used for configuration of page_config: C:\Users\Administrator\Anaconda3\envs\qudi_opxplus\etc\jupyter\labconfig\page_config.json [D 2025-07-24 15:48:42.088 ServerApp] Paths used for configuration of page_config:The rest can be found in my dropbox (too long).