Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

downgrade to python 3.10 for databricks run time 14.3 #12

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading