Changes between Initial Version and Version 1 of Ticket #69357
- Timestamp:
- Feb 17, 2024, 11:46:53 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69357
- Property Owner set to stromnov
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
jupyter lab fails to launch
topy311-jupyterlab: jupyter lab fails to launch: ImportError: cannot import name 'run_sync_in_worker_thread' from 'anyio'
- Property Port py311-jupyterlab added; py312-jupyter-lab removed
-
Ticket #69357 – Description
initial v1 1 1 Under the latest version of macOS Sonoma (14.3.1) running on a late 2020 15" MacBook Pro, the command "jupyter lab" fails with the following error: 2 2 3 {{{ 3 4 Traceback (most recent call last): 4 5 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/bin/jupyter-lab", line 33, in <module> … … 39 40 from anyio import run_sync_in_worker_thread 40 41 ImportError: cannot import name 'run_sync_in_worker_thread' from 'anyio' (/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/anyio/__init__.py) 42 }}}