data-prep-kit icon indicating copy to clipboard operation
data-prep-kit copied to clipboard

Testing the dpk_as_tools notebook

Open shahrokhDaijavad opened this issue 7 months ago • 1 comments

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:

Image

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!

shahrokhDaijavad avatar May 05 '25 22:05 shahrokhDaijavad

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!

shahrokhDaijavad avatar May 09 '25 00:05 shahrokhDaijavad