Hello,
I was trying to use the gaussian backend as in the GBS tutorial (https://pennylane.ai/qml/demos/tutorial_gbs.html) but I’m getting the following error:
ContextualVersionConflict: (numba 0.45.1 (c:\users\kannan\anaconda3\lib\site-packages), Requirement.parse(‘numba>=0.49.1’), {‘thewalrus’})
How can I fix this? Both Pennylane and StrawberryFields have been updated to the latest version.