do $$
import requests
$$ language plpython3u;
Error :
SQL Error [38000]: ERROR: ModuleNotFoundError: No module named 'requests' Where: Traceback (most recent call last): PL/Python anonymous code block, line 3, in import requests PL/Python anonymous code block
Do I need to restart the server to make changes work?
I want to install the requests
module