eliemichel / MapsModelsImporter

A Blender add-on to import models from google maps
https://blog.exppad.com/article/importing-actual-3d-models-from-google-maps
GNU General Public License v3.0
2.44k stars 299 forks source link

Error when installing MapsModelsImporter in blender #268

Open minmin1028 opened 1 year ago

minmin1028 commented 1 year ago

Hi, I'm unable to install MapsModelsImporter into blender and also can't import RDC files of samples.

Thanks for your help!

Copy from blender info log: - 1_Maps Models Importer v0.6.0

_Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\startup\bloperators\userpref.py", line 727, in execute print(msg) OSError: [WinError 233] 管道的另一端上無任何處理程序。 - 2_Maps Models Importer v0.6.2

_Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\startup\bl_operators\userpref.py", line 699, in execute addons_new = {mod.name for mod in addon_utils.modules()} - addons_old File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\modules\addon_utils.py", line 190, in modules modules_refresh(module_cache=module_cache) File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\modules\addon_utils.py", line 163, in modulesrefresh print(OSError: [WinError 233] 管道的另一端上無任何處理程序。 - 3_Import bigben.rdc files

_Python: Traceback (most recent call last): File "C:\Users\mark8\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps.py", line 82, in captureToFiles out = subprocess.check_output([python, SCRIPT_PATH, filepath, prefix, str(max_blocks)], stderr=subprocess.STDOUT, text=True) File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\python\lib\subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\python\lib\subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['C:\Program Files\Blender Foundation\Blender 3.4\3.4\python\bin\python.exe', 'C:\Users\mark8\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps_rd.py', 'C:\Users\mark8\Downloads\bigben-RD_1.25.rdc', 'C:\Users\mark8\Downloads\bigben-RD_1.25-qjhibem\bigben-RD_1.25-', '-1']' returned non-zero exit status 3221225794.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\mark8\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\operators.py", line 54, in execute importCapture(context, self.filepath, self.max_blocks, pref) File "C:\Users\mark8\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps.py", line 371, in importCapture captureToFiles(context, filepath, prefix, max_blocks) File "C:\Users\mark8\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps.py", line 101, in captureToFiles ERROR_MESSAGE = MSG_UNKNOWNERROR + "\nReturncode: " + err.returncode TypeError: can only concatenate str (not "int") to str

060 062 import