PipedreamHQ / PipedreamHQ/pipedream

[BUG] Import error for lxml

Open
#4,524 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.