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

Got error: ModuleNotFoundError: No module named 'amzsear.amzsear' #11

Closed
git4sun opened this issue Dec 18, 2018 · 0 comments
Closed

Got error: ModuleNotFoundError: No module named 'amzsear.amzsear' #11

git4sun opened this issue Dec 18, 2018 · 0 comments

Comments

@git4sun
Copy link

git4sun commented Dec 18, 2018

Traceback (most recent call last):
  File "/Users/xxxx/lib/python3.6/site-packages/amzsear/__init__.py", line 2, in <module>
    from amzsear.core.AmzSear import AmzSear
 File "/Users/xxx/lib/python3.6/site- 
 packages/amzsear/core/AmzSear.py", line 1, in <module>
       from lxml import html as html_module
ModuleNotFoundError: No module named 'lxml'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/xxxx/items.py", line 1, in <module>
    from amzsear import AmzSear
  File "/Users/xxxx/lib/python3.6/site-packages/amzsear/__init__.py", line 4, in <module>
   from .amzsear.core.AmzSear import AmzSear
ModuleNotFoundError: No module named 'amzsear.amzsear'
@git4sun git4sun closed this as completed Dec 18, 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

1 participant