How to install tensorflow-quantum==0.4.0

I want to install tensorflow-quantum==0.4.0 on my local device. But it shows that it is not available. So how I can I do that?

Hi @Sakib_Rayhan ,

since the version you mentioned (0.4.0) may not be available on PyPI anymore.

If you specifically require version 0.4.0 of TensorFlow Quantum, you can try installing it from a wheel file.

You can search for the wheel file of version 0.4.0 on the internet, download it, and install it using the following command.

pip install /path of the downloaded file/tensorflow_quantum-0.4.0-py3-none-any.whl

Since it is an outdated version of a package, it may lead to compatibility issues.

Please let me know if it helps you.

Thanks

Can you explain it a little bit more? and there is no pre built wheel file for 0.4.0 only have zip and tar file?