Return results from python to php
Passed an array to python from php
Code was working fine until import requests_html was added.
Not anything is being returned after this import statement.
If import requests_html is commented, the below values are being returned.
!/usr/bin/env python
import sys
import json
import requests_html
from requests_html import HTMLSession
print('new_url')
Please suggest.