-
Notifications
You must be signed in to change notification settings - Fork 576
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
tensorflow quantum giving a issue like this whenever I run it on colab #507
Comments
It might help if you shared the colab (or at least the pip installs). It might be some error in the installation phase (which isn't shown). |
Could you please try this?
and please don't forget to restart the runtime kernel of the colab. |
Is this issue still coming up for you @Prakhar998 ? |
Try this :
|
Recent update : the real culprit is related to this issue: https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1814653 Let me investigate & fix it soon. |
Any updates on this issue with the latest versions? |
cuQuantum lib directory.
Please help me out with this
import tensorflow as tf
import tensorflow_quantum as tfq
import cirq
import sympy
import numpy as np
import seaborn as sns
import collections
visualization tools
%matplotlib inline
import matplotlib.pyplot as plt
from cirq.contrib.svg import SVGCircuit
this happens when i use this
The text was updated successfully, but these errors were encountered: