update to python 3.8.5 (#20217)

albatross
Adeeb Shihadeh 2021-03-09 13:38:22 -08:00 committed by GitHub
parent a3556410de
commit 2034a04750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 9 deletions

View File

@ -1 +1 @@
3.8.2
3.8.5

View File

@ -54,8 +54,8 @@ RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-instal
ENV PATH="/root/.pyenv/bin:/root/.pyenv/shims:${PATH}"
COPY Pipfile Pipfile.lock /tmp/
RUN pyenv install 3.8.2 && \
pyenv global 3.8.2 && \
RUN pyenv install 3.8.5 && \
pyenv global 3.8.5 && \
pyenv rehash && \
pip install --no-cache-dir --upgrade pip==20.1.1 && \
pip install --no-cache-dir pipenv==2020.8.13 && \

View File

@ -35,8 +35,8 @@ if [ -z "$OPENPILOT_ENV" ] && [ -n "$RC_FILE" ] && [ -z "$CI" ]; then
echo "Added openpilot_env to RC file: $RC_FILE"
fi
pyenv install -s 3.8.2
pyenv global 3.8.2
pyenv install -s 3.8.5
pyenv global 3.8.5
pyenv rehash
eval "$(pyenv init -)"

View File

@ -80,9 +80,9 @@ git lfs pull
git submodule init
git submodule update
# install python 3.8.2 globally (you should move to python3 anyway)
pyenv install -s 3.8.2
pyenv global 3.8.2
# install python
pyenv install -s 3.8.5
pyenv global 3.8.5
pyenv rehash
# **** in python env ****

View File

@ -2,7 +2,6 @@
What's needed:
- Ubuntu 20.04
- Python 3.8.2
- GPU (recommended)
- Two USB webcams, at least 720p and 78 degrees FOV (e.g. Logitech C920/C615)
- [Car harness](https://comma.ai/shop/products/comma-car-harness) with black panda to connect to your car