1

When I try to run Rodeo, I get this error:

Rodeo Error Message

I am using Enthought distribution on Mac. I just upgraded to run Python 3.5, everything runs OK in Enthought and Jupyter is installed and running fine.

How do I go about fixing this issue with Rodeo?

cxw
  • 16,685
  • 2
  • 45
  • 81
sslack88
  • 1,403
  • 3
  • 10
  • 15
  • I was able to get Rodeo running by changing "Python Command" to python3 and doing a pip3 install for all the library's that were missing (Jupyter, Numpy, Pandas, Matplotlib). Rodeo is working now, but I don't really understand what is happening. It would be nice if someone could explain. – sslack88 Jul 05 '17 at 15:54
  • 1
    I did the same @sslack88, but unfortunately I cannot get the built-in terminal to work. I get a: "Missing file or command: /Applications/Rodeo.app/Contents/Resources/conda/python.exe Manually fix your python command in the Preferences, or ask the community for help:" – Jon M Oct 19 '17 at 09:08

1 Answers1

0

Go to the bottom right window of rodeo interface. Then click on Packages. You will get a search button. type jupyter in the search. It will show jupyter package with a Install Package Button. Click on it and restart the terminal...

M. Paul
  • 361
  • 5
  • 18