in reply to Re^2: Unable to install module IO::Async::Loop on windows 10 strawberry Perl
in thread Unable to install module IO::Async::Loop on windows 10 strawberry Perl
It is always Future-IO which fails. Which is required for testing, maybe? By an unknown reason io:async is now installed. I installed it again and again, by usingRunning Build install for PEVANS/Future-IO-0.13.tar.gz Building Future-IO Installing C:\STRAWB~1\perl\site\lib\Future\IO.pm Installing C:\STRAWB~1\perl\site\lib\Future\IO\ImplBase.pm Installing C:\STRAWB~1\perl\site\lib\Future\IO\System.pm Installing C:\STRAWB~1\perl\site\lib\Test\Future\IO\Impl.pm PEVANS/Future-IO-0.13.tar.gz C:\Strawberry\perl\bin\perl.exe ./Build install --uninst 1 -- OK Stopping: 'install' failed for 'Test::Future::IO::Impl'.
all failed. Once I executed on the pure cmd command line, because i was thinking the force does work and I did something wrong.cpan -if io:async or cpan -f io:async
I learned this command is wrong, it try to install the package "force" which was not found. But it installed a package: "install". For now I don`t know what it is. Afterwarrds it tries to install io:async and i got the message io:async is already up to date. I don not understand. Now it is running and working with my actual cases, but I do not know if I be able to reproduce it, on my final Windows 10 System / Environment. Thanks for any help or hint carstencpan force install io:async
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Unable to install module IO::Async::Loop on windows 10 strawberry Perl
by pryrt (Abbot) on Feb 22, 2023 at 17:11 UTC | |
by carsten73 (Initiate) on Feb 23, 2023 at 12:45 UTC | |
|
Re^4: Unable to install module IO::Async::Loop on windows 10 strawberry Perl
by Anonymous Monk on Feb 22, 2023 at 20:55 UTC |