jsmecham / atom-terminal-tab

Simple terminal for the Atom text editor.
https://atom.io/packages/terminal-tab
MIT License
142 stars 29 forks source link

Some installed packages could not be loaded because they contain native modules that were compiled for an earlier version of Atom. #118

Closed sauki8 closed 4 years ago

sauki8 commented 5 years ago

And then, rebuild failed, when i rebuild package (image attached). rebuildfailed

xavierfoucrier commented 5 years ago

@jsmecham I have the same issue... package should be updated.

andrespagella commented 5 years ago

Same problem here. I'm using Atom 1.39.1 x64 running on top of OSX 10.14.3

itsN0ll commented 5 years ago

same problem, also reinstalling does not help image Atom 1.39.1 x64 Macos 10.14.6

xavierfoucrier commented 5 years ago

@jsmecham up please :sunglasses:

blubs commented 5 years ago

same problem, also reinstalling does not help image Atom 1.39.1 x64 Macos 10.14.6

I was able to rebuild terminal-tab on my machine. Note: I have Anaconda installed, which defaults Python to 3.7, and I was initializing Anaconda in my ~/.bash_profile, thus Atom was attempting to rebuild the terminal-tab package with Python 3.7.

As listed in the screenshot posted by @itsN0ll, rebuilding it requires "Python >= 2.5.0 & < 3.0.0".

So all I had to do was to remove the conda initialization from my bash_profile, launch Atom (which now points to Python 2.7), and rebuild the package.

Then I re-added the Anaconda init to my bash_profile, and all is good.

xavierfoucrier commented 5 years ago

@blubs thanks for the feedback, I will try to do the same on Windows. :smile:

xavierfoucrier commented 5 years ago

@jsmecham up please :smiley:

the-j0k3r commented 5 years ago

See https://github.com/jsmecham/atom-terminal-tab/pull/120

you can change those files as in PR in your installed package fo terminal tab in .atom/packages and then delete the node_modules and do.

apm i

Im not sure if the dev is still actively devloping this project. I just wanted to help you guys out.

jsmecham commented 4 years ago

Please try with the latest version (0.6.0).

xavierfoucrier commented 4 years ago

@jsmecham it work just fine with the latest! Thanks for the fix :wink: