Attempting to install the azure.ai.agents extension with the azure.ai.inspector dependency from local source gave me "ERROR: dependency azure.ai.inspector required by azure.ai.agents was not found".
From what I can tell, it's not that the extension couldn't be found, it's that the version it had reference to didn't fit the required constraints of the agents extension. This is confusing and can possibly lead down an incorrect debugging path, it would be great if the error message could distinguish between the two error types.
Attempting to install the
azure.ai.agentsextension with theazure.ai.inspectordependency from local source gave me "ERROR: dependency azure.ai.inspector required by azure.ai.agents was not found".From what I can tell, it's not that the extension couldn't be found, it's that the version it had reference to didn't fit the required constraints of the
agentsextension. This is confusing and can possibly lead down an incorrect debugging path, it would be great if the error message could distinguish between the two error types.