ExaWorks / SDK

ExaWorks SDK
11 stars 12 forks source link

Manage python installation (for a specific python version) #74

Closed mtitov closed 2 years ago

mtitov commented 3 years ago

Further functionality extension will let to control and manage python installation

With pip as a chosen package manager - python should be installed within the system - either from system's repo (default python package, e.g., for Ubuntu 20.04 it is python3.8) or built manually (check the proposed solution in PR #72, which will be used for the next PR based on this ticket)

zekemorton commented 2 years ago

It looks like python 3.6 is now end of life, and Parsl now requires python>=3.7. We should prioritize this to solve that issue