Issue with importing LineClient, LineGroup, lineContact
- Dominant language
- Python
- Stars
- 827
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
>>> from line import LINEClient, LineGroup, LineContact
Traceback (most recent call last):
File "", line 1, in
File "//anaconda/lib/python3.6/site-packages/line/__init__.py", line 11, in
from .client import LineClient
File "//anaconda/lib/python3.6/site-packages/line/client.py", line 516
print operation
When I type that in terminal, I get that error. Anyone know how can I fix that?
Cheers!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with line/client.py around line 516, reached while importing line/__init__.py and LineClient. Reproduce the import under Python 3.6 and inspect the reported syntax error. Done means the documented import completes without that error on the reported Python version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100