Closed maestro1315 closed 2 years ago
I'm receiving the below error when building in Docker.
Changing to the below in the pipfile gets me further but then I receive errors during the pipenv install step.
[requires] python_version = "3.10"
I had the same issue, check #126
I'm receiving the below error when building in Docker.
11 1.618 Warning: Python 3.9 was not found on your system...
11 1.620 Neither 'pyenv' nor 'asdf' could be found to install Python.
11 1.620 You can specify specific versions of Python with:
11 1.620 $ pipenv --python path/to/python
Changing to the below in the pipfile gets me further but then I receive errors during the pipenv install step.
[requires] python_version = "3.10"