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

ImportError #10

Open
Neal08 opened this issue Nov 6, 2018 · 3 comments
Open

ImportError #10

Neal08 opened this issue Nov 6, 2018 · 3 comments

Comments

@Neal08
Copy link

Neal08 commented Nov 6, 2018

Hello,

I have installed amzsear but when i try to search something i get the following error:

Desktop# amzsear 'Harry Potter'
Traceback (most recent call last):
File "/usr/local/bin/amzsear", line 7, in
from amzsear.cli.cli import run
File "/usr/local/lib/python2.7/dist-packages/amzsear/init.py", line 4, in
from .amzsear.core.AmzSear import AmzSear
ImportError: No module named amzsear.core.AmzSear

Can you help me to solve this issue please?

Thank you.
Neal

@lucas-becirspahic
Copy link

Hello, I also have this problem. On the other hand, the previous version (2.0.0) of amzsear did not have this problem.

To use the previous version you can do:

pip uninstall amzsear
pip install amzsear==2.0.0.0 --user

@andrecgmachado13
Copy link

Hi,
I have the same problem. And I'tried to uninstall and reinstal v 2.0 and does not work.

My enviroment:
$ pip list
Package Version


amzsear 2.0.0
awscli 1.14.32
blockchain 1.4.0

$ amzsear 'Harry'
Traceback (most recent call last):
File "/Users/USER/Library/Python/2.7/bin/amzsear", line 7, in
from amzsear.cli.cli import run
ImportError: No module named amzsear.cli.cli

I tried:
pip uninstall amzsear
pip install amzsear==2.0.0.0 --user

and does not fix!

Can someone help me?

Thanks a lot!

@kailuo93
Copy link

I have forgotten most of the detail,
After I update my python to 3.7, it seems working.
You can try, but I can't guarantee this method will work.

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

4 participants