Roblox / roblox-blender-plugin

A Blender plugin to upload selected assets in Blender to Roblox using Roblox's Open Cloud API.
MIT License
117 stars 28 forks source link

Enable failure - Invalid syntax error `match property_name:` #15

Closed OHsit closed 1 year ago

OHsit commented 1 year ago

Trying to enable a plugin but an error is appears Przechwytywanie

Nightriff commented 1 year ago

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.

snakeboybenrich commented 1 year ago

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

Nightriff commented 1 year ago

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: https://github.com/Roblox/roblox-blender-plugin/issues/14