pyquil icon indicating copy to clipboard operation
pyquil copied to clipboard

macOS Catalina ForestSDK - Unable to install

Open andrewyatesg opened this issue 4 years ago • 6 comments

Issue Description

I am attempting to install the ForestSDK on MacOS Catalina 10.15, but I am getting an error saying it is incompatible.

How to Reproduce

  1. Open Forest SDK 2.12.1.pkg on MacOS.
  2. Follow the installation steps.
  3. Get an error.

Error Output

This package is incompatible with this version of macOS. The package is trying to install content to the system volume. Contact the software manufacturer for assistance.

Environment Context

Operating System: macOS Catalina 10.15

Python Version (python -V): Python 3.6.5:: Anaconda, Inc.

andrewyatesg avatar Oct 18 '19 01:10 andrewyatesg

@andrewyatesg thanks for opening an issue! we're working on a fix

karalekas avatar Oct 19 '19 00:10 karalekas

Facing the same issue on macOS Catalina

vishal-ph avatar Oct 24 '19 10:10 vishal-ph

I am facing this exact issue as well with macOS Catalina 10.15.

Renaller avatar Oct 28 '19 11:10 Renaller

Facing the same issue , please advise

salemsofiene avatar Nov 10 '19 16:11 salemsofiene

While we work on a fix for this (ETA undetermined), I would recommend using the docker-ized version of the Forest SDK. Get docker here https://www.docker.com/products/docker-desktop

With that installed, run the following commands in your terminal:

$ docker run -p 5555:5555 -d rigetti/quilc -S
$ docker run -p 5000:5000 -d rigetti/qvm -S

Within pyquil, you should then be able to run get_qc("8q-qvm") etc. as normal.

notmgsk avatar Nov 15 '19 20:11 notmgsk

The latest package (2.15.1) should work on Catalina: https://qcs.rigetti.com/sdk-downloads Unfortunately I have not fixed the security issue that macOS will complain about.

To circumvent that, you will need to Right click > Open on the .pkg file. Let me know if you need more help.

notmgsk avatar Dec 30 '19 23:12 notmgsk