VisionSystemsInc / terra

Terra - Run your algorithm anywhere on earth
MIT License
0 stars 3 forks source link

Terra pipenv setup #149

Closed andyneff closed 1 year ago

andyneff commented 1 year ago

Setting up pipenv on terra has been plagued with many corner cases of failure for a while. It always gets fixed by hand, and the problem is never really solved.

This is the first attempt to fix it. If pipenv is not detected, then it will automatically:

  1. Download miniconda
  2. Use miniconda to download python 3.7.13
  3. Use python 3.7.13 to install pipenv 2023.4.29 and virtualenv 20.23.0
  4. Use pipenv 2023.4.29 to create a python 3.7.13 virtualenv and sync to it

This should resolve most of the issue we are constantly running into