Skip to main content

Hello, 

We have been trying to download this package (spgci) using Jupyter in CDF but are getting the following error:
 

Based on this documentation, it seems like its not possible to do so. 

Could you please advise if there is a solution for this issue? 

Hi @joudabuzaid.

Can you try using `%pip` instead of `!pip`? I don’t think it will help, but would be interesting to know. Another think you can try is to use micropip to install the package:

import micropip
await micropip.install('package', keep_going=True) # Ignore errors

Note that Jupyter in Cognite Data Fusion has certain limitations that might cause certain packages and functionality to not work as expected, please see https://docs.cognite.com/cdf/jupyter/#limitations


Reply