We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to install rpi-vision on my Mac.
I've cloned the rpi-vision repo.
I've created a virtual environment called rpi-vision in the directory of the cloned repo python3 -m venv rpi-vision.
python3 -m venv rpi-vision
I've set my current directory to the directory of the cloned repo.
I've activated the virtual environment source rpi-vision/bin/activate
source rpi-vision/bin/activate
When I run rpi-vision/bin/python3 -m pip install -e ., I get the following error:
rpi-vision/bin/python3 -m pip install -e .
ERROR: Could not find a version that satisfies the requirement tensorflow==2.0.0-beta0; platform_machine == "x86_64" (from rpi-vision) (from versions: 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.7.0rc0, 2.7.0rc1, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0, 2.11.1, 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.14.0rc0, 2.14.0rc1) ERROR: No matching distribution found for tensorflow==2.0.0-beta0; platform_machine == "x86_64"
How do I resolve this issue? Thank you!
Sorry, something went wrong.
leigh-johnson
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: