Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 上安装 Raku 模块 «Termbox» 模块失败:
Powershell> zef install Termbox Failed to find dependencies: python:from<bin>.
我已经在电脑上安装了 Python (v3),但这并没有帮助。
是否可以解决此问题,以便可以安装模块?
(此外,该模块是否真的可以与 Powershell 一起使用?)
您可以通过 忽略依赖项--exclude=Foo,因此:
--exclude=Foo
zef install Termbox --exclude=python
(该错误消息中可能应该有关于此选项的注释)
一旦通过该步骤,该模块是否真的可以与 PowerShell 一起使用?我认为真正的问题是它是否真的适用于 Windows 时期,对此我没有答案。