-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I tried following the Mac OSX instructions on MacBook Pro 2020 Intel (Running Monterey 12.7). I created an environment in Anaconda Navigator with Python 3.11.5 (I have tried with 3.8.18, 3.9.18, and 3.10.13), opened the new environment in the terminal, and then ran the following commands:
python -m pip install -U pip
python -m pip install "cellsparse-api[tensorflow-macos] @ git+https://github.com/ksugar/cellsparse-api.git"
I then got the following error:
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-macos==2.12.0; extra == "tensorflow-macos" (from cellsparse-api[tensorflow-macos]) (from versions: none)
ERROR: No matching distribution found for tensorflow-macos==2.12.0; extra == "tensorflow-macos"
Any insight into what is going wrong?