Skip to content

Commit

Permalink
downgrade to python 3.10 for databrciks run time 14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
l-moamen committed May 28, 2024
1 parent 91299eb commit 0ea8171
Show file tree
Hide file tree
Showing 3 changed files with 1,018 additions and 940 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ included personalized mixes (like my mix, my new arrivals and daily discovery)
and non-personalized like track radio and artist radio.

- Make sure you have pyenv and [pyenv](https://github.com/pyenv/pyenv) amd [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv) installed on your local environment.
- Install python 3.8.16 with pyenv `pyenv install 3.12.0`.
- Set up a new virtual env `pyenv virtualenv 3.12.0 mixes`
- Install python 3.10.13 with pyenv `pyenv install 3.11.13`.
- Set up a new virtual env `pyenv virtualenv 3.10.13 mixes`
- Set local pyenv version `pyenv local mixes`
- Activate the virtual pyenv using `pyenv activate mixes`
- Upgrade the pip package installer `pip install --upgrade pip`
- Install poetry for package management `pip install poetry==1.7.1`
- Upgrade the pip package installer `python -m pip install --upgrade pip`
- Install poetry for package management `python -m pip install poetry==1.7.1`
- Install dependencies from the lock file `poetry install --no-root`

[pyproject.toml](pyproject.toml)[pyproject.toml](pyproject.toml)
Loading

0 comments on commit 0ea8171

Please sign in to comment.