mypy-extensions 1.0.0 pip 24.0 typing_extensions 4.9.0 如你所见,在受管理的虚拟环境中没有 setuptools。原来,pipx 创建的是只包含安装包及其依赖的最小化环境。这是因为 pipx 在运行 venv 模块时使用了 --without-pip 开关,这样就跳过了 pip 和 setuptools 这类包的安装。因此,你需要手动安装 setuptools。
typing-extensions's releases. 4.12.2 Fix regression in v4.12.0 where specialization of certain generics with an overridden__eq__method would raise errors. Patch by Jelle Zijlstra. Fix tests so they pass on 3.13.0b2 4.12.1 Preliminary changes for compatibility with the draft implementation of ...
crypto==1.4.1 future==0.18.2 idna==3.3 k3cloud-webapi-sdk==3.0.3 Naked==0.1.31 numpy==1.21.5 pandas==1.3.5 pycryptodome==3.14.1 python-dateutil==2.8.2 python-snappy==0.6.1 pytz==2022.1 PyYAML==6.0 requests==2.27.1 shellescape==3.8.1 six==1.16.0 typing_extensions==4.1.1 urll...
typing = ["importlib-metadata (>=5.1)", "mypy (>=1.5.0,<1.6.0)", "tomli", "typing-extensions (>=3.7.4.3)"] virtualenv = ["virtualenv (>=20.0.35)"] 定义 包管理工具能够下载和安装库及其依赖项。 动机 为什么我们需要包?包允许我们定义模块的层次结构并使用"."语法,例如from package.module...
typing-extensions Required-by: fastapi, gradio, lagent, langchain, langchain-core, langsmith, pydantic-settings (base) D:\Workspace\xxx\MindSearch> pip uninstall pydantic Found existing installation: pydantic 2.6.4 Uninstalling pydantic-2.6.4: Would remove: c:\users\xxx\appdata\roaming\python\py...
mypy-extensions 1.0.0 pip 24.0 typing_extensions 4.9.0 如你所见,在受管理的虚拟环境中没有 setuptools。原来,pipx 创建的是只包含安装包及其依赖的最小化环境。这是因为 pipx 在运行 venv 模块时使用了 --without-pip 开关,这样就跳过了 pip 和 setuptools 这类包的安装。因此,你需要手动安装 setuptools。
typing-extensions==4.5.0 urllib3==2.0.2 webencodings==0.5.1 yarg==0.1.9 zipp==3.15.0 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29.
I think you need to update the typing_extensions version in Pyodide. 👍1 hoodmane commented on Feb 14, 2025 hoodmane on Feb 14, 2025 Member But why does httpx need ssl with Pyodide? I'm pretty sure @joemarshall didn't intend it to be required so we should try to fix it there....
[root@node1 ~]# pip3 list click==8.0.4 dataclasses==0.8 Flask==2.0.3 importlib-metadata==4.8.3 itsdangerous==2.0.1 Jinja2==3.0.3 MarkupSafe==2.0.1 pip==9.0.3 setuptools==39.2.0 typing-extensions==4.1.1 Werkzeug==2.0.3 zipp==3.6.0 [root@node1 ~]# 1234567891011121314 可以看到...
itemadapter-0.9.0 itemloaders-1.3.1 jmespath-1.0.1 lxml-5.3.0 packaging-24.1 parsel-1.9.1 priority-1.3.0protego-0.3.1pyOpenSSL-24.2.1 pyasn1-0.6.0 pyasn1-modules-0.4.0 pycparser-2.22 queuelib-1.7.0 scrapy-2.5.1 service-identity-24.1.0 typing-extensions-4.12.2 w3lib-2.2.1 zope....