-
Notifications
You must be signed in to change notification settings - Fork 74
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
AttributeError: 'module' object has no attribute 'Interpreter' #63
Comments
As you diagnosed https://pypi.python.org/pypi/em I'd suggest filing a ticket upstream for em: https://github.com/ikalnitsky/em about the conflict since it appears to be a much smaller and more recent project. For our purposes, |
For cross reference it's been ticketed on em here: ikalnytskyi/em#9 |
pip install empy will install the updated version, which give "em module has no attribute em.Interpreter". You need to install the downgraded version of empy. |
I have had the same problem. The issue seems to be the em, empy modules.
|
Hello,
It seems that both
em
andempy
build a package with the same name.When I tried to install RosAria on a fresh install of Kinetic Kame, the following error occured in file
"/opt/ros/kinetic/lib/python2.7/dist-packages/genmsg/template_tools.py"
, Line 76:I solved this problem by simply uninstalling em, and installing empy:
May be someone should investigate the problem?
The text was updated successfully, but these errors were encountered: