cancel
Showing results for 
Search instead for 
Did you mean: 

Python version required for importing datarobot module

Python version required for importing datarobot module

When I try to import datarobot module in Python, I got the error "No module named 'datarobot'.

Could you tell me what Python version is required to import datarobot?

My version is Python 3.11.5.

 

20240612_Python import error_datarobot.PNG

Labels (1)
0 Kudos
1 Solution

Accepted Solutions

Hi @Kotarotkd sorry you're having issues.

 

This is likely unrelated to your version of python.

 

Can we double check you indeed have that datarobot package installed?

For reference here's the pypi page:
https://pypi.org/project/datarobot/

 

It looks as though you're in a notebook - so can you run the following in a cell:

!pip freeze | grep datarobot

 

For example I get this from that output in a notebook of mine:

Screenshot 2024-06-12 at 7.37.06 AM.png

View solution in original post

0 Kudos
3 Replies

Hi @Kotarotkd sorry you're having issues.

 

This is likely unrelated to your version of python.

 

Can we double check you indeed have that datarobot package installed?

For reference here's the pypi page:
https://pypi.org/project/datarobot/

 

It looks as though you're in a notebook - so can you run the following in a cell:

!pip freeze | grep datarobot

 

For example I get this from that output in a notebook of mine:

Screenshot 2024-06-12 at 7.37.06 AM.png

0 Kudos

Thank you for your feedback!

I'm sorry I just needed to install datarobot at first.. Now I successfully executed the sentence. 

Great to hear!

0 Kudos