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 via pip on OS X 10.11 #1711

Closed
nathanielvirgo opened this issue Aug 16, 2020 · 3 comments
Closed

Can't install via pip on OS X 10.11 #1711

nathanielvirgo opened this issue Aug 16, 2020 · 3 comments
Labels
potential bug Something that looks like a bug but not yet confirmed

Comments

@nathanielvirgo
Copy link

I'm unable to install via pip, and I don't think it's due to the issues that are mentioned on the troubleshooting page or #405 .

$ python3.6 -m pip install taichi
Collecting taichi
  Could not find a version that satisfies the requirement taichi (from versions: )
No matching distribution found for taichi
$ python3.7 -m pip install taichi
Collecting taichi
  Could not find a version that satisfies the requirement taichi (from versions: )
No matching distribution found for taichi
$ python3.8 -m pip install taichi
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement taichi (from versions: none)
ERROR: No matching distribution found for taichi

These are installed via macports, and I've checked they're all 64 bit.

I am running OS X 10.11. Could the old OS version cause this problem? (It's an old machine but it works well, so I don't want to rock the boat by upgrading the OS unless I have to.)

@nathanielvirgo nathanielvirgo added the potential bug Something that looks like a bug but not yet confirmed label Aug 16, 2020
@thinking-tower
Copy link
Contributor

@nathanielvirgo might be helpful to note that here, OS X (10.14+) is supported.

@nathanielvirgo
Copy link
Author

Ah right, I'd managed to miss that. (It's in the table, but not in the list of requirements at the start of the "installation" section at https://github.com/taichi-dev/taichi.) I guess this can be closed, then. I'll be back if I take the plunge and upgrade the OS.

@thinking-tower
Copy link
Contributor

@nathanielvirgo there's also 🐳  Docker 🐳   if it comes to it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
potential bug Something that looks like a bug but not yet confirmed
Projects
None yet
Development

No branches or pull requests

2 participants