-
Notifications
You must be signed in to change notification settings - Fork 159
Install failed: Atom 1.40.0 - macOS/Windows #770
Comments
@YangFei1990 thansk for opening the issue. I will investigate, but Ive tested this locally and it works with Atom 1.39.1 which is same electron version. |
Thanks @the-j0k3r , please let me know once there is any update. This package is my favorite one on atom and I can't live without it. |
@the-j0k3r I will try to reinstall atom. |
Update: I delete the .atom folder and re-downloaded atom. But I still received the same error. @the-j0k3r can you check my error message and the versions? |
Hi I am on windows and cannot install this package. What can I do now? Thank you |
I saw this line from your error report:
What is the output when you run |
@fanninpm It is Python 3.7.1. |
It seems to me that you don't have the default Python installation currently active on your Mac. How did you install that version of Python? |
@fanninpm I'm not sure. I have the Python installed when I got this Mac. Why do you say "you don't have the default Python installation currently active on your Mac"? I can use pip or other Python packages. |
Mac OS X usually comes with Python 2.7 pre-installed by Apple. I think you might have downloaded Python 3 from the official Python website (not necessarily a bad thing). What is the output of the command |
@fanninpm The output is /anaconda3/bin/python |
@YangFei1990 The problem with Anaconda is that it doesn't play nice and tends to override the system python. What is your |
@fanninpm The PATH contains
I was also thinking if the python version was the problem, since node-gyp seems not support Python 3.x |
I forgot to ask you what your shell is. ( I think your new path should exclude either the export $PATH /Users/fewu/google-cloud-sdk/bin:/anaconda3/condabin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Library/TeX/texbin and see if that works. (This removes the |
@YangFei1990 Your error doesnt make sense, simply because THERE are binaries for electron 3.x with platformio-ide-terminal 2.9.4 for all supported OS's it works, Ive tested. and provided proof. If it doesnt work for you then its something local to you guys, 3rd party something or your specific setup that interfering with Atom or platformio-ide-terminal. @blin106 and everyone else see #770 (comment) It works. Also your python paths, not that it matters because binaries exist, export your paths to See this about python paths #703 (comment) Also Atom in mac install to some weird directories, you need to delete them all. |
@nurabdullah94 Thats a very odd statement considering that Atom 1.39.1 and Atom 1.40.0 have the exact same version of electron. Not only that, Ive tested both Atom versions + [email protected] and they work. fine. See #770 (comment) Workaround - if its not broken, fix it. 😖 for macOS and Linux only.As a workaround, Nightly Atom 1.42.0-dev has electron 4.x which I have confirmation that it works So you guys can test. Note: however Windows with Atom 1.42.0-dev nightly is currently broken. |
@blin106 see #770 (comment) top is macOS bottom is Windows. |
@the-j0k3r Do you have Anaconda installed? I know this seems counterintuitive, but Anaconda assumes that you/the system would prefer to run its Python interpreter, rather than the one that comes preinstalled with the system. I forget exactly what steps I took when I installed Anaconda to make sure that the |
Update: I commented all lines in ~/.bash_profile that are related to Anaconda and Python 3.7. Then I can install without any error. Thank you so much @fanninpm ! I will leave this issue open in case there are more questions for the windows side. You can also feel free to close it since my problem has been solved. |
The installation is still failing.
Python 3.7.4 path
INSTALL ERROR log
|
These reports make no sense, why it works for me and not everyone else here is a mystery to be solved, Im open to sensible suggestions.. Nonetheless here are some workarounds you guys may want to try, WindowsNode.js version is 10.16.0, install that. I use chocolatey package manager for Windows.
extract from #707 (comment) macOSUse the following steps: Install python 2.7.15 x64 if you dont have it already.
Hope this helps someone extract from #707 (comment) If it still failsCopy and paste the template located at https://raw.githubusercontent.com/platformio/platformio-atom-ide-terminal/master/.github/ISSUE_TEMPLATE.md and fill in all fields. Logs / Errors / other information should be added at the bottom in the Notes portion of the issue template. Reply with that information on this thread, Do NOT open a new issue. Thanks. |
have you tried installing python 2.7.15? re:
|
DescriptionI have completely uninstalled and reinstalled atom, and purged all platform-io named files from apm i platformio-ide-terminal Expected behavior: Install works Actual behavior: build logs
100% Trying through GUI locks up the Atom GUI with no information. Tried information the-J0k3r mentioned #770 (comment) Versions
Just installed node-v10.16.3-x64.msi not sure why it's reporting that?
2.7.15 was installed aswell |
try downgrading atom to 1.39.1, installing [email protected] then confirming terminal works. then let Atom upgrade to 1.40.0 it should work as well cause electron version hasnt changed. If you have antivirus (macaffee, other 3rd party/ windows defender etc.)disable it when installing or compiling atom or platformio-ide-terminal. In the past macAffe has broken the terminal so ppl had to whitelist the relevant directories in their macafee settings. |
This error affects a number of packages and is related to an apm change: |
@BenRussert Thanks for that information, it seems indeed the issue users are reporting. Its strange that that issue doesn't affect me and seemingly does all others. :/ Issue is upstreamRealistically speaking then, users should downgrade to Atom 1.39.1. EVERYONE downgrade to Atom 1.39.1 if you want a working Terminal.Thanks again for heads up. |
Can confirm downloading https://github.com/atom/atom/releases/tag/v1.39.1 solved the issue. |
Same error here |
Same issue here. Tried:
to no avail. Error report here: |
SO the erro has been solved? |
In the nightly Atom yes. Read this #770 (comment) |
Atom 1.40.1 has been released to fix the issue. Please upgrade your Atom installations and report back. Thanks. |
Updated from 1.39.1 to 1.40.1 fine |
Closing this as issue has been fixed upstream. |
I had this error with Atom 1.41.0 and Python3 on MacOS. I implemented the fix by @the-j0k3r, replacing python2 with python3 and it worked. Edit /Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh Change line 37 from
When I opened Atom, I had to rebuild the package |
Please try https://github.com/bus-stop/terminus Fork of |
Description
I can't install the package. This is the error log:
Steps to reproduce
Expected behavior:
Install with no error
Actual behavior:
Install with error
Reproduces how often:
100%
Versions
OS name and version: macOS Sierra 10.12.6
Platformio-ide-terminal version:2.9.4
Additional Information
The text was updated successfully, but these errors were encountered: