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

Unable to pip install feast (0.10.3) on mac #1525

Closed
mstefferson opened this issue Apr 29, 2021 · 3 comments · Fixed by #1526
Closed

Unable to pip install feast (0.10.3) on mac #1525

mstefferson opened this issue Apr 29, 2021 · 3 comments · Fixed by #1526

Comments

@mstefferson
Copy link

Expected Behavior

Successful pip install

Current Behavior

On my mac:

image

image

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

  • Version: Feast 0.10.3
  • Platform: MacBook Pro Mojave 10.14.6
  • Subsystem: (I don't know what that means)

Possible Solution

Unknown

Additional comments

Feel free to close if this a random corner case.

@woop
Copy link
Member

woop commented Apr 29, 2021

Thanks @mstefferson, will investigate whether pyarrow needs to be relaxed.

@dmatrix
Copy link
Contributor

dmatrix commented May 5, 2021

@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.

@mstefferson
Copy link
Author

Awesome thanks @dmatrix. I'll give this a whirl this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants