-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
Try using Blender 2.83 alpha~ |
@nijiushi1 please report logging informations. Start Blender through a system console and report back the messages printed. |
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' thanks. |
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 |
thanks
how can i find the log in windos os.
…------------------ 原始邮件 ------------------
发件人: "domlysz"<[email protected]>;
发送时间: 2020年2月17日(星期一) 上午7:52
收件人: "domlysz/BlenderGIS"<[email protected]>;
抄送: "周华"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [domlysz/BlenderGIS] No imageIO module (#265)
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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Read prefs: C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.82\config\userpref.blend is this?@domlysz |
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 |
i try it,but it's the same problem. |
I have the same problem.
Using Blender v2.82.7 on Steam. |
I just restarted Blender and it automatically installed ImageIO. problem solved. |
@reekystive Thanks,i try it,it's still not work. |
I have the same problem. Try it,it's still not work. |
i restart it 10min a time,lasted 10hour,and it's work.thanks alot.@domlysz |
I have the same problem. it's still not working!Using Blender v2.82.7 |
The workaround is now detailled into the FAQ |
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). |
Download your version from https://github.com/imageio/imageio-binaries/tree/master/freeimage |
manual install solves nothing... no error message, but blendergis still doesn't load any image |
cannot download this freeimage file for ios |
Even if you could, manually downloading often solves nothing
Il sab 8 mag 2021, 03:03 StelleLee ***@***.***> ha scritto:
… 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
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#265 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACG2GHCSS7TOUEWZR2PFUWTTMSEVFANCNFSM4KWAQIYA>
.
|
Put it to: |
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
The text was updated successfully, but these errors were encountered: