data-prep-kit
data-prep-kit copied to clipboard
Testing the dpk_as_tools notebook
Search before asking
- [x] I searched the issues and found no similar issues.
Component
Notebooks and Recipe
What happened + What you expected to happen
There is some package version incompatibility problem in pip installing the dpk-requirements.txt file. The error is:
Reproduction script
Please see screenshot above.
Anything else
No response
OS
MacOS
Python
3.11
Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
Update on May 8th:
After @touma-I added the following two lines to the requirements.txt file:
#Transitive dependency ibm-cos-sdk-core 2.14.0 is downgrading package to 2.32.2, restore it to 2.32.3
requests==2.32.3
I was able to run the dpk_as_tools notebook successfully to the end without any errors!