Kami commented on pull request #1664: URL: https://github.com/apache/libcloud/pull/1664#issuecomment-1077484474
@RunOrVeith I will work on it this weekend. Having said that, how about installing it from a .zip / .tar.gz bundle as proposed above? I quickly tested it locally in isolation and it seems to be working fine. ```toml [tool.poetry.dependencies] python = "^3.8" poetry = "init" apache-libcloud = {url = "https://github.com/apache/libcloud/archive/8c4f229c98f521281a468070507f5387f6255bef.zip"} ``` Also pretty curious why poetry git install takes so long. Libcloud repository is small and even if poetry doesn't use a shallow clone (which it appears it doesn't), cloning the repo should be fast. I haven't installed git dependencies using poetry yet, but I installed tons of dependency from git directly via pip without issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org