You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/jasonpoon/anaconda3/envs/tfq/bin/python /home/jasonpoon/PycharmProjects/pythonProject4/1.py
Traceback (most recent call last):
File "/home/jasonpoon/PycharmProjects/pythonProject4/1.py", line 4, in
import tensorflow_quantum as tfq
File "/home/jasonpoon/anaconda3/envs/tfq/lib/python3.8/site-packages/tensorflow_quantum/init.py", line 18, in
from tensorflow_quantum.core import (append_circuit, get_expectation_op,
File "/home/jasonpoon/anaconda3/envs/tfq/lib/python3.8/site-packages/tensorflow_quantum/core/init.py", line 17, in
from tensorflow_quantum.core.ops import (get_expectation_op,
File "/home/jasonpoon/anaconda3/envs/tfq/lib/python3.8/site-packages/tensorflow_quantum/core/ops/init.py", line 18, in
from tensorflow_quantum.core.ops.circuit_execution_ops import (
File "/home/jasonpoon/anaconda3/envs/tfq/lib/python3.8/site-packages/tensorflow_quantum/core/ops/circuit_execution_ops.py", line 20, in
from tensorflow_quantum.core.ops import (cirq_ops, tfq_simulate_ops,
File "/home/jasonpoon/anaconda3/envs/tfq/lib/python3.8/site-packages/tensorflow_quantum/core/ops/tfq_simulate_ops.py", line 17, in
from tensorflow_quantum.core.ops.load_module import load_module
File "/home/jasonpoon/anaconda3/envs/tfq/lib/python3.8/site-packages/tensorflow_quantum/core/ops/load_module.py", line 20, in
from tensorflow.python.framework import load_library
ModuleNotFoundError: No module named 'tensorflow.python.framework'
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
/home/jasonpoon/anaconda3/envs/tfq/bin/python /home/jasonpoon/PycharmProjects/pythonProject4/1.py
Traceback (most recent call last):
File "/home/jasonpoon/PycharmProjects/pythonProject4/1.py", line 4, in
import tensorflow_quantum as tfq
File "/home/jasonpoon/anaconda3/envs/tfq/lib/python3.8/site-packages/tensorflow_quantum/init.py", line 18, in
from tensorflow_quantum.core import (append_circuit, get_expectation_op,
File "/home/jasonpoon/anaconda3/envs/tfq/lib/python3.8/site-packages/tensorflow_quantum/core/init.py", line 17, in
from tensorflow_quantum.core.ops import (get_expectation_op,
File "/home/jasonpoon/anaconda3/envs/tfq/lib/python3.8/site-packages/tensorflow_quantum/core/ops/init.py", line 18, in
from tensorflow_quantum.core.ops.circuit_execution_ops import (
File "/home/jasonpoon/anaconda3/envs/tfq/lib/python3.8/site-packages/tensorflow_quantum/core/ops/circuit_execution_ops.py", line 20, in
from tensorflow_quantum.core.ops import (cirq_ops, tfq_simulate_ops,
File "/home/jasonpoon/anaconda3/envs/tfq/lib/python3.8/site-packages/tensorflow_quantum/core/ops/tfq_simulate_ops.py", line 17, in
from tensorflow_quantum.core.ops.load_module import load_module
File "/home/jasonpoon/anaconda3/envs/tfq/lib/python3.8/site-packages/tensorflow_quantum/core/ops/load_module.py", line 20, in
from tensorflow.python.framework import load_library
ModuleNotFoundError: No module named 'tensorflow.python.framework'
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: