Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble re-installing Electrum on Mac OS X 10.7.5 #4890

Closed
fullstackplus opened this issue Dec 1, 2018 · 4 comments
Closed

Trouble re-installing Electrum on Mac OS X 10.7.5 #4890

fullstackplus opened this issue Dec 1, 2018 · 4 comments

Comments

@fullstackplus
Copy link

Recently after launching Electrum, the bottom panel began showing "Synchronizing..." and my latest transaction didn't show. This went on for sevreal days.

After doing some research, I decided to install the latest Electrum version, but my Mac cannot open it. The installer just flashes and then nothing happens.

I tried going back in the version history (on https://download.electrum.org/) to find a compatible one. I tried versions 3.2.2, 3.0, and 2.9.3. At install, every one of them showed the message "Package is damaged. Please eject the disk image."

Finally I tried installing the dev version (https://github.com/spesmilo/electrum#development-version). Cloned the Github directory, cd'ed into it, then went:

python3 -m pip install .[fast]

I get:

/Library/Frameworks/Python.framework/Versions/3.2/Resources/Python.app/Contents/MacOS/Python: No module named pip

In short, not the best of experiences and the problem isn't solved. I'd appreciate info on how to re-install, and most importantly how to do it SECURELY, without exposing any critical data. Thanks!

@ecdsa
Copy link
Member

ecdsa commented Dec 1, 2018

your version of Mac OS is very old.
the best way to increase your security is to upgrade it.

note: to run the development version, you will need to install pip. but I think that you should not run the development version at all, because it might not work better than the binary.

@fullstackplus
Copy link
Author

I know it's old — and my question is: is there a way to use Electrum, securely, on THIS version.

@SomberNight
Copy link
Member

SomberNight commented Dec 1, 2018

Not really. The currently released binaries require MacOS 10.10 (#3685)
As you can see from that issue, Qt, the GUI framework that we use is the bottleneck.

You could try running from source with an older version of PyQt (maybe 5.8, or even older), not sure if it will work.

Why do you want to use that old version of MacOS? It's hard to believe that's your day-to-day machine. Do you use it for offline signing? You could install Linux in a VM.

@fullstackplus
Copy link
Author

That makes it more clear, thanks.

This machine is from 2008 and yes, it's my day-to-day machine which happens to suit my (limited) needs at the moment. That said, it runs almost all of the programs I've installed through the years without fail.

I'm not using it for offline signing (I probably should).

You could install Linux in a VM.

Now that's something I haven't considered — cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants