I am trying to install feature store library named feast inside Python 3.7.
~$ pip install feast==0.25.2
Running this command gives us the following error
Collecting feast==0.25.2
Using cached feast-0.25.2.tar.gz (3.5 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing wheel metadata ... error
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.7 /usr/local/lib/python3.7/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpnujfu5ex
cwd: /tmp/pip-install-9meyapk7/feast_a83bf8faa7b342529f74972f8ca885ad
Complete output (1 lines):
error in feast setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
Please note I have already run "pip install --upgrade setuptools"
Can you please suggest me about this issue here?