atom-community / autocomplete-paths

Autocomplete Paths for Atom
MIT License
151 stars 62 forks source link

Can't install or upgrade #266

Open repley opened 3 years ago

repley commented 3 years ago

Can't install or upgrade from previous version 2021-04-22T21_49_58_571Z-debug.log

UziTech commented 3 years ago
  1. Restart computer
  2. Delete `~/.atom/packages/autocomplete-paths/
  3. Reinstall autocomplete-paths
repley commented 3 years ago
1. Restart computer

2. Delete `~/.atom/packages/autocomplete-paths/

3. Reinstall autocomplete-paths

Don't works. When i click install, nothing happen, no error message. Tried to install other packages and works perfectly

UziTech commented 3 years ago

Try running apm install autocomplete-paths in a terminal.

repley commented 3 years ago

Try running apm install autocomplete-paths in a terminal.

2021-04-23T21_20_36_381Z-debug.log

UziTech commented 3 years ago

What os are you using? it looks like it is failing because zadeh uses native modules that can't build on your machine.

/cc @aminya

repley commented 3 years ago

repley@repley-hp:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.7 LTS Release: 16.04 Codename: xenial

aminya commented 3 years ago

What's your CPU architecture? And what's the version of Atom? Did you install Atom by downloading it from atom.io?

repley commented 3 years ago

uname -a Linux repley-hp 4.15.0-142-generic #146~16.04.1-Ubuntu SMP Tue Apr 13 09:27:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Atom: 1.56.0

First install (Atom 1.26.1) from this ppa http://ppa.launchpad.net/webupd8team/atom/ubuntu/

then upgraded to 1.56 following this guide:

https://flight-manual.atom.io/getting-started/sections/installing-atom/

aminya commented 3 years ago

I think the issue is that your Ubuntu is very old.

repley commented 3 years ago

OK, thanks you all for the help