In Silverblue, is there a way for accessing /usr/lib64/libpython libraries? I tried flatseal

I’m trying to import a SymPy library in a Jupyter notebook code, but it gives me the error “Cannot open shared object /usr/lib64/libpython3.11.so.1.0” or something like that.

I already gave VSCode flatpak all the filesystem permissions through flatseal, but the error doesn’t go away.