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
Traceback (most recent call last):
File "/usr/local/bin/amzsear", line 10, in <module>
sys.exit(run())
File "/usr/local/lib/python3.6/dist-packages/amzsear/cli/cli.py", line 22, in run
out = AmzSear(**amz_args)
File "/usr/local/lib/python3.6/dist-packages/amzsear/core/AmzSear.py", line 84, in __init__
products = html_el.cssselect('li[id*="result_"]')
File "/usr/local/lib/python3.6/dist-packages/lxml/html/__init__.py", line 431, in cssselect
from lxml.cssselect import CSSSelector
File "/usr/local/lib/python3.6/dist-packages/lxml/cssselect.py", line 16, in <module>
'cssselect does not seem to be installed. '
The text was updated successfully, but these errors were encountered:
I confirmed this. Probably have to deal with it using conda, but not sure yet. Encountered similar issue with lxml not being present in my configuration too, which also is dealt with using conda.
I think you have to add cssselector dependency
The text was updated successfully, but these errors were encountered: