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

SyntaxError: when installing #212

Closed
hacklhouse opened this issue Jan 26, 2023 · 2 comments
Closed

SyntaxError: when installing #212

hacklhouse opened this issue Jan 26, 2023 · 2 comments

Comments

@hacklhouse
Copy link

I get this error when doing the install for the fast64 plugin
i just did a fresh install of blender3.4.1 and new download of the plugin

Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.0\3.0\scripts\modules\addon_utils.py", line 351, in enable
mod = import(module_name)
File "C:\Users\robin\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\fast64-main_init_.py", line 4, in
from .fast64_internal.operators import AddWaterBox
File "C:\Users\robin\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\fast64-main\fast64_internal_init_.py", line 1, in
from .f3d_material_converter import *
File "C:\Users\robin\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\fast64-main\fast64_internal\f3d_material_converter.py", line 5, in
from .f3d.f3d_material import *
File "C:\Users\robin\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\fast64-main\fast64_internal\f3d_init_.py", line 1, in
from .f3d_parser import *
File "C:\Users\robin\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\fast64-main\fast64_internal\f3d\f3d_parser.py", line 4, in
from .f3d_gbi import *
File "C:\Users\robin\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\fast64-main\fast64_internal\f3d\f3d_gbi.py", line 5, in
from ..utility import *
File "C:\Users\robin\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\fast64-main\fast64_internal\utility.py", line 1453
match context.scene.gameEditorMode:
^
SyntaxError: invalid syntax

@Dragorn421
Copy link
Contributor

Hi, sorry for a very late reply

This error is due to an old version of Python (too old for fast64, at least)

Python is bundled with Blender, recent Blender versions (3.3.0+ or something) have recent enough Python

So no idea why you had this on Blender 3.4.1, if you still have this issue feel free to reach out

@Dragorn421
Copy link
Contributor

Closing, inactive and can't reproduce

@Dragorn421 Dragorn421 closed this as not planned Won't fix, can't repro, duplicate, stale May 2, 2023
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

2 participants