Roblox / roblox-blender-plugin

A Blender plugin to upload selected assets in Blender to Roblox using Roblox's Open Cloud API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable failure - Invalid syntax error `match property_name:`

OHsit opened this issue · comments

Trying to enable a plugin but an error is appears
Przechwytywanie

This plugin only works on Blender 3.2 or higher, and the traceback shows you're using Blender 3.0.
Please update your Blender version to at least 3.2 and try again!

For context, Blender 3.0 ships with Python 3.9, and Blender 3.2 ships with Python 3.10. The syntax error is a result of Python 3.9 not recognizing the structural pattern matching syntax (match), which was introduced in Python 3.10.

hi im trying to get the plugin on blender but all i get when it open up on roblox is Internal client error.
No module named 'pyjwt_key_fetcher' can you help me please

hi im trying to get the plugin on blender but all i get when it open up on roblox is Internal client error. No module named 'pyjwt_key_fetcher' can you help me please

Please add your comment to this other more relevant issue, and follow the debugging steps I added as a reply: #14