-
Notifications
You must be signed in to change notification settings - Fork 592
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
_tfq_simulate_ops.so cannot open shared file #757
Comments
I don't think 2.11.0 support is finalized yet (see #756 and #755). When it is finalized it will be through TFQ nightly, 0.7.2 requires TF 2.7.0 (see the requirements file for 0.7.2: https://github.com/tensorflow/quantum/blob/v0.7.2/requirements.txt#L8) |
can you please specify the steps to install with bazel. I checked tfq website. and installed bazel 5.3.0. But not sure how to make it compatible tf2.11.0 and tfq with bazel. |
To install with bezel, see the install from source instructions: https://www.tensorflow.org/quantum/install |
I tried installing but it throws an error of undefined symbol _ZNK10tensorflow80p.... |
Hmmm there are probably other issues in TFQ that need to be fixed before being stable than, TF 2.11 support will probably be out with the next release. |
any hope when it will be released? |
I do not know the release schedule for 0.8, though there was a 11 month gap between 0.7 and 0.6, and a 8 month gap between 0.6 and 0.5 for context. |
Please, please rebuild TF 2.11.0 with the right build options: ABI is set to 1, std c++ is 17. Here is the newly updated installation guideline: https://github.com/tensorflow/quantum/blob/master/docs/install.md#4-build-tensorflow-from-source |
This issue appears related to older releases of TFQ and TF. Given the most recent comments, it appears likely that this has been resolved one way or another. In the interest of prioritizing work on TensorFlow Quantum, I will close this issue. Please reopen this issue if the original problem was not addressed. |
Hi,
I am installing TFQ (0.7.2) on python=3.9.7 version and TensorFlow 2.11.0, protobuf=3.17.3. But throws an error.
Earlier I worked with TFQ (0.7.2) with python 3.8.16 and TF= 2.7.0. It worked fine.
But now i have to use python=3.9 and it throws an error of file _tfq_simulate_ops.so.
Please help.
The text was updated successfully, but these errors were encountered: