Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tonymacx86PRO opened this issue Jan 18, 2022 · 2 comments
Open

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

tonymacx86PRO opened this issue Jan 18, 2022 · 2 comments

Comments

@tonymacx86PRO
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants