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

Blender 2.93 LTS can't load rokoko 1.4 #95

Open
WanAlance opened this issue May 31, 2022 · 3 comments
Open

Blender 2.93 LTS can't load rokoko 1.4 #95

WanAlance opened this issue May 31, 2022 · 3 comments

Comments

@WanAlance
Copy link

Snipaste_2022-06-01_07-32-42

@Darkblader24
Copy link
Collaborator

What OS are you using? Are you using a VPN?

@WanAlance
Copy link
Author

Window10, I used to open VPN, but I tried to close it and it is still didn't work.

@WanAlance WanAlance reopened this Jun 1, 2022
@AustinHodge4
Copy link

Ran across this issue too on Windows 10.

The way I solved it:

  • Open up shell and navigate to where blender's python exe is located
    • In my case it was C:\Program Files\Blender Foundation\Blender 2.92\2.92\python\bin
  • Run:
    • ./python.exe -m ensurepip
    • ./python.exe -m pip install websockets gql cryptography boto3
    • You may also need to upgrade pip if cryptography package fails to install: ./python.exe -m pip install --upgrade pip
  • Open blender as admin and install the addon normally

Not sure if this will work for everyone, but it may help someone

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

3 participants