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

Running Pyfa on Linux #1271

Closed
erasmusgrant opened this issue Aug 17, 2017 · 3 comments
Closed

Running Pyfa on Linux #1271

erasmusgrant opened this issue Aug 17, 2017 · 3 comments

Comments

@erasmusgrant
Copy link

Traceback (most recent call last):
File "/home/erasmus/Downloads/pyfa/pyfa.py", line 29, in
from logbook import CRITICAL, DEBUG, ERROR, FingersCrossedHandler, INFO, Logger, NestedSetup, NullHandler, StreamHandler, TimedRotatingFileHandler, WARNING,
ImportError: No module named logbook

I can't get this to work on my laptop(Ubuntu 17.04 Gnome3) or my desktop KDE Neon

@minlexx
Copy link
Contributor

minlexx commented Aug 17, 2017

https://github.com/pyfa-org/Pyfa#dependencies
logbook >= 1.0.0

check with apt search python-logbook that version is >= 1.0.0, then sudo apt install python-logbook

@petosorus
Copy link
Contributor

you can also use pip install -r requirements.txt if you have pip installed.

@blitzmann
Copy link
Collaborator

Indeed, install the logbook package and you should be good to go. Closing as resolved :)

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

4 participants