-
Notifications
You must be signed in to change notification settings - Fork 30
Description
$ amzsear 'Harry'
Traceback (most recent call last):
File "/Users/andremachado/Library/Python/2.7/bin/amzsear", line 7, in
from amzsear.cli.cli import run
ImportError: No module named amzsear.cli.cli
$ pip list
Package Version
amzsear 2.0.0
awscli 1.14.32
blockchain 1.4.0
botocore 1.8.36
certifi 2018.4.16
chardet 3.0.4
colorama 0.3.7
docutils 0.14
enum 0.4.6
enum34 1.1.6
futures 3.2.0
idna 2.6
jmespath 0.9.3
pip 18.1
pipenv 2018.11.26
pyasn1 0.4.2
python-dateutil 2.6.1
PyYAML 3.12
requests 2.18.4
rsa 3.4.2
s3transfer 0.1.12
setuptools 40.6.3
six 1.11.0
typing 3.6.6
urllib3 1.22
virtualenv 16.2.0
virtualenv-clone 0.5.0
wheel 0.32.3
I tried:
pip uninstall amzsear
pip install amzsear==2.0.0.0 --user
And does not fix the problem!
Someone can help me?