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

venv error python3.10 #4229

Closed
L0G1C06 opened this issue May 24, 2024 · 6 comments
Closed

venv error python3.10 #4229

L0G1C06 opened this issue May 24, 2024 · 6 comments

Comments

@L0G1C06
Copy link

L0G1C06 commented May 24, 2024

Expected Behavior

Create feature with feast apply

Current Behavior

ModuleNotFoundError: No module named 'myenv.lib.python3'

Steps to reproduce

python3 -m venv myenv
source myenv/bin/activate
pip install feast
feast apply

Specifications

  • Version: 0.38.0
  • Platform: python3.10
  • Subsystem: linux

Possible Solution

nothing yet, but open to contribute

@shuchu
Copy link
Collaborator

shuchu commented May 24, 2024

Do we have a 0.38.0 release now?
@L0G1C06 do you mind to do a double check?

@tokoko
Copy link
Collaborator

tokoko commented May 24, 2024

@franciscojavierarceo Looks like some (supposedly dry) runs slipped through, there's a 0.38.0 release on pypi with yesterday's date. Any ideas?

@L0G1C06
Copy link
Author

L0G1C06 commented May 24, 2024

Do we have a 0.38.0 release now?
@L0G1C06 do you mind to do a double check?

I have installed using pip. The version from pip freeze is 0.38.0

@shuchu
Copy link
Collaborator

shuchu commented May 24, 2024

I see. sorry for my lag. Thank you @L0G1C06! Let me check this.

@shuchu shuchu self-assigned this May 24, 2024
@shuchu
Copy link
Collaborator

shuchu commented May 24, 2024

`(venv310) ubuntu➜~/feast_demo/test_4229» feast init [15:03:05]

Creating a new Feast repository in /home/ubuntu/feast_demo/test_4229/fair_mudfish.

(venv310) ubuntu➜~/feast_demo/test_4229» ls [15:03:13]
fair_mudfish
(venv310) ubuntu➜~/feast_demo/test_4229» cd fair_mudfish [15:03:16]
(venv310) ubuntu➜feast_demo/test_4229/fair_mudfish» ls [15:03:18]
README.md init.py feature_repo
(venv310) ubuntu➜feast_demo/test_4229/fair_mudfish» cd feature_repo [15:03:23]
(venv310) ubuntu➜test_4229/fair_mudfish/feature_repo» ls [15:03:25]
init.py pycache data example_repo.py feature_store.yaml test_workflow.py
(venv310) ubuntu➜test_4229/fair_mudfish/feature_repo» feast apply [15:03:26]
/home/ubuntu/venv310/lib/python3.10/site-packages/feast/feature_store.py:534: RuntimeWarning: On demand feature view is an experimental feature. This API is stable, but the functionality does not scale well for offline retrieval
warnings.warn(
Created entity driver
Created feature view driver_hourly_stats
Created feature view driver_hourly_stats_fresh
Created on demand feature view transformed_conv_rate
Created on demand feature view transformed_conv_rate_fresh
Created feature service driver_activity_v2
Created feature service driver_activity_v1
Created feature service driver_activity_v3

Created sqlite table fair_mudfish_driver_hourly_stats_fresh
Created sqlite table fair_mudfish_driver_hourly_stats

(venv310) ubuntu➜test_4229/fair_mudfish/feature_repo» `

@shuchu
Copy link
Collaborator

shuchu commented May 24, 2024

Seems I can run it successfully at my WSL on Windows 11. Do you mind to recreate the virtual env and try it again? If fails again, please post more content, maybe we can find out the problem together.

@shuchu shuchu closed this as completed May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants