SolidLink95 / Models-Resource-Blender-Importer

Importing 3D models from https://www.models-resource.com/ in Blender UI
GNU General Public License v3.0
6 stars 1 forks source link

Not working in Blender 3.3.0 #1

Open zynzeki opened 1 year ago

zynzeki commented 1 year ago

After setting the folder path for the cache, the addon doesn't load, and I get this error:

Exception in thread Thread-2 (get_platforms_thread): Traceback (most recent call last): File "D:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\threading.py", line 1009, in _bootstrap_inner self.run() File "D:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\threading.py", line 946, in run self._target(*self._args, **self._kwargs) File "C:\Users\skull\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Models_Resource_Importer\Models_Resource_Soup.py", line 117, in get_platforms_thread data = get_platforms(wm.url) File "C:\Users\skull\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Models_Resource_Importer\Models_Resource_Soup.py", line 90, in get_platforms return get_list(url, "div", {"id": 'leftnav-consoles'}) File "C:\Users\skull\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Models_Resource_Importer\Models_Resource_Soup.py", line 71, in get_list soup = BS(r,'html.parser') File "C:\Users\skull\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Models_Resource_Importer\bs4\__init__.py", line 243, in __init__ raise FeatureNotFound( Models_Resource_Importer.bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html.parser. Do you need to install a parser library?

furry72 commented 1 year ago

and same

Grumpykitten03 commented 1 year ago

I'm still having this issue