Closed simonaubertbd closed 3 months ago
Thanks Simon, I wonder how I could have let an error like this go through because I had tested it but missed it. I fixed it and released a new version. Sorry for the issue! Updating it to 0.5.4 should work now!
Hello,
I just installed the last release. No issue during installation but unable to start amphi
`C:\Users\saubert>amphi start Received command: start Workspace directory: . Port: 8888 IP: localhost Python executable: C:\Users\saubert\AppData\Local\Programs\Python\Python312\python.exe Environment PATH: C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin;C:\Program Files\Eclipse Adoptium\jdk-17.0.8.7-hotspot\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\saubert\AppData\Local\Programs\Python\Python312\Scripts\;C:\Users\saubert\AppData\Local\Programs\Python\Python312\;C:\Users\saubert\AppData\Local\Microsoft\WindowsApps;;C:\Users\saubert\AppData\Local\Programs\Microsoft VS Code\bin Running JupyterLab command: C:\Users\saubert\AppData\Local\Programs\Python\Python312\python.exe -m jupyter lab --notebook-dir=. --port=8888 --ip=localhost, --ContentManager.allow_hidden=true [I 2024-08-01 11:02:29.323 ServerApp] jupyter_lsp | extension was successfully linked. [I 2024-08-01 11:02:29.333 ServerApp] jupyter_server_mathjax | extension was successfully linked. [I 2024-08-01 11:02:29.339 ServerApp] jupyter_server_terminals | extension was successfully linked. [I 2024-08-01 11:02:29.348 ServerApp] jupyterlab | extension was successfully linked. [I 2024-08-01 11:02:29.348 ServerApp] jupyterlab_git | extension was successfully linked. [I 2024-08-01 11:02:29.349 ServerApp] nbdime | extension was successfully linked. [W 2024-08-01 11:02:29.359 ServerApp] notebook_shim | error linking extension: [Errno 11001] getaddrinfo failed Traceback (most recent call last): File "C:\Users\saubert\AppData\Local\Programs\Python\Python312\Lib\site-packages\traitlets\traitlets.py", line 632, in get value = obj._trait_values[self.name]