3 Replies
Do you see an error in the ue log? @jdhart.
And did it work before in 1.8?
I had it working before. Yes, there is an error in the log. It's a traceback error that ends in the following:
File "C:\Users\Jim\AppData\Local\Programs\Polygonflow\Dash\Plugins\UnrealEngineContext\Imports\thirdparty\311\pydantic_internal_typing_extra.py", line 15, in <module>
LogPython: Error: from typing_extensions import TypeIs, deprecated, get_args, get_origin
LogPython: Error: ImportError: cannot import name 'TypeIs' from 'typing_extensions' (F:\UE5 Assets\MedievalAssets 5.5\Intermediate\PipInstall\Lib\site-packages\typing_extensions.py)
Hey!
Oh, alright, this error comes from the fact that you have another plugin that basically interferes with Dash. More specifically another plugin most likely uses another version of a dependency than what the Sophon AI needs
Sadly there is no easy way of finding which other plugin this is, but as a first step what you can do is:
1. Close UE
2. Go to the project folder, find the Pipinstall folder and delete it. It is here: (F:\UE5 Assets\MedievalAssets 5.5\Intermediate\PipInstall\
3. Then start UE and try Dash Ai assistant again🙌