You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mstefferson I ran into a similar issue and the workaround is to revert back to the python version 3.8 for which the numpy was built.
I believe @woop fix to have a matrix of compatible python version helps. Also, having a requiretment.txt as an argument to pip install feast requirements.txt may help too.
Expected Behavior
Successful pip install
Current Behavior
On my mac:
Steps to reproduce
On a macbook
pip install feast==0.10.3
Note, I was able to do a clean install in an ubuntu image. I was also able to install
pip install pyarrow
worked fine.Specifications
Possible Solution
Unknown
Additional comments
Feel free to close if this a random corner case.
The text was updated successfully, but these errors were encountered: