rebane2001 / matterport-dl

A downloader for matterport virtual tours
The Unlicense
311 stars 78 forks source link

Invalid Syntax #7

Closed MrOmnes closed 2 years ago

MrOmnes commented 2 years ago

File "C:\Users\33661\Desktop\StreamRunners\╔quipe\KÚvin Comte\matterport-dl.py", line 40 variants.append(f"{z}face{face}{x}_{y}.jpg") ^ SyntaxError: invalid syntax

mitchcapper commented 2 years ago

Not sure what to say other than WFM/works for most people? I notice your code is actually different from the source, make sure you are using latest master it should be: variants.append(f"{z}_face{face}_{x}_{y}.jpg")

databird commented 2 years ago

You need to use Python3.6 ( f"..." is a Python 3.6 feature )

MrOmnes commented 2 years ago

@databird Yes sorry, i notice that too late, it works perfectly right now