Skip to main content

I want to use certain ML libraries that require python 3.9 or higher to work properly, but my MLWB is on 3.8.6, is there a way to update it? If so, how?

Hi Herique,

 

To update the pycelonis package to the latest version, you can run the following command :

 

pip install --upgrade pycelonis

 

To install a particular version of pycelonis, you can try :

 

pip install pycelonis==x.y.z

 

Hope this works for you!

 

Best,

Riddhi

 

 


Reply