You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/```
When installing via pip the installation fails due to a syntax error.