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

Install / setup dependencies: OS X & Linux #4

Open
leigh-johnson opened this issue Jun 8, 2019 · 1 comment
Open

Install / setup dependencies: OS X & Linux #4

leigh-johnson opened this issue Jun 8, 2019 · 1 comment
Assignees
Milestone

Comments

@leigh-johnson
Copy link
Owner

No description provided.

@leigh-johnson leigh-johnson added this to the v1.0.0 milestone Jun 8, 2019
@leigh-johnson leigh-johnson self-assigned this Jun 8, 2019
@nmmichalak
Copy link

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.

I've set my current directory to the directory of the cloned repo.

I've activated the virtual environment source rpi-vision/bin/activate

When I run
rpi-vision/bin/python3 -m pip install -e ., I get the following error:

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!

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