aristocratos / bashtop

Linux/OSX/FreeBSD resource monitor
Apache License 2.0
10.79k stars 552 forks source link

[BUG] Unable to run bashtop on FreeBSD 12.1-p8 using Python 3.7.8 #182

Closed jakobbg closed 4 years ago

jakobbg commented 4 years ago

Describe the bug

Unable to run bashtop on FreeBSD 12.1-p8 using Python 3.7.8

To Reproduce

$ bashtop
Error: Missing python3!

Expected behavior

bashtop displayed (was able to make this work on my Mac)

Info (please complete the following information):

Additional context

Error-logging enabled, but no log-file exists.

jakobbg commented 4 years ago
$ which python
$ which python3
$ which python3.7
/usr/local/bin/python3.7
$ python3.7 --version
Python 3.7.8
aristocratos commented 4 years ago

You running bashtop as superuser? Might not have /usr/local in path in that case.

Also, try out https://github.com/aristocratos/bpytop the python port of bashtop.

jakobbg commented 4 years ago

Not running as root. Will try python port instead!