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

No imageIO module #265

Closed
nijiushi1 opened this issue Feb 16, 2020 · 22 comments
Closed

No imageIO module #265

nijiushi1 opened this issue Feb 16, 2020 · 22 comments

Comments

@nijiushi1
Copy link

nijiushi1 commented Feb 16, 2020

No imaging library available. ImageIO module was not correctly installed. Please reinstall it or try to install Python GDAL or Pillow module

this is my problem,when i start BlenderGIS
reinstall it 3 times
thank you

@enzyme69
Copy link

Try using Blender 2.83 alpha~

@domlysz domlysz changed the title hellow,i cant use it,can you help me. No imageIO module Feb 16, 2020
@domlysz
Copy link
Owner

domlysz commented Feb 16, 2020

@nijiushi1 please report logging informations. Start Blender through a system console and report back the messages printed.

@wushuanger
Copy link

i have the same problem. here is the log:

Modules Installed (BlenderGIS-master) from 'C:\Users\HP\Desktop\BlenderGIS-master.zip' into 'C:\Users\HP\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons'
bpy.data.window_managers["WinMan"].addon_search = "node"
bpy.ops.object.editmode_toggle()
No imaging library available. ImageIO module was not correctly installed. Please reinstall it or try to install Python GDAL or Pillow module

thanks.

@domlysz
Copy link
Owner

domlysz commented Feb 16, 2020

Python logs as reported in the system console not Blender one, on Windows os you can open the console through the window menu of Blender, more specific information about the error will be reported here

@nijiushi1
Copy link
Author

nijiushi1 commented Feb 17, 2020 via email

@nijiushi1
Copy link
Author

Read prefs: C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.82\config\userpref.blend
found bundled python: E:\blender-2.82-windows64\2.82\python
Imageio: 'freeimage-3.15.1-win64.dll' was not found on your computer; downloading it now.
Error while fetching file: <urlopen error [WinError 10054] 杩滅▼涓绘満寮鸿揩鍏抽棴浜嗕竴涓幇鏈夌殑杩炴帴銆?.

is this?@domlysz

@domlysz
Copy link
Owner

domlysz commented Feb 17, 2020

When the addon is enabled for the first time, it download an extra library named ImageIO. If the download fails then the basemap function will not be usable and will raise the 'Non ImageIO' error. There are many reasons that can cause the download failure. In this case the download fails with the Windows Sockets Error Codes 10054 : Connection reset by peer.

An existing connection was forcibly closed by the remote host. This normally results if the peer application on the remote host is suddenly stopped, the host is rebooted, the host or remote network interface is disabled, or the remote host uses a hard close. This error may also result if a connection was broken down (using a proxy or a firewall may be in cause here)

So it's hard to determine precisely what's wrong here, but the binaries files needed by ImageIO are available here : https://github.com/imageio/imageio-binaries/tree/master/freeimage

So you can download the right version and paste the file into
your_addons_folder/BlenderGIS/core/lib/imageio/resources/freeimage

@nijiushi1
Copy link
Author

@nijiushi1 nijiushi1 reopened this Feb 18, 2020
@nijiushi1
Copy link
Author

i try it,but it's the same problem.
thanks.

@nijiushi1
Copy link
Author

3
4
1
2

@reekystive
Copy link

reekystive commented Feb 19, 2020

I have the same problem.
Here is the error:

No imaging library available. ImageIO module was not correctly installed.
Please reinstall it or try to install Python GDAL or Pillow module.

Using Blender v2.82.7 on Steam.
Thanks.

@reekystive
Copy link

I have the same problem.
Here is the error:

No imaging library available. ImageIO module was not correctly installed.
Please reinstall it or try to install Python GDAL or Pillow module.

Using Blender v2.82.7 on Steam.
Thanks.

I just restarted Blender and it automatically installed ImageIO. problem solved.

@nijiushi1
Copy link
Author

@reekystive Thanks,i try it,it's still not work.

@cyhunter
Copy link

I have the same problem. Try it,it's still not work.

@nijiushi1
Copy link
Author

i restart it 10min a time,lasted 10hour,and it's work.thanks alot.@domlysz

@jeff-song1122
Copy link

jeff-song1122 commented Mar 7, 2020

I have the same problem. it's still not working!Using Blender v2.82.7

@domlysz
Copy link
Owner

domlysz commented Mar 9, 2020

The workaround is now detailled into the FAQ
https://github.com/domlysz/BlenderGIS/wiki/FAQ#How-to-resolve-the-No-ImageIO-error-

@HarikalarKutusu
Copy link

HarikalarKutusu commented Feb 23, 2021

This happened to me as my firewall popped-up. While I was allowing it, it was too late. The suggested method worked (after restarting Blender).

@KudriavtsevAlex
Copy link

Download your version from https://github.com/imageio/imageio-binaries/tree/master/freeimage
and put it to
C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\lib\imageio\resources\freeimage
if there is no freeimage folder - creat it
restart blender
good luck!

@g-i-o-r-g-i-o
Copy link

manual install solves nothing... no error message, but blendergis still doesn't load any image

@StelleLee
Copy link

When the addon is enabled for the first time, it download an extra library named ImageIO. If the download fails then the basemap function will not be usable and will raise the 'Non ImageIO' error. There are many reasons that can cause the download failure. In this case the download fails with the Windows Sockets Error Codes 10054 : Connection reset by peer.

An existing connection was forcibly closed by the remote host. This normally results if the peer application on the remote host is suddenly stopped, the host is rebooted, the host or remote network interface is disabled, or the remote host uses a hard close. This error may also result if a connection was broken down (using a proxy or a firewall may be in cause here)

So it's hard to determine precisely what's wrong here, but the binaries files needed by ImageIO are available here : https://github.com/imageio/imageio-binaries/tree/master/freeimage

So you can download the right version and paste the file into
your_addons_folder/BlenderGIS/core/lib/imageio/resources/freeimage

cannot download this freeimage file for ios

@g-i-o-r-g-i-o
Copy link

g-i-o-r-g-i-o commented May 8, 2021 via email

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