Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 738 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 738 Bytes

per-transformers

Repo containing common pyspark transformers for different pipelines

Downloading Dependencies

  • Make sure you have pyenv and pyenv amd pyenv-virtualenv installed on your local environment.
  • Install python 3.8.16 with pyenv pyenv install 3.10.13.
  • Set up a new virtual env pyenv virtualenv 3.10.13 transformers
  • Set local pyenv version pyenv local transformers
  • Activate the virtual pyenv using pyenv activate transformers
  • Upgrade the pip package installer pip install --upgrade pip
  • Install poetry for package management pip install poetry==1.7.1
  • Install dependencies from the lock file poetry install --no-root