-
Notifications
You must be signed in to change notification settings - Fork 26
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 |
Thanks all! we added macos support in the recent release: https://pypi.org/project/grain/#files |
I am getting the same error:
while I am on Linux:
|
We do not have Python 3.13 support yet (no big reason for this, the main one is that TF does not have py 3.13 yet, so we can't run some of the tests, but the functionality should be ok). Would it be possible for you to use Python 3.12? |
Ah, yes. Indeed, I am getting the same error message if I try to install TF... Reverting to 3.12 isn't an option for me right now. I guess I'll wait for TF to catch up. Thank you for the answer! |
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: