Forest plugin problem with pyQuil 2.8

verisons i’m using are:
image
image
the errors are here

can you please help me? @josh
and thanks a lot for the new embedding module <3

Hi @kareem_essafty, pyQuil 2.8 was released this week, and unfortunately does not work with the latest PennyLane-Forest plugin. We’re working on fixing that ASAP, but in the meantime, you can downgrade to version 2.7:

pip install pyquil==2.7
1 Like

I still have the same error.
and pyquil is working well with all its backends

That’s odd. Are you using the version of PennyLane-Forest from the GitHub repo? The version installed from pip is unfortunately a bit out of date.

Here are the instructions for installing it from GitHub:

git clone https://github.com/rigetti/pennylane-forest
cd pennylane-forest
pip install -e .

And all thanks should be directed to @Maria_Schuld for the embedding module :slightly_smiling_face:

1 Like

It worked thank you so much