gd3kr / BlenderGPT

Use commands in English to control Blender with OpenAI's GPT-4
MIT License
4.39k stars 314 forks source link

error help me #10

Closed supportts closed 1 year ago

supportts commented 1 year ago

Traceback (most recent call last): File "D:\Download\2.92\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Users\12345\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\BlenderGPT-main__init.py", line 53, in import openai File "C:\Users\12345\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\BlenderGPT-main\lib\openai\init.py", line 9, in from openai.api_resources import ( File "C:\Users\12345\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\BlenderGPT-main\lib\openai\api_resources\init.py", line 1, in from openai.api_resources.audio import Audio # noqa: F401 File "C:\Users\12345\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\BlenderGPT-main\lib\openai\api_resources\audio.py", line 4, in from openai import api_requestor, util File "C:\Users\12345\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\BlenderGPT-main\lib\openai\api_requestor.py", line 21, in import aiohttp File "C:\Users\12345\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\BlenderGPT-main\lib\aiohttp\init__.py", line 5, in from . import hdrs as hdrs File "C:\Users\12345\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\BlenderGPT-main\lib\aiohttp\hdrs.py", line 13, in from typing_extensions import Final ModuleNotFoundError: No module named 'typing_extensions'

supportts commented 1 year ago

what i must do? i`m lammer in this

gd3kr commented 1 year ago

Hey. Looks like you're on Blender 2.92. The earliest supported version is 3.0.0, I reckon it should install fine on versions above that

supportts commented 1 year ago

Hey. Looks like you're on Blender 2.92. The earliest supported version is 3.0.0, I reckon it should install fine on versions above that

thank you

gd3kr commented 1 year ago

closing this thread