Henkhogan

Results 5 comments of Henkhogan

> 3.12 wheel build is not happy yet, and the traceback isn't really helpful here: [cp312-manylinux_x86_64.txt](https://github.com/vaexio/vaex/files/13038728/cp312-manylinux_x86_64.txt) I guess the same problems like here: https://stackoverflow.com/questions/77274572/multiqc-modulenotfounderror-no-module-named-imp

@aandergr I‘d like to contribute by adding optional async functionality based on aiohttp, if the maintainers are willing to accept and maintain it. why async? I have an async web...

I currently use it like that ``` def session_factory(self: InstaloaderContext): session = Session() session.trust_env = False return session def instaloader_factory(max_connection_attempts=10): InstaloaderContext.session_factory = session_factory return Instaloader(compress_json=False, quiet=True, max_connection_attempts=max_connection_attempts) ``` which is...

I had the same problem and solved it by running the import only if needed: https://github.com/Henkhogan/instaloader/commit/b165adab085198bde400031d73a5d748f926b428