You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello, I have encountered the same issue as you. I have noticed that the reason for this error is due to the use of the Gunicorn library in the new version of Feast, which does not support Windows. Therefore, I resolved this issue by downgrade the version of Feast. pip install feast==0.31.0
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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
The text was updated successfully, but these errors were encountered: