Table of contents
Pip
Install
References:
Issues:
Notes:
-
extra_index_urlargument1pip install torch==1.12.0+cu116 torchvision==0.13.0+cu116 --extra-index-url https://download.pytorch.org/whl/cu116 -
pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html1 2 3 4 5 6 7 8 9 10 11 12 13 14 15# environment.yaml for conda name: CONDA_ENV_NAME channels: - pytorch - conda-forge - defaults dependencies: - python=3.8 - pip - matplotlib=3.4.3 - numpy - pip: - torch==1.9.0+cu111 - torchvision==0.10.0+cu111 - -f https://download.pytorch.org/whl/torch_stable.html -
git
-UUpgrade specified packagesr2-Docs
cache
(2024-04-07)
pip uses incorrect cached package version, instead of the user-specified version - SO
|
|
to read
(2024-05-21)
Poetry
Problems:
- 王树义’s project uses
poetry installr1-Bilibili. What ispoetry?
References:
- 如何安装使用我的 Web 界面 AI 工作流? workflows_with_litellm_pub 设置运行详解 - Bilibili - 王树义老师
- wshuyi/workflows_with_litellm_pub - GitHub
- [DeepSeek](https://chat.deepseek.com/a/chat/s/d42679bc-3281-40fa-9616-2f4c292ef5e3)
Notes:
(2025-04-03)
- The similarities between poetry and condar3-DS.
GUI
tkinter
-
Widgets
-
References:
-
Python GUI Programming: Your Tkinter Tutorial - Real Python
- Searched by
python gui tkinterin DDG
- Searched by
-
Python GUI Programming: Your Tkinter Tutorial - Real Python
-
- Gemini 2.5P - Python 文件间 Tkinter 按钮控制
Supports:
(2025-07-31T22:21)
- Widgets have similar attributes: text, foreground, background, size r1-RealPython
-
Events
-
References:
-
Supports:
(2025-08-01T07:10)
- command r1-RealPython
(2025-08-01T17:10)
- Need a separate stop signal for each function to achieve stop a function while starting another r2-Gemini
-
-
Protocol
-
References:
-
Supports:
(2025-08-01T17:12)
- Execute functions before closing the window r2-Gemini
-
pyinstaller
-
pyinstaller
-
References:
-
dhruvansh-patel/Python-GUI-to-EXE-Builder - GitHub
- Searched by
python gui build to exein DDG
- Searched by
-
dhruvansh-patel/Python-GUI-to-EXE-Builder - GitHub
-