Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lxml.html.clean module is now a separate project lxml_html_clean #60

Open
raymondnguyen8 opened this issue Jun 14, 2024 · 4 comments
Open
Labels
bug Something isn't working

Comments

@raymondnguyen8
Copy link

Version
==0.3.1

Platform
Ubuntu 22.04 and Windows 10 Home Single Language

Description

flood eth_getBlockByNumber localhost:8545

Output

lxml.html.clean module is now a separate project lxml_html_clean.
Install lxml[html_clean] or lxml_html_clean directly.

Then I tried to install lxml[html_clean], getting new issue

get_border_chars() got an unexpected keyword argument 'indent'
@raymondnguyen8 raymondnguyen8 added the bug Something isn't working label Jun 14, 2024
@AntonieDavid
Copy link

Hello. I am getting the same error when tryng to create the flood report. Did you manage to solve the issue? Haven't tried yet, but I'm conisdering switching to an older version.
TypeError: get_border_chars() got an unexpected keyword argument 'indent'

@jajaislanina
Copy link

Same issue as above.
Flood version: 0.3.1
Python version: 3.12.4

@jsy1218
Copy link

jsy1218 commented Jul 18, 2024

I'm also having this issue now. What's confusing to me is that I've been using the same python, pip3, lxml_html_clean, flood for 2 months:

Flood version: 0.3.1
Python version: 3.9.16
pip3 version: 21.3.1
go version: go1.22.3 linux/amd64
lxml_html_clean: 0.1.1

I'm running on EC2 instance Amazon Linux 2023 AMI t2.large, if that matters.

@amoylan2
Copy link

amoylan2 commented Sep 12, 2024

This may caused by inconsistant upgrade of this package "toolstr"
Edit the pyproject.toml, set toolstr == 0.9.7, this error disappears.
Run this command to build custom package from source after changing "python -m pip install ."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants