quora-api icon indicating copy to clipboard operation
quora-api copied to clipboard

Error

Open Kayal-Sampath opened this issue 5 years ago • 0 comments

Can you please help me in correcting this error:

Traceback (most recent call last): File "server.py", line 4, in from quora import Quora, Activity File "/home/kayal/.local/lib/python2.7/site-packages/quora/init.py", line 1, in

from user import User, Activity File "/home/kayal/.local/lib/python2.7/site-packages/quora/user.py", line 5, in import feedparser File "/home/kayal/.local/lib/python2.7/site-packages/feedparser/init.py", line 31, in from .api import parse File "/home/kayal/.local/lib/python2.7/site-packages/feedparser/api.py", line 57, in from . import mixin File "/home/kayal/.local/lib/python2.7/site-packages/feedparser/mixin.py", line 45, in from .namespaces import _base, cc, dc, georss, itunes, mediarss, psc File "/home/kayal/.local/lib/python2.7/site-packages/feedparser/namespaces/georss.py", line 31 from future import generator_stop SyntaxError: future feature generator_stop is not defined

Kayal-Sampath avatar Jun 15 '20 04:06 Kayal-Sampath