Installing Orange Package with older Python Version?
I am trying to install an Add-on package from GitHub that contains prototype widgets for Orange Data Mining. I am trying to install it from the GitHub page found here.
I am using the following Terminal code to install this:
git clone http://github.com/biolab/orange3-prototypes.git
Everything then appears to install correctly and the download shows 100%. Then, however, it throws an error and says:
Orange requires Python = 3.4
I am using Mac OS. Clearly, it is suggesting that I need to use a different version of python to install, however, I already updated my pip install. Any insight into how I can fix this?
Topic pip orange3 orange python
Category Data Science