Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't Work At All #8

Open
paulfeakins opened this issue Mar 31, 2023 · 3 comments
Open

Doesn't Work At All #8

paulfeakins opened this issue Mar 31, 2023 · 3 comments

Comments

@paulfeakins
Copy link

Fresh install of Blender on Kubuntu this happens:
image

@KyleTryon
Copy link

KyleTryon commented Apr 1, 2023

Same error, Im new to blender but I assume we can install this, im just not sure where on windows. Currently looking into it

Work around:
You will need to re-install the pip modules with --upgrade. The way to do this on Windows with the bundled python.exe is a little tricky.

  1. Find the path to the bundled python. For me, using WSL, the path looks like this: /mnt/c/Program Files/Blender Foundation/Blender 3.0/3.0/python/bin/python.exe
  2. Navigate to the path of the blender plugin. Using WSL, my path looks like this: /mnt/c/Users/<USER>/AppData/Roaming/Blender Foundation/Blender/3.0/scripts/addons/Blender-GPT-main
  3. Install the plugins using the python path from step 1 "/mnt/c/Program Files/Blender Foundation/Blender 3.0/3.0/python/bin/python.exe" -m pip install -t lib -r requirements.txt --upgrade

Edit: I now need to find where to add the API key...

@schxar
Copy link

schxar commented Apr 3, 2023

the easiest way is first to use system default python-pip that package you need, find the system default python site package folder, and copy and paste it into the blender python environment site package folder , done, don't even think about it, it just works

@JookeMan
Copy link

i have same issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants