-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
ImportError: No module named fcntl #1235
Comments
As written in the documentation windows is not a supported platform. As you have found out gunicorn does not work on windows. My advice would be to install it on a linux machine. Or you can use the development web server which of course is not advised to run in production. |
ok, thanks |
I could avoid this error on windos env by using debug mode options.
|
@nekia How exactly did you get it running?? |
@naveenjafer As far as my quick check, every example dashboard (Misc Charts/Births/World's Bank Data) seems to be running properly. |
@nekia what I meant is, where do I set these debug mode options? I am new to gunicorn. Thanks |
@naveenjafer I just put '-d' option with runserver command for using development web server ( starting web server in debug mode) as I mentioned #1235 (comment) .
And please check the following note about using development web server. |
Hi,
I`m using windows 7 64bit, and following the instructions from your install guide: http://airbnb.io/caravel/installation.html
I run into an error when i try to start the server
python caravel runserver -p 8088
Any help is much appreciated, thank you.
The text was updated successfully, but these errors were encountered: