Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'fcntl' #3770

Closed
Chetan1600 opened this issue Sep 20, 2023 · 2 comments · Fixed by #4024
Closed

ModuleNotFoundError: No module named 'fcntl' #3770

Chetan1600 opened this issue Sep 20, 2023 · 2 comments · Fixed by #4024
Labels
kind/bug priority/p2 wontfix This will not be worked on

Comments

@Chetan1600
Copy link

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

@lidpeng
Copy link

lidpeng commented Sep 23, 2023

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

Copy link

stale bot commented Mar 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug priority/p2 wontfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants