RW31450
deepin
2025-03-29 14:15 解决了: 需要在虚拟环境下安装
1 创建virtual环境 python3 -m venv /home/tiger/venv
2 进入virtual环境 source /home/tiger/venv/bin/activate
3 安装texual: (venv) tiger:~/venv/bin$ pip install textual
Reply Like 0 View the author
解决了: 需要在虚拟环境下安装
1 创建virtual环境 python3 -m venv /home/tiger/venv
2 进入virtual环境 source /home/tiger/venv/bin/activate
3 安装texual: (venv) tiger:~/venv/bin$ pip install textual
Popular Ranking
ChangePopular Events
More
V25 : 请教如何安装 python textual, 有安装成功的吗?
tiger@tianyuan:~/Downloads$pipx install textual
Note: Dependent package 'markdown-it-py' contains 1 apps
Note: Dependent package 'pygments' contains 1 apps
No apps associated with package textual. Try again with '--include-deps' to include apps of dependent
packages, which are listed above. If you are attempting to install a library, pipx should not be used.
Consider using pip or a similar tool instead.