feast-dev / feast

The Open Source Feature Store for Machine Learning
https://feast.dev
Apache License 2.0
5.46k stars 976 forks source link

error: ModuleNotFoundError: No module named 'gunicorn.app'; 'gunicorn' is not a package #3800

Open fcas opened 10 months ago

fcas commented 10 months ago

Related issue: https://github.com/feast-dev/feast/issues/3770

Expected Behavior

The expected behavior is run the get_app successfully:

from feast.ui_server import get_app as ui_server

Current Behavior

> from feast.ui_server import get_app as ui_server
  .../python3.9/site-packages/feast/__init__.py", line 20, in <module>
    from .feature_store import FeatureStore
  .../python3.9/site-packages/feast/feature_store.py", line 42, in <module>
    from feast import feature_server, flags_helper, ui_server, utils
  .../python3.9/site-packages/feast/feature_server.py", line 5, in <module>
ModuleNotFoundError: No module named 'gunicorn.app'; 'gunicorn' is not a package

Steps to reproduce


"gunicorn": {
    "hashes": [
        "sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0",
        "sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033"
    ],
    "index": "pypi",
    "version": "==21.2.0"
},
"feast": {
    "extras": [
        "aws",
        "gcp"
    ],
    "hashes": [
        "sha256:1caac5b52e5a0332461367df5c69a62999a787e4a7eaf09e9795b94b7567c83f",
        "sha256:55297d1ba730209b140f84d7b9048942126955e4adf111a724c728db1c9732ac"
    ],
    "index": "pypi",
    "version": "==0.34.1"
}
redhatHameed commented 6 months ago

I don't have Windows OS. Just checking if you are still facing this issue with the latest version of Feast. We are trying to close issues that are fixed but still open. Thanks

jeremyary commented 6 months ago

@redhatHameed I see windows raised in 3770, but macOS is mentioned for platform on this issue. Have we taken a shot to see if we can reproduce with mac?