I pip installed feast and tried feast init my_project
got the following error
anaconda3\envs\feast_env\lib\site-packages\gunicorn\util.py", line 8, in
import fcntl
ModuleNotFoundError: No module named 'fcntl'
- Version: 0.34.1
- Platform: windows 10
- Subsystem:
I tried researching on that error it shows
The fcntl module is not available on Windows. The functionality it exposes does not exist on that platform.
Please help me solve the above issue
I pip installed feast and tried feast init my_project
got the following error
anaconda3\envs\feast_env\lib\site-packages\gunicorn\util.py", line 8, in
import fcntl
ModuleNotFoundError: No module named 'fcntl'
I tried researching on that error it shows
The fcntl module is not available on Windows. The functionality it exposes does not exist on that platform.
Please help me solve the above issue