microsoft / malmo

Project Malmo is a platform for Artificial Intelligence experimentation and research built on top of Minecraft. We aim to inspire a new generation of research into challenging new problems presented by this unique environment. --- For installation instructions, scroll down to *Getting Started* below, or visit the project page for more information:
https://www.microsoft.com/en-us/research/project/project-malmo/
MIT License
4.1k stars 600 forks source link

Don't work malmo_install.ps1 (Windows) #922

Open tonymacx86PRO opened 2 years ago

tonymacx86PRO commented 2 years ago

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

===================== 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.

addis2123 commented 2 years ago

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.

allarassemjonathan commented 2 years ago

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