MrRio / vtop

Wow such top. So stats. More better than regular top.
http://parall.ax/vtop
MIT License
4.12k stars 150 forks source link

chcontext: tools were built without legacy API support; can not continue #156

Open theangrybagel opened 4 years ago

theangrybagel commented 4 years ago

I get this error every time I try to run VTOP and I'm unsure of how to fix it. I'm running Ubuntu 18.04.

ellenkampguus commented 4 years ago

Same issue here.

theangrybagel commented 4 years ago

Welp if you really want vtop I found that it installs and runs perfectly fine on arch Linux, but of course using arch Linux opens a whole other world of problems.

diegonz2 commented 4 years ago

Hey @theangrybagel and @ellenkampguus I found a workaround here! I just install vtop from the npm package manager:

sudo apt install nodejs sudo apt install npm sudo npm install -g vtop sudo vtop

It works for me.

owlshrimp commented 3 years ago

I get this error every time I try to run VTOP and I'm unsure of how to fix it. I'm running Ubuntu 18.04.

Same here

diegonz2 commented 3 years ago

I get this error every time I try to run VTOP and I'm unsure of how to fix it. I'm running Ubuntu 18.04.

Same here

hey @Matthew-Bradley did you try this?:

sudo apt install nodejs sudo apt install npm sudo npm install -g vtop sudo vtop

I am also using Ubuntu and that works for me :)