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: No module named log #64

Closed
thomas-mc-work opened this issue Nov 5, 2016 · 3 comments
Closed

ImportError: No module named log #64

thomas-mc-work opened this issue Nov 5, 2016 · 3 comments
Labels
Expected Behaviour Bug report of intended functionality

Comments

@thomas-mc-work
Copy link
Contributor

thomas-mc-work commented Nov 5, 2016

I receive this error in the latest version when starting the rip command:

Traceback (most recent call last):
  File "/usr/local/bin/rip", line 11, in <module>
load_entry_point('whipper==0.3.0', 'console_scripts', 'rip')()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 565, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2589, in load_entry_point
return ep.load()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2249, in load
return self.resolve()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2255, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/local/lib/python2.7/dist-packages/whipper-0.3.0-py2.7.egg/morituri/rip/main.py", line 9, in <module>
from morituri.common import log, logcommand, common, config, directory
  File "/usr/local/lib/python2.7/dist-packages/whipper-0.3.0-py2.7.egg/morituri/common/log.py", line 27, in <module>
from morituri.extern.log import log as externlog
ImportError: No module named log
@JoeLametta
Copy link
Collaborator

JoeLametta commented Nov 5, 2016

It seems that you're missing whipper's flog dependency: how did you build & install whipper?
Try following the updated installation instructions available here.

@JoeLametta JoeLametta added the Expected Behaviour Bug report of intended functionality label Nov 5, 2016
@thomas-mc-work
Copy link
Contributor Author

Alright, I missed the preceding parts before python2 setup.py install.

Thank you for your always good and fast replies!

@JoeLametta
Copy link
Collaborator

Thank you for your always good and fast replies!

You're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Expected Behaviour Bug report of intended functionality
Projects
None yet
Development

No branches or pull requests

2 participants