You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked (with pyenv):
works perfectly with python 2.7.5
when changing to python 2.7.6 broke with this error:
Traceback (most recent call last):
File "/home/alon/.pyenv/versions/2.7.6/bin/ngxtop", line 9, in
load_entry_point('ngxtop==0.0.2', 'console_scripts', 'ngxtop')()
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 348, in load_entry_point
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 2311, in load_entry_point
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 2025, in load
File "/home/alon/.pyenv/versions/2.7.6/lib/python2.7/site-packages/ngxtop/ngxtop.py", line 61, in
import curses
File "/home/alon/.pyenv/versions/2.7.6/lib/python2.7/curses/init.py", line 15, in
from _curses import *
ImportError: No module named _curses
BESIDES: great tool! love to use it
The text was updated successfully, but these errors were encountered:
I checked (with pyenv):
works perfectly with python 2.7.5
when changing to python 2.7.6 broke with this error:
Traceback (most recent call last):
File "/home/alon/.pyenv/versions/2.7.6/bin/ngxtop", line 9, in
load_entry_point('ngxtop==0.0.2', 'console_scripts', 'ngxtop')()
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 348, in load_entry_point
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 2311, in load_entry_point
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 2025, in load
File "/home/alon/.pyenv/versions/2.7.6/lib/python2.7/site-packages/ngxtop/ngxtop.py", line 61, in
import curses
File "/home/alon/.pyenv/versions/2.7.6/lib/python2.7/curses/init.py", line 15, in
from _curses import *
ImportError: No module named _curses
BESIDES: great tool! love to use it
The text was updated successfully, but these errors were encountered: