Azure / Azure/azure-sdk-for-python

[SDK generation] unexpected error log

Open
#40,110 1 comment 0 reactions 1 assignee Claimed by @msyyc View on GitHub
Dominant language
Python
Stars
5.6k
Forks
3.4k
Avg merge
1d 21h
Merged PRs (30d)
193

Description

When generate SDK locally with the following steps:
```
npm install -g @azure-tools/typespec-client-generator-cli
python -m venv .venv

.\.venv\Scripts\Activate.ps1

python .\scripts\dev_setup.py -p azure-core

pip install tox

pip install setuptools==70.0.0

python -m packaging_tools.sdk_generator ..\generatedInput.json ..\temp.json

python -m packaging_tools.sdk_package ..\temp.json ..\generatedOutput.json
```

The following error found in logs:

![Image](https://github.com/user-attachments/assets/85207105-9a3b-4be5-bd98-89b4e5aab917)

![Image](https://github.com/user-attachments/assets/70db1543-00c9-45bd-9adf-7be6076f2597)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.