Skip to content

"pip install Feast" does not work properly  #175

@shihabuddinbuet

Description

@shihabuddinbuet

Hi,
I'm having issue to install Feast using pip in host as well as container. I've tried in the following way to install in container:

$ docker pull python:3.7
$ docker run -it -d --name "feast" python:3.7
$ docker exec -it feast  bash
$ pip install Feast
$ python
>>> import feast

The error i'm getting :

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'feast'

The feast module is installed successfully and works fine if i install using "setup.py".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions