Hi, I'm trying to setup my environment for as per ...
# ask-the-community
b
Hi, I'm trying to setup my environment for as per the contributor guide, but am running into some issues with installing pyyaml when I run
make setup
in the flytekit top level folder.
Copy code
Collecting pyyaml<6 (from -r requirements.in (line 8))
  Using cached PyYAML-5.4.1.tar.gz (175 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [68 lines of output]
      /private/var/folders/wv/3lvjxhys2mz8yg_tspn408lm0000gp/T/pip-build-env-tzwra7hi/overlay/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
Has anyone encountered this error before?