Installation of the Raku module «Termbox» module fails on windows:
Powershell> zef install Termbox
Failed to find dependencies: python:from<bin>.
I have installed Python (v3) on the pc, but that does not help.
Is it possible to fix this, so that the module can be installed?
(And also, will the module actually work with Powershell?)
You can ignore a dependency via --exclude=Foo
, so:
zef install Termbox --exclude=python
(there should probably be a note in that error message about this option)
Will that module actually work with PowerShell once getting past that step? I think the real question is does it actually work on Windows period, and for that I don't have an answer.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With