Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

SyntaxError: can use starred expression only as assignment target #58

Closed
vinaykashyap1206 opened this issue Oct 5, 2017 · 1 comment
Labels

Comments

@vinaykashyap1206
Copy link

Traceback (most recent call last):
File "contrib/live_data_feeders/bitfinex_data_feeder.py", line 1, in
from btfxwss import BtfxWss
File "/home/arajguru/work/CCPlatform_Private/venvpython3/lib/python3.4/site-packages/btfxwss/init.py", line 1, in
from btfxwss.client import BtfxWss
File "/home/arajguru/work/CCPlatform_Private/venvpython3/lib/python3.4/site-packages/btfxwss/client.py", line 9, in
from btfxwss.connection import WebSocketConnection
File "/home/arajguru/work/CCPlatform_Private/venvpython3/lib/python3.4/site-packages/btfxwss/connection.py", line 266
self.q.put((event, data, *args))
^
SyntaxError: can use starred expression only as assignment target

@deepbrook
Copy link
Collaborator

Starred expressions in this manner are only available in Python 3.5+, which is the version the library is tested against. Feel free to supply a fix for pre-3.5 versions via a PR!
Either way, thanks for your contribution!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants