You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The azure-cli and jupyter_server have conflicting version dependencies on the websocket-client. Azure-cli (2.70.0) expects ~=1.3.1 and jupyter_server (2.15.0) expects >= 1.7.
To Reproduce
This was discovered during a clean clone and setup of the project in VSC. Later, I used a clean dev container but with the same results. Using "pip check" will show the dependency failure based on the websocket-client version installed.
Expected behavior
It's not clear how to resolve this conflict.
Desktop (please complete the following information):
OS: Windows 11
Visual Studio Code: v 1.98.2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The azure-cli and jupyter_server have conflicting version dependencies on the websocket-client. Azure-cli (2.70.0) expects ~=1.3.1 and jupyter_server (2.15.0) expects >= 1.7.
To Reproduce
This was discovered during a clean clone and setup of the project in VSC. Later, I used a clean dev container but with the same results. Using "pip check" will show the dependency failure based on the websocket-client version installed.
Expected behavior
It's not clear how to resolve this conflict.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: