deeplake
deeplake copied to clipboard
[BUG] `poetry add deeplake` hangs - pip works fine
🐛🐛 Bug Report
⚗️ Current Behavior
I'm using deeplake with poetry and am running poetry add deeplake, and I get the following output:
Input Code
Using version ^3.6.2 for deeplake
Updating dependencies
Resolving dependencies... (531.2s)
And it just keeps hanging. pip install deeplake seems to work fine.
⚙️ Environment
Pythonversion(s):- Python 3.10.6
- pip 23.1.2
- Poetry (version 1.4.1)
OS: MacOS 13.4 (22F66)IDE: VSCodePackages: deeplake
Ho @PatrickAlphaC! Sorry you've run into an issue.
Do you mind installing aioboto3 first on its own, then deeplake?
@mikayelh woah that worked!
...why did that work?
i just had the exact the same problem and solver it in the exact same way shared by @mikayelh
i have been trying to poetry add deeplake all morning, glad i saw this post
@rumsrami , so sorry about this, we should look into what is causing this!