Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian package for python-fastrpc 8.0.1 cant be installed because of syntax errors #55

Closed
KeNaCo opened this issue Mar 5, 2018 · 4 comments

Comments

@KeNaCo
Copy link

KeNaCo commented Mar 5, 2018

Gusy.. like.. do you even test it once?

Setting up python-fastrpc (8.0.1) ...
  File "/usr/lib/python2.7/dist-packages/fastrpc/handler/aiohttp.py", line 42
    def register_method(self, method_name: str, func: Callable) -> None:
                                         ^
SyntaxError: invalid syntax

  File "/usr/lib/python2.7/dist-packages/fastrpc/handler/flask.py", line 43
    def __init__(self, app: Flask=None, register_introspection_methods: bool=True,
                          ^
SyntaxError: invalid syntax

dpkg: error processing package python-fastrpc (--configure):
 subprocess installed post-installation script returned error exit status 101
@volca02
Copy link
Contributor

volca02 commented Mar 6, 2018

Reverted the commits that caused the problem.

@volca02
Copy link
Contributor

volca02 commented Mar 6, 2018

Will contact the authors to let them fix the issue.

@volca02
Copy link
Contributor

volca02 commented Mar 6, 2018

breaking package was mistakenly built from HEAD, not tag. Will issue a fixed package soon.

@volca02
Copy link
Contributor

volca02 commented Mar 6, 2018

4127555 (python 8.0.3) should fix the problem

@volca02 volca02 closed this as completed Mar 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants