You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\Files\Malmo\scripts> .\malmo_install.ps1
WARNING: The names of some imported commands from the module 'malmo_lib' include unapproved verbs that might make them
less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose
parameter. For a list of approved verbs, type Get-Verb.
Directory: C:\Users\alber
Mode LastWriteTime Length Name
d----- 18/01/2022 22:41 temp
Looking for C:\Files\Malmo\malmo.properties
A lot of those dependency files that script is downloading are gone. The URL they call is dead. You may be able to find new links or try your hand at updating the dependencies. But I warn, it is and will be an uphill battle.
I provided an answer to this problem at #911. Basically, the zeranoe's link is dead so you can download the dependency from here. Also in the malmo_install file remove FFmpeg from the list of dependencies to download. I think there is an InstallList somewhere in the code, just make sure that FFmpeg is removed since you downloaded it manually.
Link to download the new zip: https://github.com/ottverse/ffmpeg-builds/raw/master/ffmpeg-20210804-65fdc0e589-win64-static.zip
PS C:\Files\Malmo\scripts> .\malmo_install.ps1
WARNING: The names of some imported commands from the module 'malmo_lib' include unapproved verbs that might make them
less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose
parameter. For a list of approved verbs, type Get-Verb.
Mode LastWriteTime Length Name
d----- 18/01/2022 22:41 temp
Looking for C:\Files\Malmo\malmo.properties
=====================
Checking dependencies
Install-7Zip;
Install-Ffmpeg;
Install-Python3
7-Zip already installed.
True
=================
Installing ffmpeg
Downloading http://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-latest-win64-static.zip to \Users\alber\temp\ffmpeg.zip ...
Exception calling "DownloadFile" with "2" argument(s): "The remote name could not be resolved: 'ffmpeg.zeranoe.com'"
An error occurred, please check for error messages above. If the error persists, please raise an issue on https://github.com/Microsoft/malmo.
The text was updated successfully, but these errors were encountered: