Dash failed installation
Hey, will do as soon as possible. I found somebody else having a very similar issue (if not even the same). This was his log and its very similar to mine:
I found this in https://discord.com/channels/826908885024636989/1332239644993130591/1332248545557876748
5 Replies
starting a thread in case we need a few messages @vointevate
aha, good find! Trying the steps Ilgar mentioned in there is a good start for sure. And making sure the console window/s appear and do their thing properly (you can check when it runs so there does not seem to be any error in it/them).
good to know you got the exact same error, thanks!
And glad to hear you are excitied, we will certainly sort it out, but tomorrow perhaps as the devs are off now 😦
👍 I already tried reinstalling. From reading the logs it says that it is missing a dependency. I will try to install it myself to python and see if that fixes it. Will let you know
Sounds like a smart idea for sure
Just guessing here, but it could be the case that another plugin (default or external) is conflicting with Dash as well.
In that case, it could help by trying to launch Dash in a fresh, empty basic project and see if that helps.
If that works, you could try figuring out the problematic plugin in your main project, by disabling it, Close UE, Delete pipinstall folder inside of intermediate folder (inside the project) then start UE again. 🙌
I hope you manage to solve it tonight, you can send an update here later and then me and the devs can look into it deeper tomorrow🔥
I fixed it by going into the Unreal Engine python location at
\ProgramFiles\EpicGames\UE_your-version\Engine\Binaries\ThirdParty\Python3\Win64\
and manually installing the dependency.
1. cd \ProgramFiles\EpicGames\UE_your-version\Engine\Binaries\ThirdParty\Python3\Win64\
2. python.exe -m pip install PySide6
3. doneGreat work, thanks for sharing the details!