feast-dev / feast

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

Module not found when struct Feast object definitions in Window #3688

Open htluandc2 opened 1 year ago

htluandc2 commented 1 year ago

Expected Behavior

When I struct my project like this:

└── production
    ├── common
    │    ├── __init__.py
    │    ├── sources.py
    │    └── entities.py
    ├── ranking
    │    ├── __init__.py
    │    ├── views.py
    │    └── transformations.py
    ├── segmentation
    │    ├── __init__.py
    │    ├── views.py
    │    └── transformations.py
    └── feature_store.yaml

Then I run "feast apply", it's raise this issues:

ModuleNotFoundError: No module named 'common\\entities'

I only met this issue on Window OS. I tried on Linux and it works fine. Please help me soon. Thank you

Current Behavior

Steps to reproduce

Specifications

Possible Solution

stale[bot] commented 6 months ago

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.