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

Can't install on Apple Silicon #1

Open
petebankhead opened this issue Jun 11, 2023 · 3 comments
Open

Can't install on Apple Silicon #1

petebankhead opened this issue Jun 11, 2023 · 3 comments

Comments

@petebankhead
Copy link

Hi there,

I know from the README that only Linux and WSL2 are supported, but after ksugar/samapi#1 I was hopeful this might work on macOS as well :)

However I'm failing at the pip install stage with

INFO: pip is looking at multiple versions of cellsparse to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 3.0.0 Requires-Python >=3.7, <=3.11
ERROR: Could not find a version that satisfies the requirement tensorflow==2.12.0 (from cellsparse) (from versions: 2.13.0rc0, 2.13.0rc1)
ERROR: No matching distribution found for tensorflow==2.12.0

I think the issue is that I need to install tensorflow-mac==2.12.0 - which I've done, but I still can't figure out any way to get the installation to proceed without trying to get tensorflow and failing with the same error.

Do you know of any way around this?

Thanks!

@ksugar
Copy link
Owner

ksugar commented Jun 11, 2023

Hi @petebankhead , thank you for reporting this issue.

This error comes from the dependency from cellsparse-core repository.

I will make tensorflow optional. In this case, we can install tensorflow independently.

@ksugar
Copy link
Owner

ksugar commented Jun 15, 2023

I will make tensorflow optional. In this case, we can install tensorflow independently.

I updated it. Please try the following installation steps.
https://github.com/ksugar/cellsparse-api#mac-osx

@petebankhead
Copy link
Author

Great, thanks! I could install it now, I'll try the extension later.

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

No branches or pull requests

2 participants