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

Imageio: 'freeimage-3.15.1-win64.dll' was not found on your computer; downloading it now. #287

Closed
Harrison12315 opened this issue Mar 9, 2020 · 2 comments

Comments

@Harrison12315
Copy link

According to the error message, I was missing a file called 'freeimage-3.15.1-win64.dll', but I still reported an error after downloading the file from the Internet and putting it to C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\BlenderGIS-master\core\lib\imageio

There is the Log inside Blender:

DEBUG:BlenderGIS-master.core.checkdeps:9:GDAL Python binding unavailable
DEBUG:BlenderGIS-master.core.checkdeps:20:PyProj unavailable
DEBUG:BlenderGIS-master.core.checkdeps:31:Pillow unavailable
ERROR:BlenderGIS-master.core.checkdeps:42:Cannot install ImageIO's Freeimage plugin
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\BlenderGIS-master\core\checkdeps.py", line 40, in
imageio.plugins._freeimage.get_freeimage_lib() #try to download freeimage lib
File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\BlenderGIS-master\core\lib\imageio\plugins_freeimage.py", line 54, in get_freeimage_lib
return get_remote_file('freeimage/' + FNAME_PER_PLATFORM[plat])
File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\BlenderGIS-master\core\lib\imageio\core\fetching.py", line 98, in get_remote_file
_fetch_file(url, filename)
File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\BlenderGIS-master\core\lib\imageio\core\fetching.py", line 154, in _fetch_file
os.path.basename(file_name))
OSError: Unable to download 'freeimage-3.15.1-win64.dll'. Perhaps there is a no internet connection? If there is, please report this problem.

So ,please help the poor child!

@domlysz
Copy link
Owner

domlysz commented Mar 9, 2020

in fact you must put the dll into :

Blender\2.82\scripts\addons\BlenderGIS-master\core\lib\imageio\resources\freeimage

(the freeimage subfolder must be created)

@domlysz
Copy link
Owner

domlysz commented Mar 9, 2020

duplicate #265

@domlysz domlysz closed this as completed Mar 9, 2020
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

2 participants