Gael Pasgrimaud

Results 90 comments of Gael Pasgrimaud

The test install lxml==5.2.1 which il the latest. So I don't really get your point Try a script with "from lxml import etree" and I guess you'll have the same...

As you can see the error is raised by the lxml parser so you should post another issue on this project

I'm not sure it's the same issue but test are finally failing on gha (I wasn't able to reproduce the problem before that)

I ended up removing the test... I think it's no longer possible to use the html parser with an xmlfile see https://github.com/gawel/pyquery/commit/b0cc1275565afe0d72e3796ccf84875af5e5463c

Probably a dupplicate of a known issue with aiohttp See https://github.com/gawel/aiocron/issues/21

aiohttp use a new event loop when none is specified. this break coroutines initiated with the original event loop https://github.com/aio-libs/aiohttp/blob/master/aiohttp/web.py#L487 just use `web.run_app(loop=asyncio.get_eventloop())`

Yeah it's hard to help here. I'm trying. But I have no other clue Everything seems to work with 3.10 so the problem should be on your side. Related to...

Look like you have a weird sh binary. What is the output of `ls -l /bin/sh` ?

Yep that's strange. Got the same issue: ``` % /bin/dash $ source /bin/dash: 1: source: not found ``` I have to dig into this one. For the second one try...

Looks like virtualenv cant install pip. That's weird... I need to try an install from scratch too.