1 pip 安装了哪些包
2 包安装在哪里了
python
thirty-two@tt:~/Desktop$ pip show openai
Name: openai
Version: 1.19.0
Summary: The official Python library for the openai API
Home-page:
Author:
Author-email: OpenAI <support@openai.com>
License:
Location: /home/thirty-two/.local/lib/python3.10/site-packages
Requires: anyio, distro, httpx, pydantic, sniffio, tqdm, typing-extensions
Required-by:
thirty-two@tt:~/Desktop$