Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Python - How to Install?

avatar

What is recommend way to install python 2.7 and python 3.5 and all required libs in a Red Hat 6.7 cluster with HDP 2.3?

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Guilherme Braccialli Red Hat introduced a new repo called Red Hat Software Collections, you can leverage that to install Python 3 and 2.7. Here's a list of all software that comes with latest repo release. I don't see Python 3.5 but 3.3 and 3.4 are on the list.

View solution in original post

6 REPLIES 6

avatar
Master Mentor

@Guilherme Braccialli Red Hat introduced a new repo called Red Hat Software Collections, you can leverage that to install Python 3 and 2.7. Here's a list of all software that comes with latest repo release. I don't see Python 3.5 but 3.3 and 3.4 are on the list.

avatar

@Artem Ervits

Yes, this one is the easiest, but seems like it does not include all the required libraries to make pyspark to work (for example).

avatar
Master Mentor

@Guilherme Braccialli yes but this is from official source!

avatar

@Randy Gelhausen has also automated setup of Python 3 and numerous libraries/modules via his Jupyter Ambari service

https://community.hortonworks.com/content/repo/4565/jupyter-service.html

avatar
Master Mentor

@Guilherme Braccialli I have used that repo and it does work like charm.

avatar
Master Mentor

@Guilherme Braccialli did that resolve your problem? Can you accept best answer or provide your solution?