deeplake
deeplake copied to clipboard
[BUG]
Severity
P0 - Critical breaking issue or missing functionality
Current Behavior
hello ,
I am trying to deploy an app on google function and i have dependency issue that result from deeplake. I am using 3.7.1 version, and the dependency issues commes from ERROR: Cannot install -r requirements.txt (line 10), -r requirements.txt (line 85), aiobotocore[boto3]==2.4.2 and botocore==1.31.53 because these package versions have conflicting dependencies.
can someone please help me on this one. best
K
Steps to Reproduce
when deployement on function google, but works locally without any issue
Expected/Desired Behavior
posted in google function cloud without any errors.
Python Version
3.10.11
OS
No response
IDE
vs code
Packages
No response
Additional Context
No response
Possible Solution
No response
Are you willing to submit a PR?
- [ ] I'm willing to submit a PR (Thank you!)
Are you specifying any boto-related dependencies in your requirements.txt file directly?
Also, what OS are you using locally?