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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: