"ModuleNotFoundError: No module named 'pyexpat'" when run pip install on embedded Python #11670
Closed
1 task done
Labels
resolution: wrong project
Should be reported elsewhere
Description
ModuleNotFoundError: No module named 'pyexpat'
is raised when use pip install on embedded Python..\python.exe -c 'import xml.parsers.expat'
works fine.Related issue: Azure/azure-cli#24781
Expected behavior
No error raises
pip version
22.3.1
Python version
3.10.9
OS
Windows 11
How to Reproduce
curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
.\python.exe -m pip install pwinput
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: