Following the steps in https://github.com/plotly/plotly.py/blob/doc-prod/contributing.md, I created a new Conda env and started installing the requirements. `requirements.txt` installed fine, but `optional-requirements.txt` failed. `Failed to get options via gdal-config:` during installation of fiona>=1.8 The env had the following before install of `requirements.txt` and `optional-requirements.txt`: ``` setuptools-58.0.4 pip-21.2.4 tzdata-2021e python-3.10.0 certifi-2020.6.20 ncurses-6.3 ``` [Full error](https://github.com/plotly/plotly.py/files/7584777/error.txt)