-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
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
dillonmabry, fcas and chrisdixson