Skip to content

Incompatible with Python3.7 #1

@ashishnitinpatil

Description

@ashishnitinpatil

Gives the following error when importing -

Python 3.7.5 (default, Nov 20 2019, 09:21:52) 
[GCC 9.2.1 20191008] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ws_api_client
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.7/dist-packages/ws_api_client/__init__.py", line 19, in <module>
    from ws_api_client.api.bolt_patterns_api import BoltPatternsApi
  File "/usr/local/lib/python3.7/dist-packages/ws_api_client/api/__init__.py", line 6, in <module>
    from ws_api_client.api.bolt_patterns_api import BoltPatternsApi
  File "/usr/local/lib/python3.7/dist-packages/ws_api_client/api/bolt_patterns_api.py", line 157
    async=params.get('async'),
        ^
SyntaxError: invalid syntax

For now I installed Python3.5 & am using the library from there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions