camelot icon indicating copy to clipboard operation
camelot copied to clipboard

Error when importing

Open timofeeva-yuv opened this issue 5 years ago • 1 comments
trafficstars

Hello! I downloaded camelot according to the instruction (considering, it's ok with python 3.5) and tried to use it but failed with the following error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/jaguar/.local/lib/python3.5/site-packages/camelot/__init__.py", line 5, in <module>
    from .__version__ import __version__
  File "/home/jaguar/.local/lib/python3.5/site-packages/camelot/__version__.py", line 11
    version_parts.append(f"-{prerelease}")
                                        ^
SyntaxError: invalid syntax

Does smbd know how to solve this? Thanks in advance!

timofeeva-yuv avatar Jul 28 '20 16:07 timofeeva-yuv

Camelot only supports Python 3.6+

vinayak-mehta avatar Jul 28 '20 16:07 vinayak-mehta