Skip to content

not able to import tensorflow-quantum after installing tensorflow==2.11.0 ,tensorflow-quantum==0.7.2 in python==3.8.18 and importing tensorflow==2.11.0 in google colab #807

@Murad460

Description

@Murad460

change python version using this code

!apt-get update -y
!apt-get install python3.8 python3.8-distutils -y
!update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
!update-alternatives --config python3

from IPython.display import clear_output
clear_output()

for pip install

!apt-get install python3-pip
!python3 -m pip install --upgrade pip --user
!python --version

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions