Skip to content

Syntax error on installation via pip #16

@EdwardOkech

Description

@EdwardOkech

When installing via pip the installation fails due to a syntax error.

  Downloading https://files.pythonhosted.org/packages/3b/23/ae90ada35050a3c0cd89552c55bd55570016d4e0634b8c9f88aca7a371bb/beyonic-0.1.12.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-v7hn288n/beyonic/setup.py", line 4, in <module>
        import beyonic
      File "/tmp/pip-install-v7hn288n/beyonic/beyonic/__init__.py", line 13, in <module>
        from beyonic.apis.payment import Payment
      File "/tmp/pip-install-v7hn288n/beyonic/beyonic/apis/payment.py", line 1, in <module>
        from beyonic.apis.abstract_api import AbstractAPI
      File "/tmp/pip-install-v7hn288n/beyonic/beyonic/apis/abstract_api.py", line 1, in <module>
        from beyonic.api_client import ApiClient
      File "/tmp/pip-install-v7hn288n/beyonic/beyonic/api_client.py", line 72
        except TypeError, e:
                        ^
    SyntaxError: invalid syntax
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-v7hn288n/beyonic/```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions