-
So this is what I get when I try installing dependencies without admin access: And this is what I get when I try to install dependencies with admin access: I went over all the troubleshooting guides, I completely reset my blender fetch, I reinstalled everything, I did everything but the problem is my lack of python experience and here I am coming for help after trying to bypass this Dependencies step for over 2 days. GPU: GTX 1080 TI |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi :) but if you want to hide this pip warning.. just type "python.EXE -m pip install --upgrade pip" within the folder: C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\bin\ Had the same issue. I hope this helps. greetz |
Beta Was this translation helpful? Give feedback.
Hi :)
The problem isn't the pip itself.
You just dowloaded the main part of the addon, not the addon itself. You have to download the "dream texture" latest version (also written in the installation guide)
https://github.com/carson-katri/dream-textures/releases/tag/0.0.5
but if you want to hide this pip warning.. just type "python.EXE -m pip install --upgrade pip" within the folder: C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\bin\
Had the same issue. I hope this helps.
greetz
Umoy