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

fix: resolve module on windows #4827

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nanshakov
Copy link

@nanshakov nanshakov commented Dec 10, 2024

Fix resolve module on windows.

What this PR does / why we need it:

Fix resolve module on Windows platform by replace \\ to .
Repo example struct
G:.
│ .feastignore
│ feature_store.yaml

├───entities
│ entities.py
init.py

├───features
│ │ init.py
│ │

Which issue(s) this PR fixes:

File "", line 991, in _find_and_load
File "", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'entities\\entities'

Misc

fix resolve module on windows
@nanshakov nanshakov requested a review from a team as a code owner December 10, 2024 11:16
@nanshakov nanshakov changed the title Fix resolve module on windows fix: resolve module on windows Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants