- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 05:20 AM
Hello,
We are having issues installing the pdpbox library on a fresh cluster. This includes trying to upload and install a whl file, or using pip in a workbook. I have attached an example of an error received. Can anybody assist with installing the library or troubleshooting the errors?
- Labels:
-
Cluster
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 06:20 AM
PDPbox is updated rarely, and it requires older versions of matplotlib (3.1.1)
https://github.com/SauceCat/PDPbox
It tries to install but fails because matplotlib requires pkgconfig.
The solution to that is to use Machine Learning runtime. There it will work. If any problem occurs please pip install pkgconfig also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 06:20 AM
PDPbox is updated rarely, and it requires older versions of matplotlib (3.1.1)
https://github.com/SauceCat/PDPbox
It tries to install but fails because matplotlib requires pkgconfig.
The solution to that is to use Machine Learning runtime. There it will work. If any problem occurs please pip install pkgconfig also

