Error when trying to connect to a mysql db through jupyter

Hi! I created a virtual environment called “testeo”, and activated it. From this terminal, I launched jupyter-lab and opened a notebook:

[1]: 
!pip install sqlalchemy==2.0.2
!pip install ipython-sql

:white_check_mark: Everything worked fine

[2]:
# %reload_ext sql
%load_ext sql
%sql sqlite:///love4pets.db

:x: Got an error: it doesn’t seem to be able to find the module (I tried restarting the kernel several times and reinstalling the packages).

How can I fix this?