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".
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:
The error i'm getting :
The feast module is installed successfully and works fine if i install using "setup.py".