-
Notifications
You must be signed in to change notification settings - Fork 20
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
Can not pip install the library #388
Comments
oh it's actually only linux compatible, I'll leave that open until we have an osx version :) |
Is OSX on the roadmap? |
I think it should be easy enough to provide an sdist. Any progress on this one? :) |
You'd need to first add support for array_record on macOS. I've put together a PR with that support: google/array_record#118 |
I've added support for macOS for grain in: #592. If you don't want to wait, you can try the release on my fork here: https://github.com/vyeevani/grain/releases/tag/v0.2.1 |
Hi,
I'm trying
pip install grain
but I get the following error:ERROR: Could not find a version that satisfies the requirement grain (from versions: none) ERROR: No matching distribution found for grain
Does someone have an idea why this is happening ?
Thank you
The text was updated successfully, but these errors were encountered: