We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hey, i'm getting some kind of import problem. maybe you can help?
running python 3.4.3 through pyenv
here's what i got after doing pip install elyzer
pip install elyzer
elyzer --es "http://localhost:9200" --index companies --analyzer services_analyzer --text "coding" Traceback (most recent call last): File "/Users/alexchoi/.pyenv/versions/3.4.3/bin/elyzer", line 9, in <module> load_entry_point('elyzer==0.1.1', 'console_scripts', 'elyzer')() File "/Users/alexchoi/.pyenv/versions/3.4.3/lib/python3.4/site-packages/pkg_resources/__init__.py", line 519, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/Users/alexchoi/.pyenv/versions/3.4.3/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2630, in load_entry_point return ep.load() File "/Users/alexchoi/.pyenv/versions/3.4.3/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2310, in load return self.resolve() File "/Users/alexchoi/.pyenv/versions/3.4.3/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2316, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/Users/alexchoi/.pyenv/versions/3.4.3/lib/python3.4/site-packages/elyzer/__main__.py", line 3, in <module> from elyzer import stepWise, getAnalyzer ImportError: cannot import name 'stepWise'
The text was updated successfully, but these errors were encountered:
Thanks, I need better testing around this library. I am working on this python 3 branch
https://github.com/o19s/elyzer/tree/python-3
Sorry, something went wrong.
No branches or pull requests
hey, i'm getting some kind of import problem. maybe you can help?
running python 3.4.3 through pyenv
here's what i got after doing
pip install elyzer
The text was updated successfully, but these errors were encountered: