question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Macos install failing

See original GitHub issue

I am probably doing it wrong but when I run: pip install cryptoadvance.specter

I get:

ERROR: No matching distribution found for cryptoadvance.specter

Any advice for getting it working on mac?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ben-kaufmancommented, Apr 24, 2020

Yes I’m on Catalina, though using python 3.7.3. Another possible thing might be failed installation/ run without sudo. I don’t think it should be the issue, but worth trying out.

Anyway, another option I think should work is running from source like this:

git clone https://github.com/cryptoadvance/specter-desktop.git
cd specter-desktop
virtualenv --python=python3 .env
source .env/bin/activate
pip3 install -r requirements.txt
pip3 install -e .
python3 -m cryptoadvance.specter server

See here: https://github.com/cryptoadvance/specter-desktop/blob/master/DEVELOPMENT.md

1reaction
ben-kaufmancommented, Apr 24, 2020

Re the installation itself, AFAIK Specter works only with python 3.6 and above. I thought this was in the README but I now see it isn’t, so will add it there.

Regarding running, this sounds like the pip3 isn’t installed properly with python3. Try running either:

python3 -m pip install --user --upgrade pip

Or if that doesn’t help.

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py --force-reinstall

And retry to install and run Specter.

Read more comments on GitHub >

github_iconTop Results From Across the Web

If an error occurred while updating or installing macOS
If an error occurred while updating or installing macOS · Check your internet connection · Install in safe mode · Install after repairing...
Read more >
How to Fix the "macOS Could Not Be Installed on Your ...
1. Restart Your Mac and Retry the Installation ... Sometimes, all you need to do to fix macOS errors is to restart your...
Read more >
Fix macOS “Installation failed, An error occurred while ...
1. Restart your Mac in Safe Boot mode (restart and immediately hold the Shift key until you see the login prompt.) 2. Applications...
Read more >
How to Fix 'macOS Could Not Be Installed on Your Computer ...
How to Fix the 'macOS Could Not Be Installed' Error · Restart and try the installation again. · Check the Date & Time...
Read more >
9 Ways to Fix an Error Occurred While Preparing the Installation
【Fixed】How to Fix an Error Occurred While Preparing the Installation Error? · Fix 1: Restart your Mac · Fix 2: Check the Date...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found