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

matplotlib should be a declared dependency #63

Open
bergercookie opened this issue May 25, 2021 · 0 comments
Open

matplotlib should be a declared dependency #63

bergercookie opened this issue May 25, 2021 · 0 comments

Comments

@bergercookie
Copy link

Currently after a fresh installation of the tool, and after using the --plot flag, I get the following error:

psrecord 15320 --log output.log --plot graph.png
Attaching to process 15320
^CTraceback (most recent call last):
  File "/home/berger/.local/bin/psrecord", line 7, in <module>
    sys.exit(psrecord.main())
  File "/home/berger/.local/lib/python3.6/site-packages/psrecord/main.py", line 104, in main
    interval=args.interval, include_children=args.include_children)
  File "/home/berger/.local/lib/python3.6/site-packages/psrecord/main.py", line 209, in monitor
    import matplotlib.pyplot as plt

I think this is because matplotlib is not a declared dependency in setup.py.

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

1 participant