Azure / feast-azure

Azure plugins for Feast (FEAture STore)
MIT License
82 stars 52 forks source link

Azure feast installation might fail due to missing library #5

Closed jcordtz closed 2 years ago

jcordtz commented 2 years ago

I tried to install the newest Feast 0.14 with Azure extensions on a fresh Linux machine (Ubuntu 20.04 LTS) on Azure.

And the Azure-feast install will fail because it needs the unixodbc-dev package to use the pyodbc package.

So, there is a requirement to do sudo apt-get install unixodbc-dev

I am not sure if that is something we should write as a requirement or let the install process do this installation.

It is apparently not something the standard Feast installation needs.

samuel100 commented 2 years ago

Thanks! Fixed in PR https://github.com/Azure/feast-azure/pull/10