You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2023. It is now read-only.
I'm trying to decode files encoded as IC10.2 PHP 7.2. When I first ran the script I got the following error:
Traceback (most recent call last):
File "/var/www/webroot/easy4us/main.py", line 8, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
Then I saw from another issue on here that running "pip install bs4 requests" might help so I did that. But now I get this error.
clearing pageTraceback (most recent call last):
File "/var/www/webroot/easy4us/main.py", line 159, in <module>
clear(session)
File "/var/www/webroot/easy4us/main.py", line 54, in clear
s = bs4.BeautifulSoup(res.content, features="lxml")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/jelastic-python311/lib/python3.11/site-packages/bs4/__init__.py", line 248, in __init__
raise FeatureNotFound(
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?