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

import problem #2

Open
heyalexchoi opened this issue Dec 9, 2015 · 1 comment
Open

import problem #2

heyalexchoi opened this issue Dec 9, 2015 · 1 comment

Comments

@heyalexchoi
Copy link

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

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'
@softwaredoug
Copy link
Contributor

Thanks, I need better testing around this library. I am working on this python 3 branch

https://github.com/o19s/elyzer/tree/python-3

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

2 participants