PipedreamHQ / PipedreamHQ/pipedream
[BUG] Import error for lxml
Open
bug
tracked internally
triaged
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Describe the bug**
Import error `lxml not found, please install it` when calling method `pandas.read_html`
**To Reproduce**
Create a Python step and try running:
```
import pandas
def handler(pd: "pipedream"):
html = 'NameFred'
html_tables = pandas.read_html(html)
return html_tables
```
**Expected behavior**
This library is available in [PyPi](https://pypi.org/project/lxml/)
Contributor guide
Assessment
This issue has not been assessed yet.